automate-sales / automate-commerce

next js ecommerce
MIT License
0 stars 0 forks source link

Add an admin interface #77

Open gkpty opened 3 months ago

gkpty commented 3 months ago

there should be an admin page that. only users with admin permissions can ansswer.

Ideally this admin interface can be generated automatically. A script reads the prismsa.schema file and generates all admin pages automatically.

The views will be essentially the same for all models; that is an index file with a table and a search functionality, and an item page which is essentially a form that includes form fields for parent, children, json, lisst and other complex fields.

with the exception of the shopping cart and the blog views which need some customization so that they can be used by the staff with ease.

for the blog view use this: https://mdxeditor.dev/