-
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
Including relationship details in party detail page #1001
Comments
Hi. Trying to resume the discussion around this issue, as we've been talking in other meeting. With the imminent deployment of the search feature this issue is now more important, because when a user click on a party/relationship result (for instance, when querying with national id or mobile numbers), there is no way to access to the locations that are linked to that party. @clash99, @oliverroick. Is there any quick/easy solution that we could implement in the short term? Like including the list of locations linked to that party in the Party Detail page (maybe after Resources)? |
I think we can have the party detail page copy the format of the location detail page in having three tabs: Overview, Relationships, and Resources. The Relationships list would also link to the connected location in the same way that the Relationships list of the location detail page also links to the connected party. |
@seav - I like that idea. That would parallel the location flow perfectly. I can create a quick mock this afternoon. |
Thanks a lot @clash99. Looks very good to me! |
I got the basic functionality ready for this in branch The wireframes show "Add relationship" buttons. I think, we need to come up with a workflow for this if we want to implement this. When you create a relationship for a location the location is already selected. That is not the case when you create a relationship for a party; we would need to implement a view that allows users to fill the relationship form and also be able to select an existing location from the map or create a new location (similar to the process of selecting or creating a party when you create a relationship for a location). |
@oliverroick I don't see the "Add relationship" button. Are you referring to the "Add resource" button under relationships tab? |
Ah right. I confused that. |
Currently we can check the different relationships that are attached to a single location (Open Location > Relationships tab), but we have no way to check the different relationships that are attached to one single party (for instance, different parcels owned by a single farmer).
A way to provide this information would be to include the list of relationships in the Party detail page (we are now providing the party details and the list of resources attached to the party).
Thoughts?
The text was updated successfully, but these errors were encountered: