-
Notifications
You must be signed in to change notification settings - Fork 15
Implement racks module #133
Copy link
Copy link
Labels
acceptedThis issue can reproduced and was acceptedThis issue can reproduced and was acceptedenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
acceptedThis issue can reproduced and was acceptedThis issue can reproduced and was acceptedenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Preflight checks
Feature description
Since version 1.5, exists an API endpoint to read and write rack entities.
To be complete in covering all available controllers with a separate module, we could take the opportunity to implement the rack module.
Proposed solution
The implementation needs some
int,stringsand two entities (location & customer_id) which need to be resolved. The logic for resolving the entities to it's IDs is already there.Alternatives solution
No response
Additional context
No response