krish4201/Maintenance-Management — reverse-engineered prompt
Reverse engineered prompt
I want you to turn this starter CAP project into a simple maintenance management app.
The goal is a small working system where someone can keep track of equipment or assets, log maintenance requests, assign them to a person, set priority and due dates, and update the job status from open to in progress to completed. Please create the data model, the backend services, and a basic UI in the app folder so I can actually add, view, edit, and filter records. It would also be helpful to have a simple dashboard style home screen that shows counts like open jobs, overdue work, and completed maintenance.
Please include some sample data so the app is usable right away, and keep the structure aligned with a normal CAP project using the db, srv, and app folders. If anything is unclear, make sensible choices based on a typical maintenance tracking workflow, and look up the current CAP docs online if you need to.
Want more depth? Deep Reverse