-
Notifications
You must be signed in to change notification settings - Fork 2
User Stories
ackl edited this page Sep 22, 2014
·
1 revision
- As a user, I want to create a todo, so that I can remember things.
- As a user, I want to see a list of todos, so that I know what's left to do.
- As a user, I want to delete a todo, so that I can get rid of todos.
- As a user, I want to set a todo as done, so that I know what I've done.
- As a user, I want to filter the list by todo status, so that I can see a list thats relevant.
- As a user, I want my todos to be there when I return to the app, so that my todos are not lost.
- As a user, I want to order my todos, so that I know what to do next.
- As a product owner, I want my todo app styled, so that it will look good to users.
- As a user, I want to be able to add tags to todos, so that I can manage my todos better.
- As a user, I want to see a list of tags, so I can manage my todos better.
- As a user, I want to be able to search by title, so that I can more easily find relevant todos.
- As a user, I want to edit my todos, so that I can ensure they remain relevant.
- As a user, I want my todos to have a description field, so that I can add more content / instructions to it.
- As a user, I want to set a deadline and reminders for my todo, so that I do them before it's too late.
- As a product owner, I want animations for actions, so that my app looks really good.
- As a user, I want to be able to use the app on my mobile device or desktop, so that I can manage tasks when I'm not in front of my computer.
- As a user, I don't want default todos to appear, so that the list only contains my todos.
- As a user, I want my todos to be available on any device connected to the internet, so I don't have to always use the same browser.
- As a user, I want to be able to log into my Todo What account, so that my todos are private.
- As a random visitor, I want some text to tell me what this is all about.
- As a new user, I want to be able to use the app before creating an account, so that it's easy to evaluate it.
- As a user, I want the login and register page to be clear.