Form Manager
This project is still under construction, what I hope to acheive is a lightweight, fool-proof framework that will automatically generate quieries and UI for managing data entry through “describing” the data and its relationships.
What I observed was that whilst I was creating data entry pages I was doing the same thing over and over. I was listing data; providing data entry forms and validating the data the user provided, and providing other features to delete such data or view it in different formats. This was quite often time consuming, boring and there was quite a lot of scope for errors. So I dreamt that it would be nice to use a set of objects that would basically do all of this for me.
- Overall model
- TableDefinition and FieldSet
- Application Layers
- FormManager
- ParameterRegister
- Fields
- Modes






