-
Notifications
You must be signed in to change notification settings - Fork 81
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
Ability to add parties without relationships #1581
Comments
We should also add and "add" button to the party index page. |
WireframesParty IndexAdd Party Modal |
@laura-barluzzi - Here is a link to the start of the functional specs for this task: https://drive.google.com/open?id=1ySPJCYRnf0CKYh6igaclD2N8JdBKuqmScS7OU5KK4sE I've copied this from another requirements document so you will see some strike-through text remaining that should be updated with your notes on how to proceed or removed. Let me know if you have any questions. Thanks! |
@dpalomino and @laura-barluzzi - One thing I should note is that this task is to add parties to the party index without being party of a relationship. A natural progression is for a user to be able to add a relationship/location once viewing a party but I think due to time constraints, we should tackle that at a later date. Adding parties to the party index will allow them to appear in the dropdown when adding a relationship to a location. I believe that is an acceptable workflow. Let me know if you disagree. Parties listed in dropdown when adding a relationship to a location |
Hey @clash99! Nice wireframes, as always :-)
Totally agree. I think that workaround is totally acceptable for now. Thanks! |
Hi @clash99, at a first look I think I agree with your proposal of showing the dropdown list of existing parties (which would display also those created from the party index in |
@laura-barluzzi Yes, agree with above comment. We don't want to change the way to add a party or select existing parties in the relationship area. That should remain the same. |
[UPDATE] Current code work-in-progress is available at my active branch |
Updating description with new requirement format:
Problem Statement
There is a need from some partners to be able to add parties without having to associate (yet) those parties to specific locations via a relationship entity.
Context / Use Case
The best example of this could be when an organization is collecting in a first phase all the information regarding the landowner, and in a second phase when going to the field an visiting the actual parcels, the information regarding the location.
User Story
As a data collector, I want to be able to add a party entity using the web UI without creating first any location.
Description
For doing that we will be including a "+Add party" button in the drop down Add menu, right between "+Add location" and "Add resource":
Clicking on "Add party" should redirect the user to the "Parties" section where a web form would be appearing on the right side to create the new party.
Conditional attributes for party types ("IN", "GR" and "CO") should be considered in the same way as we do when adding a relationship with a new party via the "Add location" section.
cc: @clash99
We have detected a need from some partners to add a party entity without having to attach the party entity to a location via a relationship entity. That's because for instance they are collecting party information first.
So we need a mechanism to add parties via the WUI with no relationships with locations.
For doing that we will be including a "+Add party" button in the drop down Add menu, right between "+Add location" and "Add resource":
Clicking on "Add party" should redirect the user to the "Parties" section where a web form would be appearing on the right side to create the new party.
Conditional attributes for party types "IN", "GR" and "CO" should be considered in the way as we are doing when adding a relationship with a new party via the "Add location" section.
The text was updated successfully, but these errors were encountered: