Add way to modify leaderboards after they have been created.
Closed this issue · 2 comments
f0lie commented
Currently, you can't modify the leaderboard url, start, or end dates.
awhigham9 commented
I will take this on. I can just build a new view with a change form.
awhigham9 commented
Added modifications for all the listed attributes and the name attribute. When the repo_url is changed, all commits associated with that leaderboard is dumped and the user is warned that they should refresh the leaderboard.
Done