jeudi 4 octobre 2018

Laravel database query creation UI

Background

Suppose there is a large database that has a lot of sensitive information, and query access to the database is:

  1. done by generally non-technical people
  2. requires approval by upper management.

So the flow would be something like this:

  1. staff use a UI to create a query request
  2. this query request would be saved as a laravel Job or something like that
  3. Admin approves or denies the request
  4. 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: enter image description here

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