TutorialTodo App with SolidX
Next Steps
Try a few small follow-up changes to extend the generated Todo app.
What to Try Next
You now have a working generated Todo module. The next useful step is to make one or two small changes so you can see how SolidX evolves an existing module, not just creates the first version.
Suggested Follow-Up Changes
A Simple Prompt Sequence
Concrete experiment
If you want one practical follow-up exercise, try this prompt sequence:
- Add an
assigneerelation field totodoItem. - Add a minimum length validation rule to
title. - Regenerate the module artifacts if needed.
- Verify the new field and validation behavior in the admin UI and Swagger.
Keep Exploring
Once you are comfortable with the generated Todo module, continue into the broader SolidX docs for these areas:
Metadata and fields: Learn how models, defaults, validation rules, and field behavior are represented in SolidX metadata.View customization: Explore list and form view customization once the generated CRUD baseline is in place.Backend extension: Go deeper into controller, service, and provider customization patterns.Roles and permissions: Add access control once the Todo module is ready for more realistic usage.

