Logiqx / wsw-tech

Technical tasks relating to Weymouth Speed Week
0 stars 0 forks source link

Automatic entrant refresh #34

Closed Logiqx closed 9 months ago

Logiqx commented 1 year ago

Once new entrants are done by the website it would be good to have an automatic refresh.

Connect to the database over the internet, download the entrants, refresh the report.

Logiqx commented 1 year ago

After further thought, I wonder whether autmoation of this step is overkill.

A manual SQL extract prior to the daily results might be a better option.

Whilst automation would be handy and convenient it is one more thing that can potentially go wrong. Some examples:

Plus it's likely to be a few days of development time to create a reliable automated process.

I'm thinking a manual extract might be the way forward for 2023. Automation can always be considered for future years if the manual process feels too clunky during 2023.

nickjpovey commented 1 year ago

Solution implemented allows download of the most recent data via CSV file and web site front end. So could be done via cell phone if needs be. Access is via Joomla security using "SuperUser" accounts.

WSW Entries (30).csv

Logiqx commented 9 months ago

We now have a nice process for refreshing the entrant list:

1) Download CSV from the website 2) Run the Python script

Automation feels like overkill so we can refresh the list each day leading up to the event and each day during the event.