FloncDev / exquisite-exoplanets

Our submission for the 2024 Python Discord Code Jam - "Information Overload"
MIT License
0 stars 0 forks source link

API | Company Details #20

Closed MilaDog closed 1 month ago

MilaDog commented 1 month ago

Currently will be working on anything needed for the user's company. This would include the endpoints, schema design and database table desgin.

As I finish stuff up, I will add it in here for feedback.

MilaDog commented 1 month ago

Not sure whether it is ideal to put everything in here, but some small changes have been done to the Company table (endpoints, schemas and table design). It is in the docs file.

Would appreciate a look through.

MilaDog commented 1 month ago

The talked about endpoints have been added. Connection with DB work. Everything is in the api branch.

Should I make some documentation explaining each endpoint?

MilaDog commented 1 month ago

Closing this for now. Can reopen if need be.