-
Notifications
You must be signed in to change notification settings - Fork 7
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
Spike: Admin tool for managing roles and permissions #39
Comments
Adding this story to sprint 0 for Josh to take a look at. It was intended for sprint 1 and may carry over into that sprint. |
Moving this story to sprint 1 for completion. |
@pamlo412 The admin UI portion is mostly done, at least the UI part of it. There will be some more work to do on it once we nail down some more specifics on permissions. We will need tickets for the following:
|
@jasalisbury I created #50, #51, and #52 for the follow-up spikes/stories for this spike. We'll review them at grooming tomorrow. |
* Fix deployed UI frontend issues * Serve the static frontend before applying the auth middleware * The CSP of the backend forces us to set INLINE_RUNTIME_CHUNK to false. See https://create-react-app.dev/docs/advanced-configuration/ * Set sandbox branch to this branch * Rename tests to match what they test
Fix deployed UI frontend issues (#39)
User story: As a Smart Hub admin, I want a simple tool for managing roles and permissions so that I can ensure all TTA team members have the access they need.
Goals of this spike:
The text was updated successfully, but these errors were encountered: