Closed gijzelaerr closed 9 years ago
we decided that we don't need dynamic forms, just normal forms which are not stored in the database so we don't need migrations. submitted forms will be stored as config file.
This is now possible by adding a file in this folder
https://github.com/ska-sa/rodrigues/tree/master/scheduler/forms
This is also a quite vague issue, but for now I need to do research on how much time this would take and what is the easiest way to implement this.
Technically seen this is already possible, a RODRIGUES developer can manipulate the model in the source, create a schema migration and update the database. But experience learns that this is quite a tedious task. It would save a lot of time, energy and mistakes if we could simplify this by just using a simpel text file as source of the form, or maybe even render it directly van a database. Last solution would enable an administrator to change the layout and content of the form. But implementing the last solution can take a lot of time, even more if we also want to store the filed fields in a structured way.