Fantasy Congress

Fantasy sports league for U.S. politics. Draft members of congress for your team, earn points weekly from their actions, and become a champion by getting the most points during the season.

Add "draft_date" and "status" fields to league model, serializer [fc-platform]

Fix vue router issue not recognizing template for single league view [fc-platform-frontend]

Interesting product!

0 Likes
Allison S. Author

@cspags hey thanks!

0 Likes

Fix bug where users get invited to league twice on creation [fc-platform]

Move ability to delete league to league settings [fc-platform-frontend]

Create endpoint to handle inviting players after league is created [fc-platform]

Add remove league members to member actions on league settings, call remove player function [fc-platform-frontend]

Add select and submit button for preforming actions on league members in league settings [fc-platform-frontend]

Added checkboxes to league members on league settings page [fc-platform-frontend]

Add table to display current league members and their settings in the league settings page [fc-platform-frontend]

Create custom action on leagues viewset for handling deleting and editing users in a league [fc-platform]

Create function to update dynamic breadcrumb links [fc-platform-frontend]

Add wrapper template to handle multiple layers of nested routes [fc-platform-frontend]

Add league settings page to router and link to settings on leagues list page [fc-platform-frontend]

Make PATCH call to server to update league settings [fc-platform-frontend]