aileftech / snap-admin

A plug-and-play, auto-generated CRUD database admin panel for Spring Boot apps
MIT License
251 stars 18 forks source link

Feature ideas #37

Open aileftech opened 10 months ago

aileftech commented 10 months ago

If you think something is missing from SnapAdmin, please leave a comment with a short explanation of what you would like to see.

If somebody already commented with something similar, you can leave a reaction so I can gauge the interest in every feature.

jamesmbowler commented 9 months ago

I'd like to see role based permissions using spring security.

aileftech commented 9 months ago

Hi! This is "partially" supported as explained in the docs. You have to adapt your security configuration manually to protect the routes the way you wish. Were you referring to some deeper integration or something different?

jamesmbowler commented 7 months ago

Oh, nice! Great project, thanks!

kamlesh0606 commented 5 months ago
  1. When Product Edit/Add Flow, apply custom validation Or Custom Logic Over Data Save.
  2. Apply Role on Add, Edit, View, Delete, Export on Api
  3. callback Function When Data Save For update to other place Like cache Or depended Flow
  4. Data Encryption Like AES 256 , ...
  5. Secure Field Manage Like Password , Email Id , SSN Number, User Profile Data for Manage HIPPA Policy
  6. Image save in File Storage and Details update at DB Side Like Name , UUID Id of image.
  7. Depended Master selection Like Product needs category , Tag , Company. May be Select 1 Or More.
  8. Audit Logs For Data Edit , Update , Delete. if Data Secure then provide View also