CottageLabs / uniboard

UniBoard project
0 stars 0 forks source link

Support general items (not just books) #68

Closed richard-jones closed 10 years ago

richard-jones commented 10 years ago

To support items other than books we need to:

Non-Book categories will contain only the following data:

The "Selling an item" page will be updated as follows:

  1. The user will be presented with two radio buttons "Book" and "Other".
  2. Selecting "Book" will present the book entry form (see #49 )
  3. Selecting "Other" will present the general entry form. This form will present only the fields listed above, and the Category field will be an auto-complete which draws on the existing categories and allows the creation of new ones ad hoc.
mjb295 commented 10 years ago

This looks about right, but we should also add "condition" as an option for non books.

richard-jones commented 10 years ago

There is now system wide support for objects other than books.