alessandrojean / tankobon

[WIP] Self-hosted physical book collection manager.
https://alessandrojean.github.io/tankobon/
MIT License
28 stars 3 forks source link

Add book location #28

Open alessandrojean opened 1 year ago

alessandrojean commented 1 year ago

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.

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.

Other details

No response

Acknowledgements