Feature #33
create admin ui to manage blocks
| Status: | In Progress | Start: | 11/{{count}}/2010 | |
|---|---|---|---|---|
| Priority: | High | Due Date:: | ||
| Assigned to: | Martin Rademacher | % Done: | 0% |
|
| Category: | Admin | |||
| Target version: | 0.9.15 |
Description
includes: a) view to add/remove/select block group b) view to configure a block group (add/remove blocks via d&d?) c) edit options/conf for a single block, similar to plugin conf
database:
- block_groups
- block_group/block id (group/id are not unique, so the same block can be more than once in a group with different config)
- blockconfig blockmapping_id, key, value
Associated revisions
Revision 38b70bf08582fb1960f53c980e16ca3c466dc564
refs #33; change code to use ZMBlocks to create/delete groups
Revision aa62db507f53ea9ab2293ca7d3836e5bbfb98176
refs #33; add throbber to indicate progress while blocks are added to group (on drop), add ajax controller skeleton
Revision 1ee6aab94daafefe1a7b073a4a0235a9605db067
refs #33; add code to load blocks per group and start pre-populating the block list, add definition column to db, add ZMBlock
Revision ad9c34f62b5625d848596cfc88cc83e3e35bccda
refs #33; improve CSS, tweak HTML
Revision e4181d7cee083b2e7a7273df227e2282e53962dc
refs #33; add service methods, handle add/remove, prepare sort updates
Revision 3f4f763e751dd964d93b48549d1235623d49b745
refs #33; move block manager init into store event handler as it is used in both storefront and admin
History
Updated by Martin Rademacher over 1 year ago
- File blocks.png added
initial mockup (to be changed, though)
Updated by Martin Rademacher over 1 year ago
- Target version set to 0.9.12
Updated by Martin Rademacher over 1 year ago
- Status changed from New to In Progress
Updated by Martin Rademacher 12 months ago
- Target version changed from 0.9.12 to 0.9.13
Updated by Martin Rademacher 11 months ago
- Priority changed from Normal to High
Updated by Martin Rademacher 5 months ago
- Target version changed from 0.9.13 to 0.9.14
moved to 0.9.14 since there is too much left to sort
Updated by Martin Rademacher 5 months ago
- Target version changed from 0.9.14 to 0.9.15