SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Different visibility for different users #14

Closed QuangTran304 closed 2 years ago

QuangTran304 commented 2 years ago

Description: As a user, I want to see only the information that are relevant to me so that I am not overwhelmed by the unnecessary information OR having accessed on sensitive information about other users.

Example: For example, while a doctor may see everything, an immigration officer should probably see only identifying information and COVID-19 status, and nothing else.

Additional Details:

Acceptance criteria: Given: The user is logged in. When: The user is on the main page. Then: The web app only displays information that is relevant to the user that is logged in.

Sub-task:

liuwei-tianshu commented 2 years ago

As I suggested in the https://docs.google.com/document/d/1pdrGfibgRNjBTfwvjlzjMN9YDoTC4g-hTFo7tG_zCKk/edit , there are two categories of users. I think you can figure out two category names for them to make the user story clearer.

QuangTran304 commented 2 years ago

completed visibility for Doctors

QuangTran304 commented 2 years ago

DONE visibilities for ALL users