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

feat: dashboard statistics and get all boards with pagination #125

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

nunocaseiro
Copy link
Contributor

@nunocaseiro nunocaseiro commented Apr 8, 2022

Relates to #123

Proposed Changes

  • Method in auth controller to retrieve some statistics about the authenticated user
  • Get all boards service method depending of the user's role and atual page in the frontend.
    • If dashboard -> all boards of user of the last 3 months
    • if boards page and the user is super admin -> all boards
    • if boards page and the user is not super admin -> all boards of user
  • Get all boards with pagination

This pull request is intended to close #123

rpvsilva
rpvsilva previously approved these changes Apr 11, 2022
@nunocaseiro nunocaseiro merged commit 1d569d6 into main Apr 11, 2022
@nunocaseiro nunocaseiro deleted the feat-pagination-and-statistics branch May 3, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Dashboard statistics and boards pagination
2 participants