Skip to content

Conversation

@przemyslaw-rzasa-cp
Copy link
Contributor

@przemyslaw-rzasa-cp przemyslaw-rzasa-cp commented Apr 26, 2022

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.

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.

2 participants