Implement initial REST API #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order for this application to start being useful, the API to interact with Assets needs to be completed. Ideally this will include advanced querying by various fields and partial updates.
Bare minimum implementation needs to include:
Assets
Buildings
Categories
Shelf Locations
Stretch Goals
As stated above, it would be beneficial to implement a more advanced query system for (at the very least) Assets, allowing to search by the various fields. Initially, the relationships (Category/Shelf) would likely need to be by ID, however including the ability to search by name would be extremely beneficial.