Is the frontend configured for Admin only? #1289
-
First Check
Commit to Help
Example Code
DescriptionThe code structure in https://github.com/fastapi/full-stack-fastapi-template/tree/master/frontend feels like the template application is tailored for the admin of the application. But in real world, an application will have customer facing UI and administrator facing UI. To me, this UI feels like it's more tailored towards the admin only. Please help me understand what might be a good code structure for a well-integrated admin facing as well as customer facing application developed on top of this template. Operating SystemOther Operating System DetailsNA Python VersionNA Additional ContextI feel like the frontend is the equivalent of auto-generated admin panel (much like of Django). Please add more suggestion for the problem above. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This is wild. I don't understand the problem. Maybe look into a privileges model and least privilege practices? |
Beta Was this translation helpful? Give feedback.
-
Hi @sanjiblamichhane 👋 Thank you for your feedback. You're right that this template (https://fastapi.tiangolo.com/project-generation/) is initially structured with a focus on administrative functionalities. However, it's designed to be flexible and customizable, serving as a starting point for various types of applications. The idea is that users can adapt it to their specific needs, whether for an internal interface, or a more complex application. You can easily extend it by adding new features depending on your project requirements. I hope this has clarified things for you. |
Beta Was this translation helpful? Give feedback.
Hi @sanjiblamichhane 👋
Thank you for your feedback. You're right that this template (https://fastapi.tiangolo.com/project-generation/) is initially structured with a focus on administrative functionalities. However, it's designed to be flexible and customizable, serving as a starting point for various types of applications. The idea is that users can adapt it to their specific needs, whether for an internal interface, or a more complex application. You can easily extend it by adding new features depending on your project requirements. I hope this has clarified things for you.