Many of us discovered great bands and albums on this site, but, naturally, we don't have time to listen to every single of our discoveries right after we found them. While it's completely comprehensive to simply list the band/album in a .txt file, why not instead incorporate a bookmarking functionality on the site? It would be rather simple, and useful to many members.
First, the developers would create a table in the database, very simple stuff, foreign key and such. Then, you add a line below the "Write a review" with something like "bookmark this album" and a little star, which upon clicking, would be colour-filled (just like you do with a review). Pretty simple AJAX stuff. Then, it'd be added a line on the "log in" page - below "edit your old reviews" saying "check your bookmark list". In the list there would be the band and album name and the genre; a "remove this bookmark" button in the extreme-right and a 1-5 star rating (similar to how there's on the album page). Upon being rated, the album would be removed from the bookmark.
So, what do you guys think? I believe that one programmer can do this in, like, one day, even less.