We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For huge collections, having a location relationship would be a good feature to have.
Locations could be a simple entity of name, description, parent, shortName.
name
description
parent
shortName
Localtion(name = "My room bookshelf", shortName = "MRB", parent = null) Location(name = "Shelf 1", parent = "my-room-bookshelf", shortName = "S1")
The client would need to allow mass management and moving of books to new locations.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your suggested feature
For huge collections, having a location relationship would be a good feature to have.
Locations could be a simple entity of
name
,description
,parent
,shortName
.The client would need to allow mass management and moving of books to new locations.
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: