-
Notifications
You must be signed in to change notification settings - Fork 0
CPW-207 assignment#3 Logan #55
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
Open
logprogrammer92
wants to merge
7
commits into
main
Choose a base branch
from
CPW207-Assignment3-Logan
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
48c86ed
Add CRC cards documentation for Game, User, and Currency entities
logprogrammer92 4cb1c2e
Add Conversations section to CRC cards documentation
logprogrammer92 39da67e
Add user responsibilities for userId and avatar to CRC cards document…
logprogrammer92 ea64441
Refactor CRC cards documentation to update user roles and responsibil…
logprogrammer92 e409923
Checking in what I have so far
logprogrammer92 dcb5034
Update features and use cases documentation with detailed user intera…
logprogrammer92 a3eedc3
Remove CRC cards documentation for Game, User, Friends, and Conversat…
logprogrammer92 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,63 @@ | ||
| # Features and Use Cases | ||
|
|
||
| ## Features | ||
| - Log In | ||
| - Log Out | ||
| - Register | ||
| - Game library | ||
| - Search | ||
| - User Interactions | ||
|
|
||
| ## Brief Use Cases | ||
|
|
||
| ### UC1: User Logs In | ||
| - Primary Actor: User of this site. | ||
| - Goal: User successfully logs into the site using credentials. | ||
|
|
||
| ### UC2: User Logs Out | ||
| - Primary Actor: User of this site. | ||
| - Goal: User successfully logs out the site. | ||
|
|
||
| ### UC3: User Registers | ||
| - Primary Actor: User of this site. | ||
| - Goal: User successfully registers a account into the site using credentials. | ||
|
|
||
| ### UC4: User Accesses Game Library | ||
| - Primary Actor: User of this site. | ||
| - Goal: User can access a catalog of games that are available through the site. | ||
|
|
||
| ### UC5: User Searches For Specific Games | ||
| - Primary Actor: User of this site. | ||
| - Goal: User can search for specific games within the site. | ||
|
|
||
| ### UC6: User Interacts With Another User | ||
| - Primary Actor: User of this site. | ||
| - Goal: User can open one on one communications with another user. | ||
|
|
||
| ### UC7: User Interacts With Multiple Users | ||
| - Primary Actor: User of this site. | ||
| - Goal: User successfully opens a group chat with multiple users. | ||
|
|
||
| ### UC8: User Befriends Other Users | ||
| - Primary Actor: User of this site. | ||
| - Goal: User establishes a friendship relationship with another or multiple users. | ||
|
|
||
| ## Use Case Traceability | ||
|
|
||
| | Use Case | Feature(s) | | ||
| |---|---| | ||
| | UC1: User Logs In | Log In, Register, User Interactions | | ||
| | UC2: User Logs Out | Log In, Register, Log Out | | ||
| | UC3: User Registers | Log In, Register, Log Out, User Interactions | | ||
| | UC4: User Accesses Game Library | Game Library, Search | | ||
| | UC5: User Searches For Specific Games | Search, Game Library | | ||
| | UC6: User Interacts With Another User | Log In, Register, User Interactions | | ||
| | UC7: User Interacts With Multiple Users | Log In, Register, User Interactions | | ||
| | UC8: User Befriends Other Users | Log In, Register, User Interactions | | ||
|
|
||
| ## Use Case Diagram | ||
|
|
||
| ### UML Use Case Diagram | ||
| - I made this using https://app.diagrams.net | ||
|
|
||
|  | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good list that could use just a bit more detail. For example -- Register. Register for what? Search for what?