Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revising "Blocking a user" sequence diagram #138

Closed
berkaydoner opened this issue Oct 31, 2021 · 1 comment
Closed

Revising "Blocking a user" sequence diagram #138

berkaydoner opened this issue Oct 31, 2021 · 1 comment
Assignees
Labels
priority: high state: completed type: documentation Improvements or additions to documentation

Comments

@berkaydoner
Copy link
Collaborator

I noticed that I did not include any database interactions in this sequence diagram. I will add database to the sequence diagram and will check any further changes.

@berkaydoner berkaydoner added type: documentation Improvements or additions to documentation priority: high state: in progress labels Oct 31, 2021
@berkaydoner berkaydoner self-assigned this Oct 31, 2021
@berkaydoner
Copy link
Collaborator Author

I have updated the blocking sequence diagram. I have added a database to store the blocking information.

I also decided to remove userProfile from the sequence diagram. When I was designing sequence diagrams last semester, I expected them to follow the accesses through the user interface. However, I now think that sequence diagrams should not be designed in such a way, they should be designed to display the flow of the program and the data. User profile is not a necessary functionality in this sequence diagram. We should not need all of the profile information of a user to block them, ID's of the blocker and the blocked user should suffice.

Here is the updated sequence diagram:

Flowchart - Frame 26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high state: completed type: documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant