Silverstripers
Notwithstanding extensions like Userforms and Generic Views, SS feels like it is designed to only support content management from the backend CMS UI rather than from the front-end like some other CMSs. Should I entirely avoid creating front end CRUD forms for users to manage their content? If not what is the natural limit for front end activity given the use cases SS was designed to address.
For context, a site I am developing for a client is effectively a brochure site but with one interactive page - a front end form and list for managing a collection of data objects. The motivation for putting the form on the front end was that I didn't want to have to train them how to use the back end for that single form and I didn't know how to hide their view of the pages they didn't have to worry about.
The apparent difficulty in creating this master-detail CRUD page 'out of the box' makes me wonder if I am forcing SS/Sapphire do something it doesn't naturally do.
Thanks