Go to file
2019-07-08 14:31:51 -04:00
public add Profile 2019-06-21 09:15:34 -04:00
src implemented user login and logout 2019-07-08 14:31:51 -04:00
_tasks-mockup.org add todo notes 2019-06-26 06:07:28 -04:00
.gitignore proposed directory structure 2019-06-20 16:58:52 -04:00
.prettierrc fix .prettierrc option for trailingComma 2019-06-22 10:17:03 -04:00
package-lock.json add todo notes 2019-06-26 06:07:28 -04:00
package.json add todo notes 2019-06-26 06:07:28 -04:00
README.md WIP refactor notes, ProjectView 2019-07-08 09:35:18 -04:00

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