JaeAeich / CampusHub

Campus Hub, for students by students via campus, an all in one solution for your college needs.
https://campus-hub-silk.vercel.app
MIT License
4 stars 1 forks source link

chore(specs): define `API` endpoints #25

Open JaeAeich opened 7 months ago

JaeAeich commented 7 months ago

Is your feature request related to a problem? Please describe. Since we are following spec first development, we need to define API endpoints in grave detail to ease out the latter parts of development.

Describe the solution you'd like api.yml already contains a boiler plate and some dummy endpoints for us to start working on. We can create separate PRs for defining the endpoints as we move along. To not cause any blockers, I suggest defining enpoints and implementing the API one after another for each category of endpoints.

JaeAeich commented 7 months ago

@aishikanandi @ArnavPrakash add the API endpoints we will need in the description of this issue so we can open up issues for each corresponding API endpoint just like I did for service and store. Implementation for the same needs to be done immediately after any one of the definitions gets merged.