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

Add "Recent Achievemnts" database function for organization page #160

Closed
thatkookooguy opened this issue Aug 24, 2018 · 0 comments · Fixed by #163
Closed

Add "Recent Achievemnts" database function for organization page #160

thatkookooguy opened this issue Aug 24, 2018 · 0 comments · Fixed by #163
Assignees
Labels
database Everything that is related to managing\writing\reading the DB. feature Everything that needs an implementation and is new

Comments

@thatkookooguy
Copy link
Member

RECENT ACHIEVEMENTS

FEATURE

For the organization page, I want to add a "Recent Achievements" section that will show the latest 5 or 10 achievements users from that organization got.

Basically, it should receive an organization name as a parameter, and query the database to get that organization data, then, search all the users in that organization for all of their achievements, **sorted by createdOn, and return the 5 or 10 first achievements (last received)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Everything that is related to managing\writing\reading the DB. feature Everything that needs an implementation and is new
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants