heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Wine #371

Open heikkilevanto opened 2 months ago

heikkilevanto commented 2 months ago

Wines don't really fit in the system. Add more fields:

Then the Style field can contain either grapes or things like "Grand Reserve".

Actually, country would apply to beers as well. Now it goes into the substyle, which is not quite right.

heikkilevanto commented 3 days ago

Added more fields in the database layout.

Should split the wine styles into country, region, grapes, and styles. Needs a lot of heuristics

heikkilevanto commented 1 day ago

I think I have the import done, splitting country, region, grapes, and vintage in their own fields.

May need to do the same for inputting new records, unless I get the new input UI done before I switch over. See #384