Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CAD/Project File Reviews] - create getpartTags endpoint #3169

Open
5 tasks
Tracked by #2667
chpy04 opened this issue Jan 24, 2025 · 0 comments
Open
5 tasks
Tracked by #2667

[CAD/Project File Reviews] - create getpartTags endpoint #3169

chpy04 opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels

Comments

@chpy04
Copy link
Contributor

chpy04 commented Jan 24, 2025

Description

We need an edpoint to get the part tags from the organization model using the current organization. This will involve a shared common mistakes type, as well as a route, controller, and service function. You do not need to put query args or transformer in a separate file.

Acceptance Criteria

  • There is a route at /organizations/getAllPartTags that returns an array of part tags for the user's current organization
  • there is a controller with an express function that gets all part tags for the users organizaiton
  • there is a service function that uses a given organization id and returns an array of part tags
  • there is a part tag type in shared types which is what the route returns
  • There are unit tests and postman screenshots displaying functionality

Proposed Solution

Look at other organization endpoints and follow existing conventions.

Mocks

No response

@chpy04 chpy04 mentioned this issue Jan 24, 2025
11 tasks
@Aryan0102 Aryan0102 self-assigned this Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants