-
Notifications
You must be signed in to change notification settings - Fork 1
Setup endpoints for EB and optimized existing code #8
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
Conversation
the new json schema
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems good, if this patch has cleared all the test trials then we can go ahead and merge it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than a grammatical correction, everything else looks good to go, changes are neat, and are approved to go.
Description
Setup endpoints for adding, updating, deleting, and querying EB member details.
Motivation and Context
The current version of displaying EB member details in https://www.oscvitap.org/team is not dynamic.
Adding EB member details to the API helps in rendering the page easier and also adds scalability to the current website.
The API can also be used in OSC-DBot (https://github.com/SVijayB/OSC-DBot/issues/14) for getting EB details.
Apart from sending POST requests, I've set up a basic file upload form page for direct and ease of access.
This does require an update to the docs which will be worked on soon. Referencing #7.
Screenshots (if any)
Types of changes
Checklist: