Conversation
…ities, including removing references to administrators and clarifying relationships among entities.
rachelkingCPTC
left a comment
There was a problem hiding this comment.
@SuperGamer001 hoping to resolve the discrepancies between your two PRs. Who was supposed to work on which class? Which is the correct version you are submitting?
docs/analysis/crc-cards.md
Outdated
| ## Friends | ||
|
|
||
| **Responsibilities** | ||
| - Links users together | ||
| - Holds a friendship ID | ||
|
|
||
| **Collaborators** | ||
| - Users |
There was a problem hiding this comment.
I do think some collaboration could have taken place between you and @SuperGamer001 . Looks like you both have a Friend or Friends class that are similar but not identical.
There was a problem hiding this comment.
So are we supposed to be working on this together as a team and only turning in one pull request for the entire project? Or are we each supposed to turn in individual versions?
There was a problem hiding this comment.
And if we do different versions, do we also cover different classes?
docs/analysis/crc-cards.md
Outdated
|
|
||
| **Collaborators** | ||
| - Users | ||
| - Friends No newline at end of file |
…larity for Friend and Conversation sections
rachelkingCPTC
left a comment
There was a problem hiding this comment.
@logprogrammer92 @SuperGamer001 I am still seeing differences between your CRC Cards for the same entities. Friend and Conversation have different collaborators as compared to Alex's PR.
Glad to see you guys divvy up classes and do your own analysis, but I do want to have a shared understanding when there is overlap. For example, does Friend collaborate with Notification and Conversation, or doesn't it?
|
@rachelkingCPTC It does for both those classes. Logan doesn't cover Is mentioning a class that doesn't exist in the CRC Card (but still is in the actual program) allowed? |
|
@SuperGamer001 yes, you should agree upon what classes exist and then each take a few cards for which to make CRC Cards. So you won't have all the classes existing in each PR. |
…or Friend and Conversation sections
|
@rachelkingCPTC Ok we agreed and updated the CRC-Cards to reflect this mutual agreement. |

Add CRC cards documentation for Game, User, Friend and Conversations entities.