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

Add ability to filter project observations by location #2513

Open
mo-nathan opened this issue Nov 9, 2024 · 1 comment
Open

Add ability to filter project observations by location #2513

mo-nathan opened this issue Nov 9, 2024 · 1 comment

Comments

@mo-nathan
Copy link
Member

As a user viewing a project, I should be able to filter the names based on relevant locations so I can share such lists with land owners/managers.

@JoeCohen
Copy link
Member

JoeCohen commented Nov 9, 2024

How about this:

  • Project has_many Locations (and probably vice versa) - easy
  • Fix Show Names link on Observations index pages - probably hard

Use PatternSearch, IF a Project had many Locations. We could use the earliest-created Location as the Project's overall Location.
The UI could be something like:

  • The Project page has a Locations button, similar to other buttons
  • The button goes to a projects location page, which: lists Locations (each linked to the Location); has an Observations button per Location which button incudes an Observation count;
  • That Observation button does a Pattern Search
  • Click Show Names link (currently broken -- it shows all Names in the db) on the resulting Matching Observations page
    Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants