Skip to content
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

Make the Meeting Times Changeable w/o hard coded values #126

Open
jabbate19 opened this issue Jan 21, 2022 · 2 comments
Open

Make the Meeting Times Changeable w/o hard coded values #126

jabbate19 opened this issue Jan 21, 2022 · 2 comments

Comments

@jabbate19
Copy link

The meeting times are hard coded in ./data/meetings.json. This should be in a DB or an external location so every semester we don't need a new PR and rebuilding the pod.

@stevenmirabito
Copy link

Given these times change at most once every six months, storing them statically actually makes a lot of sense. The overhead of a database would also greatly increase the time and complexity of retrieving this information.

@charlottegeo
Copy link

How about using the Google Calendar API to get the times for the meetings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants