Mojtabarezaei4 / Queueomatic

A queue system that can be used for educational purposes or for any other situations where prioritization of individuals is necessary.
https://queueomatic.azurewebsites.net/
MIT License
7 stars 2 forks source link

Feat: Add impelementaion of add new participant endpoint #98

Closed Mojtabarezaei4 closed 1 year ago

Mojtabarezaei4 commented 1 year ago

This also includes #59. Room is needed for a participant to be saved in db therefore signing a participant up for a room can be done here. A Participant hits the endpoint through a specific room anyway.

Closes #54 and #59.

Mojtabarezaei4 commented 1 year ago

The endpoint itself is not tested by XUnit test. I've tested manually. But the creating participant is tested.