todos, QoL

master
Bel LaPointe 2021-02-28 02:25:04 -06:00
parent 8feeceffe4
commit 70f5311d4e
2 changed files with 15 additions and 3 deletions

16
TODO.md
View File

@ -1,5 +1,17 @@
# todo
1. choose primary+secondary(ies) in UI
1. host @ Q
1. manual full sync primary->replicas
1. probably need crud wrapper for board access to enable Jira/Odo
1. how to map to-from JIRA? 1. how to map to-from JIRA?
1. how to map to-from Odo? 1. how to map to-from Odo?
1. probably need crud wrapper for board access to enable Jira/Odo 1. SSO google/jira
1. manual full sync primary->replicas 1. assignees
1. auto assign last editor as assignee if none
1. default oneline
1. description panel
# done
1. multi: read from CACHE, write to PRIMARY+CACHE, replicate to REPLICAS 1. multi: read from CACHE, write to PRIMARY+CACHE, replicate to REPLICAS

View File

@ -1693,7 +1693,7 @@
*/ */
function Note(text) function Note(text)
{ {
this.text = text; this.text = text.trim();
this.raw = false; this.raw = false;
this.min = false; this.min = false;
} }