From 899049523453b63dd6da24447b6107fcc53aeb8f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 1 May 2020 23:58:04 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1693eab5..be6ea0c2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -124,12 +124,18 @@ todo: PLANNING Look at attachment saving code on server, should it zip? - pros and cons? --------------------------------------------- - todo: WIKI insert image should have extra linefeed before and after because it fails to show the image at all if it follows something like
even though it appears to be on the next line + +todo: WIKI insert image should have extra linefeed before and after because it fails to show the image at all if it follows something like
even though it appears to be on the next line - tl/dr: ensure blank before and after for any url todo: after attachments - integration tests update +Integration tests for stubbed out objects? + (After I figure out and implement workorder structure) + Should I make preliminary ones that just crud for now? + + todo: EventLog Processor at server has TWO! separate skip and take portions in the same query, wtf? todo: User get route is returning password, login and salt in UI explorer WTF?