Difference between revisions of "GnukeBox/design/db"
Jump to navigation
Jump to search
(preliminary tables) |
(links) |
||
Line 1: | Line 1: | ||
==Tables== | ==Tables== | ||
===user login=== | ===user login=== | ||
− | * [[/user_clients]] | + | * [[/user_clients]] - use [[htyp:VbzCart/tables/shop client]] |
− | * [[/user_sessions]] | + | * [[/user_sessions]] - adapt [[htyp:VbzCart/tables/shop session]] |
* [[/users]]: users can be artists, administrators, audience, or any combination | * [[/users]]: users can be artists, administrators, audience, or any combination | ||
** artist users can delegate others to manage their account | ** artist users can delegate others to manage their account | ||
+ | ** adapt from [[htyp:VbzCart/tables/core users]] | ||
===user permissions=== | ===user permissions=== | ||
* [[/rights]]: all the rights which any user can have | * [[/rights]]: all the rights which any user can have |
Revision as of 23:11, 27 October 2013
Tables
user login
- /user_clients - use htyp:VbzCart/tables/shop client
- /user_sessions - adapt htyp:VbzCart/tables/shop session
- /users: users can be artists, administrators, audience, or any combination
- artist users can delegate others to manage their account
- adapt from htyp:VbzCart/tables/core users
user permissions
- /rights: all the rights which any user can have
swarming
- /peers: other nodes
media
- /tracks: a track is a particular audio sequence by a particular artist
- /track_formats: MP3, FLAC, OGG, etc.