Comments
-
Greg Hurrell
Status changed:
- From: New
- To: Open
-
Greg Hurrell
Will have to play with the
optgroup
HTML element. Note also that theoption
element supports adisabled
attribute, so that could be used to make "headings" within the pop-up. -
Greg Hurrell
Will probably want to two fields to the products table: "postion" (an integer specifying display order) and "group" (a string such as "Developer", "Consumer" etc). I could model this as a proper, normalized association (ie with a separate "groups" or "product_groups" table and possible a "through" table as well) but I don't know if it's worth it when all I really want to do is sort the items in a pop-up (and later divide the product listing pages up into sections).
-
Greg Hurrell
I think the final category name list is going to be:
- Consumer
- Developer
- Server
-
Greg Hurrell
Ok, model changes have been made and
products#index
updated too.Last piece of the puzzle will be the pop-up menus.
-
Greg Hurrell
Ok, this is now done and it's definitely a nice UI improvement.
For now the static product pop-ups (
issues#new
,issues#edit
, and issue search too) are done. The AJAX in-place editing (as inissues#show
) still uses the old style (1-level) menu. -
Greg Hurrell
Ok, the AJAX case is now handled too.
Will mark as closed.
-
Greg Hurrell
Status changed:
- From: open
- To: closed
Add a comment
Comments are now closed for this issue.