From 8c1457658697bc9564200a5e2cbb0b15dd4043f8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 2 Jul 2020 00:07:32 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8c38ac7f..081d0efa 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,21 +3,20 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route changes etc then back here in order lowest level first as affects the most stuff exponentially so best to do it early =-=-=-=- -todo: Translation list should have default sort by key descending when open it - - - - -todo: set network speed in dev console of firefox to regular 2g then go through all forms and confirm all still works as this will expose any await issues todo: consider moving canDuplicate etc from a "computed" property into methods (just drag and drop) in fact, look for all computed and consider them carefully because computed seems to be bullshit + +todo: set network speed in dev console of firefox to regular 2g then go through all forms and confirm all still works as this will expose any await issues + todo: I don't really need About on every edit form, keep it for the main top level and remove it from all the edit forms todo: concurrency violation tests, so far I don't think I've *ever* tested that from the client itself todo: Check ops UI rights as limited user todo: Check administration ui rights as limited user - +todo: dark mode + move out of user settings into bottom of nav panel maybe like the vuetify website shows + dark mode primary too bright? todo: Backup, probably need to add option "Do not backup automatically" or something to that effect for scenarios where the built in backup won't be used / won't work @@ -76,9 +75,7 @@ todo: notification - maybe successfull sending clears it regardless of client? -todo: dark mode - move out of user settings into bottom of nav panel maybe like the vuetify website shows - dark mode primary too bright? + todo: put sample wiki in docs or maybe in UI as a thing you can click on to insert it into current wiki if empty !!! or both