-
-
Notifications
You must be signed in to change notification settings - Fork 788
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
Refactor JavaScript so that Project Meetings page sources meeting data from vrms_data.json #6059
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Availability (PST): |
This comment has been minimized.
This comment has been minimized.
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the You are receiving this comment because your last comment was before Monday, January 27, 2025 at 11:04 PM PST. |
…oject-Meetings-page-sources-meeting-data-from-vrms_data.json-hackforla#6059
Dependency
Overview
As developers we need to refactor the JavaScript behind the Project Meetings page, so that it retrieves meeting data from the file
data/external/vrms_data.json
, in order to reduce the latency and improve the reliability of the webpage.Action Items
assets/js/right-col-content.js
and understand how the event data is retrieved fromassets/js/utility/vrms-events.js
assets/js/project-meetings.js
to source data fromdata/external/vrms_data.json
, using function(s) inassets/js/utility/vrms-events.js
and perform testing to confirm that functionality on the Project Meetings webpage 1 is unchanged.assets/js/right-col-content.js
and refactor the code to reference the function(s) inassets/js/utility/vrms-events.js
and perform testing to confirm that functionality on the Project pages[^2] is unchanged.Resources/Instructions
Footnotes
Project Meetings webpage ↩
The text was updated successfully, but these errors were encountered: