QCodo is a fantastic framework, but I fell like it lacks a “view” form.
What is a “view” form ?
Simply a “view” form would be a form that at first shows all the details of an item selected from the “list” form.
Why have a “view” form ? What are the benefits ?
- it lets you show information that is not displayed in the list
- it lets you display information without the need of editing it
- it lets you display information that is not editable in “edit” form
- it lets you interact with other tables and show related information to the selected item that comes from other tables
- it lets you deal better with displaying additional information on N-N table relationships
Many systems projects that I have been part of had this necessity, that's one of the motives why I am bringing this scenario up.
I would be glad to hear opinions from everyone on this topic.