You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to use the "new" command to create a day entry in the database for the upcoming entries.
If a user already used the new command, he needs to see a feedback.
If the user already created an entry in the database for today he should be informed that todays day was already initialized.
Acceptance Criteria
Add modules to the database class for the new command which creates the sql day entries and ect
Create class methods for executing sql commands so the user is not required of any sql knowledge
Document the new cmd in the manpage
Reminder: This is the database for this project
The text was updated successfully, but these errors were encountered:
User Story
As a user I want to use the "new" command to create a day entry in the database for the upcoming entries.
If a user already used the new command, he needs to see a feedback.
If the user already created an entry in the database for today he should be informed that todays day was already initialized.
Acceptance Criteria
Reminder: This is the database for this project
The text was updated successfully, but these errors were encountered: