KonklaveTtv / VenueSender

0 stars 0 forks source link

Personal CSV and Official DB #65

Open KonklaveTtv opened 1 year ago

KonklaveTtv commented 1 year ago

Two structs, one for CSV and the other for SQLite to allow the user to load their personal CSV venues list and also be able to read the official VenueSender database at the same time.

This would require a lot of duplication of existing code and a new menu section for custom venue list with its own sub menu for filtering, selection, email, templates etc.

Right now the app requires the CSV to not be in the db folder for the SQLite DB to be read, basically the CSV takes priority if present, so the user does currently have the ability to use a personalised CSV but requires a program restart to allow it.