Skip to content

prio101/task-project-conversation

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

Add the Planning

  1. User can create Project
  2. Project can have many Conversations (Comments)
  3. User can create a new Comment on a Project
  4. Comment belongs to the User and the project.

Questions:

  1. Does only the admin can create the Project? -> Answer: I believe yes, Only admin and other users such as: [Project manager] can create the Project.
  2. Can the User see everyone elses Comments? -> Answer: I believe yes, User can see everyone elses Comments.
  3. Can anyone change the project status? -> Answer: I believe yes, anyone can change the project status. Due to fast pace of the project verifications it should be done by the internal team after the comment discussion.