Guillaume
Guillaume
The next major release of Sonerezh (2.0.0) will offer a lot of new possibilities to implement new features, and I would like to refactor the home page (the page where...
Following #345 and #348, the playlists management must be refactored to fit the new database schema.
Following #345 and #348, the ``SongsController`` controller must be split after the database schema update. The following new three controllers and their associated views must be created: - ``AlbumsController`` -...
@gs11 @MightyCreak you contributed a lot to Sonerezh and I would like to have your opinion about this important new step. As you know by now the database has a...
The synchronization system must be rewritten according to the schema discussed in #345. The process can be split into several methods in the ``PagesController`` controller, and match HTTP methods. For...
According to the discussion about the new schema (see #345), the following [CakePHP models](https://book.cakephp.org/2.0/en/models.html) must be implemented: - Album - Band - Track
Add auto-focus on inputs (not all): playlist creation form, user creation form for example.
See also #83
We received an email asking us to support [libravatar](https://www.libravatar.org/) (a free alternative to Gravatar).