Software Design:Categories
Revision as of 17:58, 13 April 2009 by Randy (Talk | contribs) (New page: Software Design issues for the part categories system: database tables in bbdb: '''categories''' Each category has a name and a description. '''part_categories''' Contains a part - cat...)
Software Design issues for the part categories system:
database tables in bbdb:
categories Each category has a name and a description.
part_categories Contains a part - category binding.
- issue: Is the category a number indexed into bbdb.categories of the text name of the category?
- issue: Would this design be better if the categories were in a u_list?
- issue: What is the mysql 'set' type?