Commit Graph

54 Commits

Author SHA1 Message Date
Prajwal Moharana
55a03ff3fd
Connect update to backend (#55) 2025-01-07 12:13:57 -05:00
Prajwal Moharana
f6b0838c99
Api create moharana (#53)
* Add create user endpoint and update model/entity

* Add next route for adding user and add functionality for user table

* Connect create item to backend and add associated frontend routes
2025-01-04 23:28:12 -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
Emma Foster
99e43c7b30
Resource Service and Tests (#41)
* Implement Resource service, tests, and test data with 97% coverage.

* Update slug service to return empty list and corresponding tests

* Update resource update tests to grab resource by id from the db to check
2024-11-04 15:10:58 -05:00
pmoharana-cmd
f9abc9169f Dependency bumps + new fastAPI CLI 2024-09-18 15:48:33 -04: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
Sushant Marella
4e090e5bd5 Update methods so that it checks for users' role and group directly in each method 2024-04-24 20:01:26 -04:00
Sushant Marella
6cc0d697d4 Modify methods to filter resources based on user access 2024-04-24 20:01:19 -04:00
blake hardee
e8068ff2ea resource service and permissions service wip 2024-04-24 20:01:13 -04:00
blake hardee
31b714e70d resource service methods wip 2024-04-24 20:01:05 -04:00
pmoharana-cmd
3fc8f0e149 Implement service api method 2024-04-24 19:57:44 -04:00
CheezyGarlicBread
34dd4ec48f bug fixes 2024-04-24 19:38:22 -04:00
CheezyGarlicBread
0ad8b5059d finally made tests work, added get_by_name 2024-04-24 19:38:15 -04:00
CheezyGarlicBread
bb39dd6686 adding changes 2024-04-24 19:38:10 -04:00
CheezyGarlicBread
c3385b0f0f changes to tests and services 2024-04-24 19:38:00 -04:00
pmoharana-cmd
f4f816b94c Fix bugs regarding service test data insertion 2024-04-24 19:37:58 -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
f0fabead01 Add loading animations and authentication handling 2024-04-24 17:24:54 -04:00
pmoharana-cmd
b0ced6ef9f Merge branch 'admin-GEN-57-all-together-now' into backend-frontend-integration 2024-04-23 21:17:18 -04:00
pmoharana-cmd
edbb1565e8 Save current change currents 2024-04-23 21:06:12 -04:00
pmoharana-cmd
c71d5d4026 Intialize API with basic user methods 2024-04-23 21:04:48 -04:00
pmoharana-cmd
682d6b4e26 Resolve pytest changes 2024-04-22 20:50:36 -04:00
emmalynf
a0d4074f44 Implement update and delete service methods and tests 2024-04-22 19:51:27 -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
7734eaf042 Setup basic services and associated testing files 2024-03-29 12:53:24 -04:00
Meliora Ho
665b87169c
Merge branch 'admin-team-GEN-68-admin-app' into andy-admin-GEN-56-table-with-tanstack 2024-03-27 10:07:58 -04:00
Prajwal Moharana
4790d4adf5
Merge pull request #22 from cssgunc/backend-manyuaidan-GEN-94-pydanticmodels
initial models commit
2024-03-25 20:13:04 -04:00
CheezyGarlicBread
31d0d89a8a Changes made thanks to blake reviews 2024-03-25 20:07:55 -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
CheezyGarlicBread
90ce1e2ed1 changes to nature of both junction tag_models 2024-03-25 19:31:57 -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
CheezyGarlicBread
8f3de19c6d further changes to tags and filenames 2024-03-25 19:18:44 -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
CheezyGarlicBread
23e4e22fa6 initial models commit 2024-03-25 18:47:49 -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
Andy Chan (12beesinatrenchcoat)
14ae6efa46 rendering table from data
i am going insane i love lists i love lists i love react i love lists i am oisdjghiuergihbenrjhloguehwirub
2024-03-23 15:16:25 -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