Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi document creation during edit mode #541

Open
roikle opened this issue Jul 12, 2016 · 1 comment
Open

Multi document creation during edit mode #541

roikle opened this issue Jul 12, 2016 · 1 comment
Labels
Enhancement Desired improvement to design or implementation that adds value.
Milestone

Comments

@roikle
Copy link

roikle commented Jul 12, 2016

Issue: Routinely I wish I could create multiple documents during an edit session. For example, if I was creating a new document which contained a reference field for another document type. In this situation the later document would need to be created first, before it can be linked to the former document. This forces the user to always make sure all related documents are already available before creating a new document. Or to save a work in progress document, than create a new related-able document, and than go back to the work in progress document and add the new relation.

Idea: Instead of breaking up the flow of data collection, it would be a better user experience if users could create multiple document during the creation of a document (or pause an edit session to open a new one). For example have a create document option be available when a user clicks on a reference field type, which would pop-up a form view window of that schema type when an existing document doesn't exist.

@roikle roikle added the Enhancement Desired improvement to design or implementation that adds value. label Jul 12, 2016
@jpfiset
Copy link
Collaborator

jpfiset commented Jul 12, 2016

The document editor service is able to spawn multiple document editors simultaneously. However, interaction with a map would have to be locked to one element, I suppose.

The biggest issue here it to figure out how the user interacts with the various editors.

@jpfiset jpfiset modified the milestone: 2.2.9 Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Desired improvement to design or implementation that adds value.
Projects
None yet
Development

No branches or pull requests

2 participants