arkantrust / task-tracker

Task Track is a to-do app that lets you organize your tasks.
MIT License
0 stars 0 forks source link

Staging #19

Closed arkantrust closed 10 months ago

arkantrust commented 10 months ago

Solved #18 because linear probing was already implemented

Fixed CI pipeline by adding surefire provider to correctly run junit5 tests and upgrading java version to 21.

Added basic layout for tasks (input and list). Additional Task Model with description and priority must be implemented