SpyCop / cleanup-logger

Node.js Web application for visual logging on OSM of stray litter cleanup
0 stars 0 forks source link

Concurrency #15

Open SpyCop opened 2 years ago

SpyCop commented 2 years ago

Dealing with concurrent users might require some attention. If two users add logs at the same time, their page is not updated with the new log of the other user. Is this a problem? Or is it okay to just require the user to refresh? Other ideas: