Chirag - Fixed the navigation links on Event Cards#4882
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Set error state when date parsing fails.
Refactor date parsing logic to remove redundant error handling.
|
There was a problem hiding this comment.
Hi Chirag,
I have reviewed your PR locally and the redirection does work as per your video however as far as i know there is a PR which has all the events which can be redirected to via this PR hence wondering why is there no link to the actual URL and a link to a page which essentially does not say what the event is about.
|
|
The linking of event registration mentioned by @Anusha-Gali on the Community Calendar screen has been fixed as a part of PR #5241 |
DeepighaJ
left a comment
There was a problem hiding this comment.
Checked out to current branch and validated the PR locally.
On clicking on the event card it opens a new page in tab with url http://localhost:5173/communityportal/Activities/Register/id as expected. check for different events and working as expected.











Description
Related PRS (if any):
This is NOT related to any other PRs
Main changes explained:
How to test:
npm installandnpm run start:localto run this PR locally/communityportal/communityportal/activities/Register/<ID>Screenshots or videos of changes:
Event.Card.Navigation.Fix.mov
Notes
The redirection on the cards currently leads to a error 404 because the registration screen previously made is static. I am working on updating the screen to work dynamically with the event IDs. For now, please check that the URL changes for each card and the screen does redirect to a new screen with the url
/communityportal/activities/Register/<ID>