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
-
...
- User can create Project
- Project can have many Conversations (Comments)
- User can create a new Comment on a Project
- Comment belongs to the User and the project.
- 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.
- Can the User see everyone elses Comments? -> Answer: I believe yes, User can see everyone elses Comments.
- 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.