This is my first project on RoR. If you will see some bad practises or antipatterns, please tell me about them. What is it?
MusCat is a simplest music catalog. Right now you can:
- manage artists, albums, genres, songs, posts, comments and reviews
- vote for genre to artist (once per combination artist-genre-user)
- view related to genre artists
- try guest account before signing up
I have added:
- avatars for users
- pictures to posts
- js to comments
- rating to reviews
- additional params to artists and albums
In the near future i want to add:
- token fields for genres to artists
- mb additional params to users
- some minor fixes in the whole project
- datepicker to date (in albums, artists, etc.)