mawilson / survivor_draft

MIT License
0 stars 0 forks source link

Tribe rosters #15

Closed mawilson closed 8 months ago

mawilson commented 11 months ago

Add tribe rosters, at least original tribes. Not sure how to do post-merge tribes

mawilson commented 10 months ago

Tribe colors now outline profile pictures in https://github.com/mawilson/hello_django/pull/27, but an actual page for tribe rosters is yet to be implemented

mawilson commented 10 months ago

Add Tribe name to Survivor card, which would also require adding tribe names to the Season model (so they're not just Blue, Yellow, Red)

mawilson commented 8 months ago

Tribe colors & names have been added in https://github.com/mawilson/survivor_draft/pull/84, but are not yet visible in Survivor card. That's an easy addition. A tribe roster feature would probably want to be its own page though.

mawilson commented 8 months ago

Added tribe name & color to Survivor page in https://github.com/mawilson/survivor_draft/pull/87.

Thinking I may make a different view on the homepage to sort by Tribe instead of Team, rather than a brand new page.

mawilson commented 8 months ago

Tribe view on homepage implemented on https://github.com/mawilson/survivor_draft/pull/88.