-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme
25 lines (18 loc) · 796 Bytes
/
Readme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Simple Album of the Week Community Site
Requires: {TBD}
Hosts a simple site where users can submit albums that will be randomly selected on a weekly basis.
To Do...
>some way of decreasing spam from single users
>browsable list of submissions
>Last.FM lookup for information (similar artists, similar albums, album art)
>caching for Last.FM data
>CSS Theme and JavaScript beautifications
CURRENT ENTRIES IN DATABASE
>Keys
current_album_hash : Used to call the correct hash for the current picked album.
current_submission : Contains the last used hash ID
>Lists
submission_list : Contains all submissions from which to pick.
previous_submissions: Contains all submissions that have already been picked.
>Hashes
Indidual per album: Contains all of the information regarding the submission.