road86 / bahis-desk

Desktop application for BAHIS2
GNU General Public License v3.0
2 stars 1 forks source link

fix: make csvDataSync definition consistent with original use #42

Closed ChasNelson1990 closed 1 year ago

ChasNelson1990 commented 1 year ago

Description

There was some inconsistency between the definition of csvDataSync(name) and one out of the two calls (csvDataSync(db, name)). This actually meant that datasync only happened on a sign in sync and not on a button push sync. I have gone for the more explicit option and made this consistent.

Checklist

mixmixmix commented 1 year ago

What the heck is "csvDataSync" doing? I never quite understood...

ChasNelson1990 commented 1 year ago

What the heck is "csvDataSync" doing? I never quite understood...

I think it is what transfers the filled out forms from / to the server, no?