nmrf / sadata

Samoa's Human Rights National Mechanism for Reporting and Follow-up (NMRF) - Client-side application
Other
0 stars 0 forks source link

Adding indicators from the add action page #29

Open ashbowe opened 6 years ago

ashbowe commented 6 years ago

When I'm adding a new action and on that page click on 'add new indicator' to link it to I am only given a box to create an indicator without all of the required fields such assigned user and report due date. Is this intended?

tmfrnz commented 6 years ago

Yes, at least for now the "create new from multiselect" feature (opening in a "modal" that overlays the previous view) only allows creating new entities and their own attributes, but not any associations to other entities (incl connections and users). Currently associations have to be made from the principal entity edit screen.

Remember that originally this feature was only required for new category creation and it was only made available for the other entities as a "bonus" as it was possible with little extra effort.

Allowing associations would require further analysis and some additional programming effort. Having the full "new entity form" in the "new entity modal" with all the options and associations could be problematic as

However I can see that the user assignment and due date creation for a newly created indicator may be a very useful exception but we may have to leave that for a future iteration

tmfrnz commented 6 years ago

have created issue in root repository: https://github.com/impactoss/impactoss-client/issues/388