recordsonribs / ribcage

A Wordpress plugin to manage a record label. It runs our record label Records On Ribs.
http://recordsonribs.com/ribcage
20 stars 7 forks source link

Backend Incompletion Overview - Metaticket #47

Open recordsonribs opened 14 years ago

recordsonribs commented 14 years ago

The backend of the site should do a lot, and currently it only does a bit. Thus it is close to useless for anyone but a specialised user. Overall this should be completed and once it is, then the plugin will be usable by any end user.

This should be the focus of efforts therefore.

Overall Stucture Of Ribcage DB For Beginners

Artists (stored in database table _ribcage_artists) have releases (stored in _ribcage_releases) attached to them, so that artist_id (an integer) in the former corresponds to release_artist in the latter.

Releases have tracks (stored in _ribcage_tracks) attached to them via their release_id (another integer). Releases also have reviews attached to them (stored in _ribcage_reviews) that attach via release_id that are weighted (to ensure the best reviews go at the top!).

A table called _ribcage_products stores products, real physical items that can relate to a release.

What Needs Doing In Administration Before 1.0

Artists

Files found in admin/artists.php

Files found in admin/releases.php See for a bit more detail tickets #27, #28, #30, #31, #32, #33, #34, #35, #36 and probably a few more.

recordsonribs commented 14 years ago

Ability to add, edit and delete products from the database.

conatus commented 12 years ago

This probably will be done now with CPT, closing ticket for the moment.