MeerkatLabs / Angular-Bowling-Entry

Angular application for managing a bowling league
MIT License
0 stars 0 forks source link

Prevent weeks from being created twice #40

Closed rerobins closed 9 years ago

rerobins commented 9 years ago

Probably should just create the weeks when the league is created, and then allow editing.

When the league is edited and the number of weeks is changed, then remove the unneeded weeks, or add additional weeks to the end of the list.