tasks-mockup/README.md

20 lines
588 B
Markdown

# TODO for refactoring
- update renderProject to renderProjectView
- update renderProjects to renderProjectsView
- create ProjectsView, ProjectTasksView, UserProjectsView
- create TasksView, UserTasksView
# User Stories
As a user, I want to:
- View all available projects (should we assume all is public for now?)
- View all available tasks
- View all available profiles (e.g., to find potential collaborators)
- View a single project with its tasks (including unassigned)
- View a single profile with tasks assigned (to see my tasks, to see anothers' tasks)
- Hide completed tasks