"Lincoln": Priority, More Views, and Things Fixed
Pre-release
Pre-release
Does this count as Beta 2 yet?
This release adds a few support views and some back-end changes. Most of the work is summed up in #55, but just for completeness' sake, the full change list is as follows.
Migration warning
Migrating forward to Lincoln will require a database refresh, as the xp
column has been added to the users model. If you're installing this on your own, you can complete this change manually by adding a TEXT NOT NULL
column labeled xp
and set each user's xp
to an empty array []
.
The database is backwards compatible (you can run Wilson IV with a Lincoln database).
Changes
- #38 Add additional class times to default list (Thanks to Kate for the suggestion, and Ann for providing the useful information and putting up with my weird requests!)
- #39 Copy editing fixes (Thanks to Kate for pointing these out!)
- #41 Add roster view
- #42 Add All Shows view
- #43 Include summary of show applications on dashboard (hopefully this time it actually looks decent)
- #50 Add "Full Name" and "Public Name" attributes to the User model
- #53 Priority
- #55 "Lincoln" Supporting Views Pull Request