We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I've added selectChallenge, getChallenge, viewChallenge, getChallenges methods to RegisteredUser class, viewLeaderboard, getLeaderboard methods to Challenge class upon feedback from Ege Tanrıverdi.
added search method to forumFeed class
Updated ClassUMLdiagramdraft (markdown)
Moved selectBadges method from User to Profile.
register method to user class from registered user class
method name typo change
Cengiz Bilal Sarı- Class diagram change according to register and approve challenge sequence diagrams
I have removed the method assignBadges from the user class since it was unclear what the method's purpose was. Replaced it with selectBadges method, a method for the user class to handle the selected badges to be displayed on users profile. Since it was one of our usecases we needed to include such a method in the user class. Also added displayedBadges attribute to the profile class. And added the methods that were missing to perform the "Select Badges to Display" use case. Please check the sequence diagram of "Select Badges to Display".
typo from draft 8
more additional changes on draft 8
additional draft 8 changes
additional changes on draft 8
draft 8 has been added
i fixed a typo in my draft.
Draft 6 by Cengiz Bilal Sarı
draft5 has been added
put codes into windows for better looking organization
Draft 2
Draft 1 added.