NullTraining / project-team1

Team 1 project
0 stars 1 forks source link

[Bulletin Board] Define what a User should represent #35

Closed HcsOmot closed 6 years ago

HcsOmot commented 6 years ago

In order to prepare grounds for quality work implementing our system in code As product owners We need to define what a User represents in our system

Since we're trying to send out announcements, declarations and other types of messages to our employees, we need to enable them to access our Bulletin Board to read them. Therefore, our Users are our employees, who have user accounts created in our Bulletin Board.

Please note that these requirements are likely to change over time as we further explore our business domain.

HcsOmot commented 6 years ago

We already have a concept of a User in our system (User entity). We just need to add references to Users in other entities (Post and PostComment).