Commit Graph

27 Commits

Author SHA1 Message Date
pmoharana-cmd
415206ad1a Add create user endpoint and update model/entity 2025-01-04 16:10:09 -05:00
Aidan Kim
7d705ac743
API Routes for Resources and Services (#40)
* Implemented API routes for getting all, creating, updating, and deleting resources, services, and tags.

* Updated main.py for API routes to include tags and rolled entities back.

* Created API routes for create, update, delete, get_all, and get_by_name. Deleted service methods for get by id.

* Defaults created_at to current time

* Write markdown file for HTTP requests using curl

---------

Co-authored-by: pmoharana-cmd <pmoharana032474@gmail.com>
2024-11-05 19:12:03 -05:00
pmoharana-cmd
6d477678a9 Demo ready 2024-04-24 21:23:43 -04:00
pmoharana-cmd
ba15bf7519 Implement resource api methods 2024-04-24 20:18:09 -04:00
Aidan Kim
a107337737 updated the service methods and modified a few of the tests. 2024-04-24 19:37:29 -04:00
pmoharana-cmd
c71d5d4026 Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
pmoharana-cmd
6bce1cdc0a Fix bugs regarding enums and update field names 2024-04-19 23:28:08 -04:00
emmalynf
012f941da7 Set up User and Tag tests/fixtures, Fix data type errors 2024-04-12 17:38:20 -04:00
emmalynf
c1f7ff1df3 Push branch, write user services and start tag service 2024-04-04 22:53:02 -04:00
pmoharana-cmd
da82b2c914 Merge branch 'emmafoster-GEN-95-wip' of https://github.com/cssgunc/compass into emmafoster-GEN-95-wip 2024-03-25 19:56:44 -04:00
pmoharana-cmd
77e26416d1 Merge remote-tracking branch 'origin/backend-emmafoster-GEN-95-entities' into emmafoster-GEN-95-wip 2024-03-25 19:56:19 -04:00
pmoharana-cmd
42a2855839 refactor enums 2024-03-25 19:35:36 -04:00
Jordweinstein
03f2204cb3 separated user enum into its own file 2024-03-25 19:29:37 -04:00
Jordweinstein
8676a22ad2 separated user enum into its own file 2024-03-25 19:25:26 -04:00
Jordweinstein
8272cd06da program_type_enum.py 2024-03-25 19:19:52 -04:00
emmalynf
ccde19f3f9 Fix primary keys 2024-03-25 19:16:13 -04:00
emmalynf
52d426851b Fix Other Service Tag Typo 2024-03-25 19:12:37 -04:00
emmalynf
ea8c60f271 Fix all Service and Service Tag typos and import entities to init 2024-03-25 19:08:38 -04:00
Jordweinstein
3bc603cb70 commented out to/from model methods until we know model names 2024-03-25 19:03:21 -04:00
Jordweinstein
9cd703d29f resource, resource_tag to/from models and programtype enum 2024-03-25 18:56:12 -04:00
emmalynf
d9ae511deb Fix service entity typos 2024-03-25 18:41:11 -04:00
emmalynf
f5de6015bf Create to and from model methods for APIs for User and Tag Entities 2024-03-23 16:00:10 -04:00
emmalynf
f96beee4b2 small changes 2024-03-23 14:21:06 -04:00
emmalynf
b8903adeb8 Create entites for each table to setup schema 2024-03-22 23:15:38 -04:00
pmoharana-cmd
eb1eb8dae4 add devcontainer setup + python setup 2024-03-09 21:42:35 -05:00
pmoharana-cmd
7e1e31244c second commit 2024-03-02 15:16:28 -05:00
pmoharana-cmd
727fd6abb9 intialize backed project + starter code 2024-03-01 19:43:31 -05:00