From 433f1eeb45b10c668cbf78b181f37d88ce974d74 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Sep 2021 18:50:25 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 37bcb5cc..8cb15788 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -197,6 +197,10 @@ todo:3 Whats new in this release popup or link tied into the update process of t + + + + ## SERVER MISC ITEMS @@ -211,18 +215,7 @@ todo:3 Whats new in this release popup or link tied into the update process of t -todo:1 tag based notifications need to be rechecked if tags change, not just the field(s) in question for that notification - for example, user makes a workorder with closeby date and tags but tags don't match when saves - user realizes missed a critical tag, adds it and saves; notification should then check again if can apply whatever it was - Use SameTags = NotifyEventHelper.TwoObjectsHaveSameTags(proposedObj.Tags, currentObj.Tags); to make it easy (workorder complete by) -todo:1 Joyce case 3931 test restore of 4alarm data - Get a copy from Joyce on the red drive, it's about 5gb - write up how to do it if there are manual steps (there will be I guess but maybe there shouldn't be) - make sure it works one way or another - confirm it's really backing up everything -todo:1 add BaseLanguage field to translations so that when people make a copy we know which it came from so in future updates will know which language to insert keys for that translation - so the BaseLanguage must be the "EN" or "DE" etc, not the actual source translation id because it could be a copy of a copy of a copy which would render it useless - stock ones will be their own base language so german will be "DE" etc + todo:1 seeder customer and head office accounts now login show "No features have been enabled for your account" todo:1 report template NAME uniqueness validation rule: can this be unique by ayatype only? seems weird that no two reports of any kind can have same name @@ -241,7 +234,12 @@ todo:1 update to latest postgres portable and document how to do it as well or a todo:1 server boot log should show exact .net framework version in use, currently shows nothing so if there is a bug fix release or something we'd not know for support todo:1 Server settings / ops View Server Configuration info page on client should should what shows in boot in log as log may not have that info after a while making diagnostics harder - + +todo:1 Joyce case 3931 test restore of 4alarm data + Get a copy from Joyce on the red drive, it's about 5gb + write up how to do it if there are manual steps (there will be I guess but maybe there shouldn't be) + make sure it works one way or another + confirm it's really backing up everything todo:2 clean up / simplify bizroles.cs at server for large objects like work order with same for all children (see quote for how it's done) @@ -777,4 +775,5 @@ BUILD 129 CHANGES OF NOTE - Final de-widgetification, removed all remnants of the original widget test code from back and front end - Fixed bug with bulk operations extension on Workorders / quotes / pm's that was preventing things like mass tagging workorders etc - Fixed bug where data table page setting was lost on opening a record then returning to the datatable -- User and Contact data lists added Translation column as available option \ No newline at end of file +- User and Contact data lists added Translation column as available option +- Translation added internal "BaseLanguage" field so when we have future updates with new translations in them we know which source language to use to update custom translations \ No newline at end of file