paul-tqh-nguyen / swing_dance_scores

A web interface to an implementation of a relative placement scoring system commonly used in Swing Dance competitions
0 stars 0 forks source link

Add a "delete user" endpoint #29

Open paul-tqh-nguyen opened 5 years ago

paul-tqh-nguyen commented 5 years ago

https://github.com/paul-tqh-nguyen/swing_dance_scores/commit/bd0553453745a01f2346f8c5164fb26aceafcb4b

This patch adds a "deleteUser" function to our backend that isn't currently used in any endpoint.

Let's add one.

Let's modify our tests accordingly to test that it works.