Background
Suppose there is a large database that has a lot of sensitive information, and query access to the database is:
- done by generally non-technical people
- requires approval by upper management.
So the flow would be something like this:
- staff use a UI to create a query request
- this query request would be saved as a laravel Job or something like that
- Admin approves or denies the request
- request gets executed if approved and results appear to the requester.
Problem/Question
I was designing step 1 above, and it looks something like this:
This seems like a hell a lot of work if done from scratch. Is there an out of the box open source library that can help do this?
Note: front end is angular 1.6 JS, But I don't mind using whatever other client side js library for that (whether it's pre-baked into laravel or any other library for that matter ie react/vue/vanilla js etc). The db is Postgresql
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire