This commit is contained in:
2018-09-04 17:37:29 +00:00
parent a15e02db54
commit 1bfb8fcd8a
16 changed files with 53 additions and 30 deletions

View File

@@ -1,5 +1,10 @@
# “Do the simplest thing that will work.”
//COMMENT FLAGS:
//TODO: means something that needs to be done but is awaiting something else. This is a *MUST* do.
//LOOKAT: means something that I want to think about and revisit later but is not urgent
//BEFORE_RELEASE: means something that MUST be changed before release, usually special debugging code for development or testing
Error messages / Numbers

View File

@@ -22,9 +22,6 @@ Overall plan for now: anything standing in the way of making the initial client
- v7importusers (on hold?)
- Mostly done for now with the exception of client id and headoffice id which await the client and headoffice objects respectively and their importers
- Why are inactive users allowed to login?
- Seed data is seeding users inactive, sb active
- USER OBJECT
- Check biz rules in v7 for anything that might be missed in RAVEN biz rules
- NEED a document with checklist to go over to ensure that a v7 object ported to RAVEN is "DONE" i.e. not missing any biz rules or properties or something