Quick-Event / quickbox

Quick Event - Orienteering Software
GNU General Public License v2.0
52 stars 41 forks source link

Electronic registration and start time check for the first start corridor #980

Open VoiToi opened 2 weeks ago

VoiToi commented 2 weeks ago

In the first start corridor, classically we have to search for each competitor and tick-off his name if he's there at the right time.

This should be quite easily done automatically with the SI card reader and a lightweight application or a QuickEvent module.

Requirements for the standalone application only:

Requirements for the QuickEvent module:

Requirements for both standalone application and QuickEvent module:

Optional, nice to have:

fvacek commented 1 week ago

I started to play around and I've developed StarterTool for QE https://github.com/Quick-Event/startertool . Unfortunatelly, the project itself is in beta version and I have not resources to make it work on Android without any issues and also to put it to google play. There is rather complicated process to make it, not as hard but ... .

So my favorite way is to use CheckList for now, at least until I'll find some free time to finish the StarterTool. CheckList is not open-source, I've contacted O-checklist developer ( al@stigning.se ) and I'm still waiting for response.

StarterTool has many advantages, like:

  1. automatic synchronization of start list, starters will see late entries, start times changes, SI updates, etc.
  2. Starters can update wrong or missing SI on start, so competitor will be correctly couplet with it's run during card readout.
  3. Acoustic signal are there and user customizable

Big disadvantage is the necessity of reliable mobile data connectivity, there are still many interesting localities without good mobile signal coverage. This is almost no-go for me.

O-checklist covers all the Requirements for the standalone application only IMO, so my advice is to add support for O-checklist to QE first.