website
website copied to clipboard
Update Team Meeting data on the Events page to show meeting frequency
Overview
Currently the Online Project Team Meeting section of Events page has Day, Start Time, End Time, Name of Project, and Name of Meeting. As some of the meetings do not happen weekly (like Onboarding), we need to mark those meetings and add a message to visit project page for more information.
Action Items
- [x] Analyze and understand the data in
_data/external/vrms_data.json
- [x] Update Team Meeting data on the Events page to add asterisk to the end of "Name of Meeting" if it's not weekly.
- [x] Add the following text to the end of the "Online Project Team Meetings" section.
*This meeting is not weekly, check project link for more details.
- [x] Using Docker, check the changes on your local machine
Resources/Instructions
- Event Page
- JSON Data File
- Js File
- HTML File
- This issue was created from #6320