sweIhm-ws2018-19 / skillproject-do-1

skillproject-do-1 created by GitHub Classroom
0 stars 0 forks source link

Epic: Editierbare To-Do-Liste für jeden Tag in der Woche erstellen #13

Open nicolemjohnson opened 5 years ago

nicolemjohnson commented 5 years ago

Alex erstellt eine To-Do Liste für den Tag. User kann Sachen einstellen (z.B Software Engineering Hausaufgaben). Nach jedem Tag wird alles in der Liste gelöscht.

nicolemjohnson commented 5 years ago

User Story: There is a computer science student and in the morning, they go through the different things that they need to accomplish during the day in their head. Instead of writing these down on a piece of paper, the student opens the To-Do skill of their Alexa and can list the different things that they need to do for the day. The student does this by saying "Alexa add <> to To-Do". The student can always go back to Alexa and ask her to repeat everything that was put on the current day's To-Do list. This allows the student to keep track of the things that they want/hope to achieve throughout the day.

Acceptance Criteria: -Alexa adds all things that user asks to be put on the list for that day -Alexa repeats all the To-Dos that were put on the list -List is empty at the start of each new day

gitmasterMitja commented 5 years ago

EPIC: To-Do-list for a day.

As a student i want to be able to add, edit and delete an (infinite) amount of to-dos to a list for every day. When a to-do gets finished, the student should be able to mark it as 'done'. If a to-do wasn't finished on that day it will get carried over to the next day until it gets either deleted or marked as 'done' by the student. The student should always be able to ask Alexa for his to-do-list on any day of the week. An Item on the list must have a short and precise Title which Alexa will enumerate when the student asks for his list. An item can also contain a short description which can be separately added to each item by the student.