Timetracker
Project information
- Category: Software
- Time frame: 12/2022 - 02/2022
- Project URL: github.com/kk/Timetracker
- Team Members: Paul S., Sven M., Leander W., Moritz U., Kevin Kröll
- Technologies Used: Java, JUnit, Git, H2 database engine
What I've learned
- Communication is key, even in a small project like this. As we communicated more efficiently as the project progressed, less mistakes were made from sprint to sprint.
- Smaller commits, done more frequently, with meaningful commit messages made understanding things easier for other team members.
- We worked without tools like Maven which made clear what benefits these tools bring.
- Software patterns: MVC, Observer, Singleton
The Project
For our 4th semester software engineering course, we had to plan and implement a prototype of a java application. The main aspect of the course was the planning of the app. This included requirements engineering, choosing a process model (we went with Scrumban), effort estimation, choosing a software architecture, choosing design patterns and creating UML diagrams.
For versioning we used Git and Github. The database was implemented with the H2 database engine. Testing was done with Junit and AssertJ-Swing.