Wild, this is the one special event I never miss. I¡¯ll be checking out the good stuff.
I normally used pencil and paper.
toggle quoted message
Show quoted text
On Jun 28, 2022, at 4:06 PM, Kyle K <kylekrieg@...> wrote:
?I was not feeling productive during a work call and decided to make a 13 Colonies dashboard tracker to be more productive.? It's in the files section under my callsign.
/g/nodered-hamradio/files/AA0Z%20-%20Contesting%20Flows/13colonies.jsonDatabase name : 13colonies
Database schema
CREATE TABLE IF NOT EXISTS qsos(
? "timestamp" TEXT,
? "band" TEXT,
? "mode" TEXT,
? "call" TEXT
);
My Contest Dashboard has some instructions on how to create a database and load the schema.? I think the only non-standard node is sqlite3.??
13 Colonies starts on Thursday.? I don't usually log 1x1's and my printer broke, so I figured it was easier to make a database/dashboard than by a new printer.
NUKE DATABASE deletes all the entries from the database, so use with caution.??
73
Kyle
AA0Z