code4sac / learning-blocks

Learning Blocks Student Information System
https://lbsis.org
MIT License
5 stars 22 forks source link

Documentation on How to update Tables in the Learning-Blocks-Docker-Version #36

Closed shwndea closed 11 months ago

shwndea commented 11 months ago

Write documentation for how to do the following in the Learning-Blocks-Docker-Version :

The easiest way might be to copy the ones for Items (models, endpoints, and CRUD utils) and update them to your needs.

Add and modify tasks to the Celery worker in ./backend/app/app/worker.py.

natebass commented 11 months ago

I got the backed project initialization documented, with installation steps for Linux.

There still needs work documenting our student API specific stuff.