-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
Bug: Project meeting data from VRMS is not updating #3890
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Double check that the Events page is using the same api as the project page via is js file. https://github.com/hackforla/website/blob/gh-pages/assets/js/project.js#L125
Its using the same api, but it might be calling the data seperately instead of using the file https://github.com/hackforla/website/blob/gh-pages/_data/external/vrms_data.json that is created by the 2am pst chron job (GHA: https://github.com/hackforla/website/blob/gh-pages/.github/workflows/vrms-data.yml) |
This comment was marked as outdated.
This comment was marked as outdated.
Availability: 7 - 9 PM Sunday - Thursday |
There is a meeting object in the Since the Line 131 in 40fe386
Line 134 in 40fe386
The unhandled error results in the for loop exiting before the final 57th iteration runs, which is the iteration that would append the infamous "Sun 7:00 pm - 8:00 pm testing" that is currently missing from the VRMS project page. You can see this error on the live site if you visit https://www.hackforla.org/projects/vrms and open the browser console. |
Let me know if I should merge my own PR since this fix is needed ASAP or if you'd prefer I wait for reviews |
I also just noticed that the You can see Access the Data meeting times are currently broken on the live site: https://www.hackforla.org/projects/access-the-data |
Overview
We need to find and fix the data on the project's page for events not updating , so that people who are looking to join teams have accurate meeting data.
Details
The meeting time is showing up on the Events page but not on the project page. Which means the API is working, but somehow we are not updating the data used on the projects page.
Action Items
Resources/Instructions
Replicating problem
VRMS team page in VRMS.io application
VRMS page on hackforla.org website
Sunday meetings list
The text was updated successfully, but these errors were encountered: