From d87df0ea53a308128aa0ca03fdc03e2773b31dbf Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 31 Dec 2019 18:39:38 +0000 Subject: [PATCH] --- devdocs/todo.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 62d718ef..da209245 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -43,6 +43,20 @@ TODO: NEEDS A THINK, SOME CHANGES REQUIRE DB ERASURE BEFORE STARTUP - OR, ding ding ding ding...FUCKING CODE THE CLIENT SIDE FOR OPS SHIT LIKE FETCHING KEY, ERASING DB ETC!!!! - Fixup the docker process on devops, make the db fresh on each boot by making postgres not save anything to volume and remove itself on downing like with the dev setup +TODO: Two kinds of mass fetch records in RAVEN + - 1) Reporting records + - Need to filter, sort and will probably pull in many different tables so would be a set of dedicated objects for that purpose at server + - Not using name display format as it's a reporting responsibility how the raw data is displayed at that point + - 2) Selection records + - USED IN + - In forms in pick lists for selection + - In main grids also for selection and viewing and triggering reporting (but reporting uses different lists to feed to report generator) + - Need to filter sort and search + - Uses templated name display format + - Server needs to take into account display format + - ACTION required: + - Make sure the server supports this + TODO: Licensing - make sure tech type use license works properly: a tech license is consumed if a user has **any one** of the four roles of TechFull, TechLimited, SubcontractorFull, SubcontractorLimited ### TODO FILTER ISSUE: SEE integration tests search for BUGBUG there are two tests failing in DataFilterFilteringLists tests that might be DST related TODO: JobsBiz::Create -> should log an event in order to be able to see who created a job, but maybe not for automatic internal jobs