obycode / signups

This repository provides a framework for hosting signups for Empower4Life events. It uses AirTable as a backend for easy configuration and viewing, then provides a server for the frontend for volunteers/donors to sign up for the events.
MIT License
0 stars 0 forks source link

Resolve race condition #3

Open obycode opened 1 year ago

obycode commented 1 year ago

Two people can signup for the same item if they have started the signup before the other has completed it. Come up with a good way to avoid this.