NMS-19709: Remove Events landing page, replace with updated Event List page#8453
Open
synqotik wants to merge 2 commits intofoundation-2025from
Open
NMS-19709: Remove Events landing page, replace with updated Event List page#8453synqotik wants to merge 2 commits intofoundation-2025from
synqotik wants to merge 2 commits intofoundation-2025from
Conversation
522c2ef to
12f5e7d
Compare
4231e60 to
3e0468d
Compare
Contributor
Author
|
Converting to draft while I rebase to |
cc8f781 to
7b5ae78
Compare
Contributor
Author
|
Rebased to |
7b5ae78 to
2fcfb32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove the Events landing page and have the main menu link to the Event List page instead. This way, the user immediately sees a useful Events page instead of having to click again on a link on the landing page.
event/indexnow redirects toevent/listand the landing page JSP has been removed entirely.Updated the Event List page to include features found on the landing page.
side menu
Eventslink now points to the Event List pageAdd a
Search by Event IDto the Event List page, this was one functionality that wasn’t on the Event List page. User enter an Event ID and this will navigate to the Event Details page for that eventThe existing Event List Search is basically the same as Advanced Search, it just opens a popup dialog instead of the whole page.
The Event Filter Favorites functionality is on the Event List page. You can view, select, add and delete favorites from the dropdown and “star” button
A new Help button pops up a dialog with the same help text as was on the landing page.
External References