This commit is contained in:
2021-02-09 18:57:27 +00:00
parent ced339eac5
commit bf80df7354
3 changed files with 13 additions and 15 deletions

View File

@@ -8,9 +8,6 @@
MISC ITEMS THAT CAME UP
todo: tagpicker, don't like how it works, it's funky to enter multiple tags and input doesn't go away when you select it just leaves the typed text there
once a selection is made it should not repeat the typed text again, it shoudl be ready to type another tag from start
todo: enabled first custom field for customer and got weird error about mutating a prop directly but then it just worked as if no problem ?
todo: check timeout algorithm for notification checking, when server is down it seems to top out at 10 minutes delay, but that seems short if the server is down all night and it's checking constantly or something
** IMPORTANT todo: double check concurrency code with Customer or Project just to be sure, it has been changed but not sure if it was ever properly tested.