Skip to content

Feature/user managment kacper solution 2 - #5

Draft
kacperjagiela wants to merge 2 commits into
practice-basefrom
feature/user-managment-kacper-solution-2
Draft

Feature/user managment kacper solution 2#5
kacperjagiela wants to merge 2 commits into
practice-basefrom
feature/user-managment-kacper-solution-2

Conversation

@kacperjagiela

@kacperjagiela kacperjagiela commented Apr 19, 2022

Copy link
Copy Markdown

Ticket: codeandpepper/janush#87

Backend:

  • First of all you need to add administrators groups in Cognito (of course in IaC code).
  • Add GraphQL endpoint (AWS AppSync service)
  • Add GraphQL/AppSync query to get users from AWS Cognito (paginated, filtered as in designs)
  • Add GraphQL/AppSync query to get groups from AWS Cognito
  • Add GraphQL/AppSync mutation to be able to add new user to AWS Cognito
  • Add GraphQL/AppSync mutation to add new group to AWS Cognito
  • Add GraphQL/AppSync mutation to add user to existing group
  • Add GraphQL/AppSync mutation to edit user
  • Add GraphQL/AppSync mutation to edit group
  • Add GraphQL/AppSync mutation to delete user
  • Add GraphQL/AppSync mutation to delete group
  • Add GraphQL/AppSync mutation to delete user from certain group
  • Add GraphQL/AppSync mutation to enable/disable user (it should enable disabled user and disable enabled user)

Frontend:

  • Proceed according to the designs using GraphQL queries/mutation done via backend.

@kacperjagiela
kacperjagiela marked this pull request as draft April 20, 2022 06:54
MastalerzKamil pushed a commit that referenced this pull request Jun 10, 2022
* ci: test schematics (#5)

* ci: generate application (#5)

* ci: test web (#5)

* ci: test cloud (#5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant