BYUCS452F2021 / Plan-Bae

0 stars 0 forks source link

Determine if API endpoints should be made asynchronously #31

Open tylanmm opened 2 years ago

tylanmm commented 2 years ago

Right now, all of the endpoints are called synchronously. However, according to the FastAPI documentation, they could be made asynchronously. For this issue, we need to look into whether the calls should be made asynchronously. If yes, then the necessary updates should be made to either /backend/app/main.py or /backend/app/crud.py, whichever is more applicable based on the documentation. If we don't need to make the calls asynchronously, then reasoning should be provided on this ticket.