freeCodeCamp / league-for-good

An open source sports league management tool
BSD 3-Clause "New" or "Revised" License
163 stars 106 forks source link

Archiving of leagues #97

Closed domwakeling closed 5 years ago

domwakeling commented 6 years ago

Background: FCC are not keen for there to be any ability to delete a league in it's entirety from the database

Issue: If you have a lot of leagues, it would be good to be able to "hide" them

Proposal: Include an 'archive' section in the left-hand NavBar, collapsed to just the title by default, and the ability in league settings to send a league to archive / return a league to active status

domwakeling commented 6 years ago

I've started looking at this (have progressed to having archived leagues showing up in the NavBar, but still have the rest of the UI/actions to implement)

domwakeling commented 5 years ago

PR #103 (now merged) closes this