prijatelilab / PrijateliTree

A FastAPI application used to play lab games and collect survey data.
MIT License
1 stars 0 forks source link

Prevent back button for adding score multiple times using back button #90

Closed anisfeld closed 11 months ago

anisfeld commented 11 months ago

Describe Your Changes

Non-Obvious Technical Information

Checklist Before Requesting a Review

% curl localhost:8000/games/current_score/21
% 0                                                                       
% curl -X PUT localhost:8000/games/4/player/21/update_score
% curl localhost:8000/games/current_score/21
% 100
% curl -X PUT localhost:8000/games/4/player/21/update_score
% curl localhost:8000/games/current_score/21
% 100