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 GraphQL end point that lists assigned clients for a user #245

Closed
fermion opened this issue Jul 24, 2024 · 1 comment
Closed

Add GraphQL end point that lists assigned clients for a user #245

fermion opened this issue Jul 24, 2024 · 1 comment
Assignees

Comments

@fermion
Copy link
Collaborator

fermion commented Jul 24, 2024

This will be used to drive the view of staffplans where projects are grouped by the client. tl;dr:

  assignedClients(userId optional, if passed will filter for that user) {
    projects(active filter default to true?) {
      project stuff
    } 
  }
@fermion fermion self-assigned this Jul 24, 2024
@fermion
Copy link
Collaborator Author

fermion commented Aug 2, 2024

We went away from this idea, instead grouping things in the client before rendering.

@fermion fermion closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant