Micah456 / MyRoutine

Demo Organisational App in JS and HTML
Apache License 2.0
0 stars 0 forks source link

Implement Get Object Function #4

Open Micah456 opened 1 month ago

Micah456 commented 1 month ago

Depends on #1 and #2

Function to get an object or row in the database

Micah456 commented 3 weeks ago

8/7/2024: finished the functions, getting user object by id is returning none even though I can see it calling the correct sql statements and getting the right data. Need to look into how objects are constructed within the python code.