Open
Conversation
…ities, including removing references to administrators and clarifying relationships among entities.
…ctions and add use case diagram
rachelkingCPTC
left a comment
There was a problem hiding this comment.
Nice job, overall! Your Use Case diagram is especially neat. One optional improvement could be to add the use case number to the diagram.
Comment on lines
+4
to
+9
| - Log In | ||
| - Log Out | ||
| - Register | ||
| - Game library | ||
| - Search | ||
| - User Interactions |
There was a problem hiding this comment.
This is a good list that could use just a bit more detail. For example -- Register. Register for what? Search for what?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds initial documentation for system analysis and requirements, including CRC cards and features/use cases. These documents help clarify the responsibilities of core domain entities and outline user interactions and system functionality.
Documentation of system analysis:
Game,User,Friends,Conversations) indocs/analysis/crc-cards.md, specifying their responsibilities and collaborators.Documentation of features and use cases:
docs/analysis/features-and-usecases.mddetailing system features, brief use cases, use case traceability, and a UML use case diagram to visualize user interactions.