Topic: Ability for another user to add content via a dashboard
BradleyByerly04 priority asked 1 year ago
Is there anyway to make it so if I were making an eCommerce site for a company that they could add new products from a page only specified users have access to rather than me having to add said products manually in VSCode?
Grzegorz Bujański staff answered 1 year ago
This is usually done on the server side. The frontend application sends a request to the server to receive a list of products. The server returns a list of products that a given user should see. And the frontend application displays a list of products based on the response from the server.
Of course, you can do all this on the client side using hard-coded data. But generally such things are done in connection with a server and a database that stores data about the product, information about which user should have access to a given product, etc.
An admin panel is usually created to manage products (adding, deleting, other settings such as product visibility for a given user). Admin panel is connected to the server and downloads and updates product information in the database.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 7.1.0
- Device: PC
- Browser: Opera GX 104.0.4944.80
- OS: Windows 11
- Provided sample code: No
- Provided link: No