justinarat / Teamify

0 stars 0 forks source link

Implement functionalities for my lobbies page or include it in lobby search #58

Closed justinarat closed 5 months ago

justinarat commented 6 months ago

Need a way for users to check which lobbies they've joined.

Could do this in the my lobbies page or have some way to search for joined lobbies in the lobby searching page.

To get the lobbies, should be able to do LobbyPlayers.query.filter_by(UserID=current_user.get_id()). Could also modify the endpoint for lobby data to accept a user_id in the query string which returns all the lobbies the user has joined.

FAljanobi commented 5 months ago

my lobbies prints the lobby ids and thats it when i left it off

justinarat commented 5 months ago

Merged the branch for this issue already (new-header-quick branch)

EDIT: wrong branch, reopened issue

dominictdavies commented 5 months ago

This is done.