diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 87f44a2b..92fe7870 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,6 +66,20 @@ CURRENT TODOs todo: WIKI + + Specs: + - Most often people will view them rather than edit, so need viewing to be fast an easy + - smaller payload to view + - Edit mode is a switch to edit kind of thing, not a normal process + - switch to edit downloads a special payload for editing that is larger? + - Insert images from url or from attachments to same object that wiki is attached to + - Global images available from anywhere?? + - Could this work for logos and shit because I didn't really have any place to hang logos off of before but this makes sense but needs some thinking about how to UI it + - VIEWER to edit mode + - saw on one that they put a persistent pencil corner icon for going to edit mode, maybe could use a FAB or something for editing to decrease wasted screen space? + - although, will need print and other shit probably so maybe will still need the toolbar menu anyway + + IMMEDIATE TODO FOR THIS ITEM: - Evaluate the options Payload size @@ -77,7 +91,14 @@ todo: WIKI - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2032 Need markdown editor that's responsive or build my own? Must support as much as my docs do - easily add images + IMAGES + - easily add images + - both local and URL based images + - Local need some kind of chooser (or do we go with attached images attached to wiki object only?) + - People will just want to stick an image into the document + - Images are weird because they could be useful as an attachment anywhere but they are also something people put into a wiki to view inline + - So...need to think of them in two ways really. + Export to pdf? (or is that a reporting function?) Markdown to PDF is probably a separate thing Useful links @@ -92,7 +113,22 @@ todo: WIKI Live example demo: https://miaolz123.github.io/vue-markdown/ Supports everything I want including IMAGES! FTW! - + EDITOR TEST ON MOBILE + a phone sucks for editing even when the editor works perfectly, kind of need to assume that mobile will not be used very much for editing + This is mostly due to the keyboard + I think the important thing will be uploading pictures and stuff more than editing wiki pages on a phone + + https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic + - works, + +https://easymde.tk/ +works but same issues as above, not as sophisticated +https://vuejsexamples.com/vue-markdown-editor-component-for-vue-js/ +same, works not sophisticated as toast +https://stackedit.io/app# +https://f-loat.github.io/vue-simplemde/dist/demo.html +https://simplemde.com/ +https://commonmark.org/ @@ -113,6 +149,10 @@ todo: ATTACHMENTS - Images need special support but be part of this too https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080 - UI https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1753 + - PICTURES + - Make it hella easy to upload a snapped picture from a phone into any attachment + - Maybe thumbnail pictures in the UI for easier download when viewing the list of attachments + - Consider ability to show attachment links / thumbnails at bottom of edit forms TODO: PRIORITIZE THE FOLLOWING BLOCK AND move INTO appropriate STAGES