One of the functionalities for users on the website will be the ability to create documents made up of chapters in a one-to-many relationship.
Traditionally, this would involve creating separate views for chapter and document creation.
How can I develop a web page that allows for editing a "composite" view? This means being able to edit document details while also creating and managing chapters all on the same page. Additionally, how can I ensure users can freely rearrange the order of chapters by moving them up and down?
(Apologies if this question has already been asked and answered, but I am unsure of how to search for it since I lack proper keywords beyond "AJAX". Any assistance in naming my requirement would be greatly appreciated!)