Skip to content

Refactor JavaScript so that Project Meetings page sources meeting data from vrms_data.json #6059

@roslynwythe

Description

@roslynwythe

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

  • For reference, view the code in assets/js/right-col-content.js and understand how the event data is retrieved from assets/js/utility/vrms-events.js
  • Refactor the code in assets/js/project-meetings.js to source data from data/external/vrms_data.json, using function(s) in assets/js/utility/vrms-events.js and perform testing to confirm that functionality on the Project Meetings webpage 1 is unchanged.
  • Note that events from all projects should be displayed, except for events with the project name "test" or "Hack4LA".
  • Open the file assets/js/right-col-content.js and refactor the code to reference the function(s) in assets/js/utility/vrms-events.js and perform testing to confirm that functionality on the Project pages[^2] is unchanged.

Resources/Instructions

Footnotes

  1. Project Meetings webpage

Metadata

Metadata

Assignees

Type

No type

Projects

Status

QA

Relationships

None yet

Development

No branches or pull requests

Issue actions