cds-snc / sre-bot

Slack bot for site reliability engineering
MIT License
6 stars 0 forks source link

Adding form to the New request option and redesigning the AWS Access page #554

Closed sylviamclaughlin closed 2 months ago

sylviamclaughlin commented 2 months ago

Summary | Résumé

Redesigned the AWS access page plus created a form where requests can be submitted. I isolated a lot of the code in components to make the code more reusable and easier to read. New changes look like the following:

Screenshot 2024-06-20 at 5 24 49 PM Screenshot 2024-06-20 at 5 26 56 PM Screenshot 2024-06-20 at 5 25 04 PM Screenshot 2024-06-20 at 5 25 11 PM

gcharest commented 2 months ago

That's great! So just to confirm, the actual logic to perform the access requests will still be handled in the backend but the front end will provide a way to perform and list requests?

sylviamclaughlin commented 2 months ago

That's great! So just to confirm, the actual logic to perform the access requests will still be handled in the backend but the front end will provide a way to perform and list requests?

Exactly! Basically the frontend is a way to submit the request and view any pending/past requests but all the logic will be handled by the backend. I do need to implement the backend logic for all of that.