M1 Assignments
Web frameworks
While developing the test application with your chosen framework, consider the following aspects of your chosen framework:
- Routing and Architectural Patterns
- How is HTML generated
- Authentication
- Persistency and Connectivity to Databases
- Security
Github repository
https://github.com/htw-imi-m1/rails-todo-list-ss2018
Thema: Todo-Liste
Backlog
- As a user, I can create an Entry in the Todo List
- As a user, I can delete an Entry
- As a user, I can edit an Entry
- As a user, I can mark an Entry as done
- As a user, I can see a list of all Todo Entries.
- As a user, I can filter all todo entries by 1. Category/Topic
- As a user, I can mark an entry as important.
- As a user, I can add a Category/Topic to an Todo 1. Entry
- As a user, I can create a Category/Topic for Todo 1. Entries.
- As a user, I can see Todos sorted by due date.
- As a user, I can add a due date to a todo entry.