|
1 | 1 | # Design Integration |
2 | 2 |
|
| 3 | +This covers some of the remaining design issues that we need to resolve before the beta/final 4.0 release. |
| 4 | + |
3 | 5 | ## [Ask Kyle] |
4 | 6 |
|
5 | 7 | * Fonts for Dashboard table headers/menus are just less bold than in design. |
|
26 | 28 | * Selecting a section always toggles. Might want to select an open section to add content to it, but not close it. |
27 | 29 | * Where should "Settings" link take user to. |
28 | 30 |
|
29 | | -## Tasks |
30 | | - |
31 | | -* Fix remaining critical bugs before releasing alpha |
32 | | - |
33 | | -### Open Issues |
34 | | - |
35 | | -### Open (but not critical) issues |
36 | | - |
37 | | -* [BUG] Inline product editing throws JS error |
38 | | -* [BUG] Editing block after one has been removed from page without refresh throws JS error. |
39 | | -* [BUG] When viewing older versions of page which had a mobile_ready template in that version, it throws an error. |
40 | | -* [DOCUMENT or IMPROVE] SimpleForms: Label: false should always be paired with: input_html: {class: 'input-block-level'} |
41 | | -* [BUG] Edit content button should float right and over |
42 | | -* [BUG] Multiple attachments doesn't work (See Catalog) |
43 | | -* [BUG] Sitemap - Can remove homepage |
44 | | -* [BUG] Dashboard - Publishing pages without selecting on throws an error. |
45 | | -* [BUG] Sitemap Performance - Closing large section is slow (Products) - Try removing slide and using appear. |
46 | | -* [BUG] Sitemap Performance - Need to filter (or condense multiple Products into a single product). |
47 | | -* [BUG] Editing a block on a page, then canceling, redirects to /cms/content/1/edit rather than /cms/content/1 |
48 | | -* [BUG] Clicking 'Back' if you have submitted a form where validation fails goes to the wrong page. |
49 | | -* [BUG] Optimistic locking for pages/blocks doesn't work. |
50 | | -* [BUG] Dashboard is not correctly displaying draft pages. |
51 | | -* [BUG] View Image is huge rather than natural size. |
52 | | -* [FEATURE] Sitemap - Implies you can remove sections with content. (Throws error when it fails) |
53 | | -* [MINOR] Groups should be listed within a cell rather than wrapping. |
54 | | -* [PERFORMANCE] Google Fonts - Can we include them in the project so it works locally with no internet access. |
55 | | - |
56 | | - |
57 | 31 | ## Implied Features by Design |
58 | 32 |
|
| 33 | +Features in the original design/IA that didn't get implemented. |
| 34 | + |
59 | 35 | * Make 'Assign' on Edit page work. |
60 | 36 | * Sitemap filters |
61 | 37 | * Sitemap Hide/Archive/Publish |
|
0 commit comments