nofusscomputing / centurion_erp

An ERP with a focus on ITSM and Automation
MIT License
0 stars 0 forks source link

Team Users API Endpoint requires refactoring #351

Closed jon-nfc closed 1 month ago

jon-nfc commented 1 month ago

the current implementation of the team users API endpoint api/v2/access/organization/1/team/1/user requires refactoring.

Details

Someone, dont know who didn't correctly setup related tables correctly and as such viewset list and detail are not a workable solution.

Work some magic by correctly setting up a Team.users RelatedField to the current table access_teamusers.

Links

Requirements

jon-nfc commented 1 month ago

closing as invalid as endpoint is suitable