Revise Projects Meeting page to include more info #5345
Labels
Complexity: Medium
P-Feature: Project Meetings
https://www.hackforla.org/project-meetings
role: back end/devOps
Tasks for back-end developers
role: front end
Tasks for front end developers
size: 1pt
Can be done in 4-6 hours
Milestone
Prerequisite
Overview
We want the information presented on our webpages to provide pertinent information for visitors. The Project Meetings page needs to provide additional data so that meeting times and descriptions are more useful.
Action Items
The VRMS database stores relevant information such as start and end time, days of the weeks, descriptions, etc. surrounding each project's meetings. Our website queries VRMS for data in order to create meeting schedules on the Events and Project Meetings pages. This can be seen by reviewing the api-events.js file.
insertEventSchedule()
function.Screenshot from Events page
start
-end
, an href tohflaWebsiteUrl
displayingname
, andmeetingName
.Screenshot from Project Meetings page
start
-end
, an href tohflaWebsiteUrl
displayingname
, anddsc
.meetingName
beforedsc
. Note that only whendsc
is not an empty string, a comma needs to be inserted between, for example:"3:00 pm - 4:00 pm SomeProject meetingName, description"
"5:00 pm - 6:00 pm OtherProject meetingName"
Resources/Instructions
Project Meetings page
Events page
This issue was initiated by ER #5195
The text was updated successfully, but these errors were encountered: