kadhirvelm / atlasP

Visualize your social time
http://www.atlas-people.com
0 stars 0 forks source link

Idiot proofing data entry box #49

Closed lukewalquist closed 6 years ago

lukewalquist commented 6 years ago

I accidentally typed in an event name in the date section and it went through no problem. I could see this becoming a problem parsing the data later on.

When I deleted the lines on the google sheet it worked, but when I re-submitted the event correctly the old one showed up and the correct one became everyone's second one

kadhirvelm commented 6 years ago

Rats, the worst part is I already have logic here to idiot proof that entry box. It's clearly not working haha. Let me check out what's going on there

Yeah the other part is the app isn't correctly configured to handle deleted entries since that shouldn't be a thing. In that case, you'll need to Refresh Data before submitting

kadhirvelm commented 6 years ago

Should be fixed with: https://github.com/kadhirvelm/atlasP/pull/62