CodingTracker project Finished#273
Conversation
TheCSharpAcademy
left a comment
There was a problem hiding this comment.
@matejadb Thanks for submitting! It's close but this is blocking the approval:
The project should prevent users from entering an end time that is earlier than the start time. At the moment it's possible to create sessions with negative durations (as shown in the screenshot). Consider validating the relationship between the two dates before calculating and saving the session. This is also one of the recommendations in the project tips.
I've implemented a check to see if user entered a date in the past. It should be working as expected now. |

Here's my solution to the CodingTracker project.
From the Challenges I implemented some UnitTests, but filtering and stopwatch aren't implemented due to lack of time.