-
Notifications
You must be signed in to change notification settings - Fork 14
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
Switch to club database #31
Comments
This other club's solution is something we should consider too |
OK so some Rust information that we might want to take a look at. Rest API
I'm personally leaning towards Rocket for the ease of development, but I'd like to get other input. Other Rust things
|
I think that the database interface should just be a simple REST API. However, I also think that it should work in 2 ways. If the github resources or the google calendar are changed manually it should update the DB and if the website changes the resources or the google calendar they should update. |
I've created a new project repo for this here. Future discussion will be held there |
Look into creating a database to store events, resources, project info, meeting attendance, and more (please add ideas below)! The idea is that we will have a common database where all projects (bots, website, future things) can access and store data relevant to the club. The website would send REST request (using JavaScript) to get the data and populate it into the page.
Things to consider
The text was updated successfully, but these errors were encountered: