-
Notifications
You must be signed in to change notification settings - Fork 13
Conclusion
This is a very small application for bicycle workshop management. It is simple but can be applied to a real local workshop.
You can run it in the production environment (including clouds) as is, and it will be suitable for its purpose.
You can add much more functionality using CUBA additional modules, and this enables you to grow your application to a big strong solution.
In this session covers just a few features of CUBA, but the platform has many more...
If you want to learn more about additional modules and components just take a look at CUBA documentation: https://www.cuba-platform.com/manual
Visit our forum:
-
DEFINING DATA MODEL AND CREATING THE DATABASE
3.1 Client Entity
3.2 Mechanic Entity
3.3 SparePart Entity
3.4 OrderStatus Enum
3.5 Order Entity
-
4.2 Client CRUD UI
4.3 Mechanic CRUD UI
4.4 Order CRUD UI
-
5.1 Generic Filter
5.2 Security Setup
5.3 Audit
-
6.1 Integration with IDE and Project Structure
6.2 Customization of Existing Screens and Hot Deploy
6.3 Business Logic Development
6.4 REST API