From 73c822cc720e297aa6c906b271228d3e5e355e95 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Apr 2020 23:49:21 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0c1a1331..95047496 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -68,13 +68,18 @@ CURRENT TODOs todo: attachment dates fucked, all same date and time?! + - Likely best solution is to use lastmodified sent as a collection separately from the file as a form property like notes etc and if no last modified (possible on some clients) + then just use Now timestamp instead - it's not sent, I need to either do somethign client side to include it https://stackoverflow.com/questions/8285733/how-to-get-the-last-modified-date-of-the-uploaded-file - or, maybe just set it to the uploaded date and be done with it + - Or maybe two dates in meta data, last modified date and attached date? (although the event log kind of gets that already) (ApiUploadProcessor at server line 105 is where the date would be set if it could read it but apparently that's not a thing, I can see it at the client but the server never gets it) todo: image.jpg wierdness, seemed like it's putting the whole download url in wiki with the token, not just the proper attachment url - when added from the image selector drop down box +todo: Fix the above, then retest on all devices locally to ensure it's working properly + todo: Picture input in attachments https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/2080 https://w3c.github.io/html-media-capture/#examples @@ -86,6 +91,11 @@ todo: have a look at ordering the file list in attachments todo: rotate photos? how to handle? (user figure out kind of thing, like always have the camera tilted x way or something?) +todo: User options input photo? + - and show the photo on the list menu and in internal message etc? + - Not critical but flashy for sure + - Could be part of a feature to show the client the tech's image somehow? + - Maybe it's a case for v.next todo: have a look at this: devices and sensors specs https://www.w3.org/wiki/DAS/Implementations