Skip to content
Snippets Groups Projects
Commit 48624477 authored by George Adrian Stoica's avatar George Adrian Stoica
Browse files

update slides for lecture 1a

parent 497d180b
No related branches found
No related tags found
No related merge requests found
Pipeline #291439 failed
......@@ -12,7 +12,7 @@ include::{includedir}header.adoc[]
- Velkommen til IT1901 Informatikk prosjektarbeid 1
- Welcome to IT1901 Informatics, Project 1
Høst 2023 / Fall 2023
Høst 2024 / Fall 2024
== Agenda
......@@ -59,6 +59,17 @@ Smidig og moderne praksis og konstruksjon
** documentation
** code quality
== Tools used in IT1901
In the course we will use several tools:
[.smaller-80]
[%step]
** Git for source code management
** GitLab for collaboration: repository sharing, issue tracking, issue boards, code review ...
** Eclipse Che - automatically spin a workspace that is accessible via a browser to work, collaborate, evaluate ...
** VSCode - recommended IDE to use as it is the same as the gitpod environment
** sdkman - recommended tool to manage JDK and Maven
== Individual and Group work
- there is one individual development assignment (mandatory to pass to get a grade)
......@@ -81,10 +92,10 @@ The first task for the group is to select the domain.
== Timeline
[.smaller-80]
[.smaller-60]
[%step]
- week 34 - start on individual assignment, intro, git++
- week 35 - establish groups and start group work
- week 34 - start on individual assignment, intro
- week 35 - establish groups and start group work, git++
- week 36 - deliver individual assignment
- week 38 - Deliverable 1 (10% / group) (basic modular JavaFX application)
- week 41 - Deliverable 2 (10% / group) (improved modular application)
......@@ -93,7 +104,7 @@ The first task for the group is to select the domain.
== Deadlines
- the deliverables are due on Thursdays at 18:00 in the week indicated
- the deliverables are due on Thursdays at midnight in the week indicated
- if you are late you need to inform the TA
== Evaluation and feedback
......@@ -103,6 +114,15 @@ The first task for the group is to select the domain.
- deliverables 1-3 will be basically snapshots of the repository at given times
- we will strive to provide quick feedback based on the repo activity
== Using AI tools and other resources
- Each group will have to document:
[.smaller-80]
** what tools are used and for what purpose (document)
** snipets of code generated need to reference properly the source (use comments)
** snipets of code copied from stackoverflow or similar need to reference properly the source (use comments)
== About domain selection
- choose an app / service that you know well and select a couple of features to implement during the semester
......@@ -145,18 +165,22 @@ Gruppekontrakt skal godkjennes av studentassistent, signeres av alle gruppemedle
- The form link is on Blackboard
- https://s.ntnu.no/it1901groups
- deadline for answering is on August 31st, 16:00
== Tools used in IT1901
- deadline for answering is on September 1st, 23:59
- in the group form you are expressing preferences
- course staff will make any changes necessary to get the best group composition possible
== Tasks for this week
[.smaller-60]
- fill in the form for group formation
- brush up and revisit Java and JavaFX (useful links on BlackBoard)
- prepare ideas for the project - so you are ready when the groups are done
- prepare your development environment - git, sdkman, vscode, maven etc
- log in to https://gitlab.stud.idi.ntnu.no/
- ask access to https://gitlab.stud.idi.ntnu.no/it1901/students-2024/sandbox and create a test repo
- start with the individual mandatory assignment as soon as it is available (probably tomorrow, latest on Monday morning)
- follow BlackBoard for updates
In the course we will use several tools:
[.smaller-80]
[%step]
** git for source code management
** gitlab for collaboration: repository sharing, issue tracking, issue boards, code review ...
** eclipse che ? - automatically spin a workspace that is accessible via a browser to work, collaborate, evaluate ...
** VSCode - recommended IDE to use as it is the same as the gitpod environment
** sdkman - recommended tool to manage JDK and Maven
== !
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment