This commit is contained in:
2019-12-31 18:39:38 +00:00
parent 4c3f5fc693
commit d87df0ea53

View File

@@ -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