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

update in-product references to point to new search page #648

Closed
TanyaStere42 opened this issue Jul 29, 2024 · 3 comments · Fixed by #642
Closed

update in-product references to point to new search page #648

TanyaStere42 opened this issue Jul 29, 2024 · 3 comments · Fixed by #642
Assignees
Labels
enhancement new or improvements on existing features techdebt work that needs to be done to clean things up
Milestone

Comments

@TanyaStere42
Copy link
Member

TanyaStere42 commented Jul 29, 2024

Feature description and context

Final piece to encounter search update: update all links that go to encounter search

Feature sign-off requirements

  1. Header (update across all header styles):
  • Search > Encounter (current: /encounters/encounterSearch.jsp)
    to /react/encounter-search no filters
  • My Data > My encounters (current: /encounters/searchResults.jsp?username=[USERNAME])
    to react/encounter-search filter assignedUsername = current user
  • My Data > My encounters > My approved animals (current: https://seal-wildbook.wildme.dev/encounters/searchResults.jsp?username=tomcat&state=approved)
    to react/encounter-search filter assignedUsername=[CURRENTUSER] AND state=approved
  • My Data > My encounters > My unapproved animals (current: https://seal-wildbook.wildme.dev/encounters/searchResults.jsp?username=tomcat&state=unapproved)
    to react/encounter-search filter assignedUsername=[CURRENTUSER] AND state=unapproved
  • My Data > My encounters > My unidentifiable animals (current: https://seal-wildbook.wildme.dev/encounters/searchResults.jsp?username=tomcat&state=unidentifiable)
    to react/encounter-search filter assignedUsername=[CURRENTUSER] AND state=unidentifiable
  1. My Account page (/myAccount.jsp):
  • Learn more about the encounters assigned to your account (current: /encounters/searchResults.jsp?username=[USERNAME])
    to react/encounter-search filter assignedUsername=[CURRENTUSER]
  1. landing page (/react/):
  • Latest data -> (current: /encounters/searchResults.jsp?username=[USERNAME])
    to react/encounter-search filter assignedUsername = current user
  1. project page projects/project.jsp?id=xxx
  • Encounter search page (current: /encounters/encounterSearch.jsp)
    to /react/encounter-search no filters
@TanyaStere42 TanyaStere42 added enhancement new or improvements on existing features techdebt work that needs to be done to clean things up labels Jul 29, 2024
@TanyaStere42 TanyaStere42 added this to the 10.3.0 milestone Jul 29, 2024
@erinz2020
Copy link
Contributor

erinz2020 commented Jul 31, 2024

and also the project page: projects/project.jsp?id=xxx Encounters can be added to this project from the[ Encounter search page], where they can be added by clicking on

@TanyaStere42
Copy link
Member Author

good catch! requirements updated

@erinz2020 erinz2020 linked a pull request Aug 1, 2024 that will close this issue
@TanyaStere42
Copy link
Member Author

all verified on QA. approved once out of draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new or improvements on existing features techdebt work that needs to be done to clean things up
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants