Ghini / ghini.desktop

plant collections manager (desktop version)
http://ghini.github.io/
GNU General Public License v2.0
24 stars 14 forks source link

Location support needed #468

Closed cwyse closed 3 years ago

cwyse commented 4 years ago

Over the winter, my plant labels invariably get tossed around or go missing. I go back to Ghini and have a list of the plants in the garden, but I don't have a good way to identify them within the garden. It would be very useful to have a way to find plants from their database records in more granularity than which garden they reside in.

I know there are various schemes, a grid, location codes, sub codes, or others, but I'd like something that is built into the software.

mfrasca commented 4 years ago

this is one of the typical difficult problems in garden management. I don't think I can offer you a software solution, and I am not aware of a single best practice that solves this once and for all. if you choose your strategy, I can help you use the software to support it, but I would not want to build a specific strategy in the software, for other gardens might want a different one.

the suggestion I would give you is to keep location areas small (less than 40 plants), and to keep the finer details in notes. but please let me know what "you dream of", maybe we already have it?

check also the use cases in the documentation.

cwyse commented 4 years ago

OK. I leave it to your discretion on whether or not to leave this open or close it. It's not really a bug - more of a request, so there might be a better spot to document it.

mfrasca commented 3 years ago

I know there are various schemes, a grid, location codes, sub codes, or others, but I'd like something that is built into the software.

one schema I can advise is to impose a squares grid at all locations, it's something that some tiles servers use to name map tiles at increasing zoom depth.

you would add a grid-position note to your plants, and you need take care of doing so. the grid-position is my hint for naming the notes category.

so for example: 2412 means NW, then SE, then NE, then NW, like here: image

this schema has the advantage that grid-position with the same leading code are all together, like this would be grid-position=244, also in the tile 24.

image

I'm closing this. please feel free to reopen, or better share your solution as a contribution to the documentation.