hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
7 stars 26 forks source link

API calls for VRMS #10

Open drubgrubby opened 2 years ago

drubgrubby commented 2 years ago

Dependency

Overview

This is a list of the API calls that are currently being used by VRMS that will need to be reproduced from PD, with the addition of a couple that I have good reason to believe we will need.

Action Items

Make these API calls available:

ExperimentsInHonesty commented 1 year ago

This issue will be reviewed and turned into smaller issues for making the apis for custom items. Some apis are part of the table creation.

fyliu commented 2 months ago

Note that PD is using Django REST Framework, which is able to generate the standard CRUD endpoints based on row ids.

So for the user table, the only custom functionality is getting the user by email /api/users/?email=:user_email.