diff options
Diffstat (limited to 'design-notes.md')
-rw-r--r-- | design-notes.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/design-notes.md b/design-notes.md index 91764cc..0d7b5c1 100644 --- a/design-notes.md +++ b/design-notes.md | |||
@@ -143,7 +143,14 @@ Serialised item structure: | |||
143 | ], | 143 | ], |
144 | 144 | ||
145 | "path": "[resource path]", | 145 | "path": "[resource path]", |
146 | "thumbnail": "[resource path | null]", | 146 | |
147 | "thumbnail": null | { | ||
148 | "resource": "[resource path]", | ||
149 | "resolution": { | ||
150 | "width": 400, | ||
151 | "height": 200 | ||
152 | } | ||
153 | }, | ||
147 | 154 | ||
148 | 155 | ||
149 | "_comment": "type-dependent", | 156 | "_comment": "type-dependent", |
@@ -227,6 +234,6 @@ By default, the content is rendered in the same ordered as listed in `index.json | |||
227 | 234 | ||
228 | Items other than directories are displayed by this view, making use of most of the screen space to render the element. | 235 | Items other than directories are displayed by this view, making use of most of the screen space to render the element. |
229 | 236 | ||
230 | This view should as well display the title, description, date, tags and other information associated to the item. Tags in particular are displayed in a grouped manner as determined in `viewer.json`. | 237 | This view should as well display the title, description, date, tags and other information associated to the item. Tags in particular are displayed in a grouped manner as determined in `index.json`. |
231 | 238 | ||
232 | It should be possible to navigate between items of the same directory as the current one through a thumbnail reel and previous/next links. | 239 | It should be possible to navigate between items of the same directory as the current one through a thumbnail reel and previous/next links. |