From f35754632c5bcb19fb1beaeb69cb29c69f3a4a20 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 23 Apr 2020 23:58:11 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 22db6a8f..d1a85022 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -66,9 +66,12 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: +todo: add to attachment object at server if it's an image or not so that can handle without downloading to see (or is it in the content type already?) todo: drag and drop files on to attachments and have them stored and added automatically todo: drag and drop image file on to wiki and have it added as attachment then linked automatically todo: drag and drop image file from attachments and have it added to wiki automatically. +todo: Image toolbar component handle attachments (this is a requirement because on a phone or other browsers you might not be able to drag and drop) +todo: handle dropped attachment that isn't an image with an alternate link style todo: wiki emit input on change: currently it's manual but it should just either WATCH for changes or the replace text method should do the triggering since it's called for all ops todo: AFTER ATTACHMENTS WIKI IMAGES