HackAtUCI / irvinehacks-site-2024

https://irvinehacks.com
1 stars 1 forks source link

[API] Allow checking in other types of participants #355

Closed taesungh closed 7 months ago

taesungh commented 7 months ago

Following from #268, we added an endpoint to check in hackers, but we still need to be able to check in non-hackers. In conjunction with #322 as part of #318, we'll assume for now the status of non-hackers will be updated to CONFIRMED or ATTENDING (exact TBD), so the logic is almost the same as for non-hackers. The only additional check we should need to make is that the user role is not empty.