This commit is contained in:
2018-12-19 21:18:26 +00:00
parent a32a0f6e96
commit 6bc95ce92b
3 changed files with 9 additions and 7 deletions

4
.vscode/launch.json vendored
View File

@@ -31,8 +31,8 @@
}, },
"env": { "env": {
"ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_ENVIRONMENT": "Development",
"AYANOVA_LOG_LEVEL": "Info", //"AYANOVA_LOG_LEVEL": "Info",
//"AYANOVA_LOG_LEVEL": "Debug", "AYANOVA_LOG_LEVEL": "Debug",
"AYANOVA_DEFAULT_LANGUAGE": "en", "AYANOVA_DEFAULT_LANGUAGE": "en",
//LOCALE MUST BE en for Integration TESTING //LOCALE MUST BE en for Integration TESTING
//"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true", //"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true",

View File

@@ -81,13 +81,15 @@ TODO CLIENT STUFF
TODO SERVER STUFF TODO SERVER STUFF
- TAG ROUTE: CLOUD route to fetch tags in order of refcount decreasing - Boot server and seed with debug log turned on,
- TAG repo tests: ensure updates delete and add properly, ensure new adds properly, ensure lists work properly - see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked.
- TAG Ref count test: - See what warnings are displayed about sql usage
- Boot server and seed with debug log turned on, see what is being tracked by EF that doesn't need to, seems some of that shit is being tracked.
- Docs: pagingOptions, sort and filter need to be documented for API - Docs: pagingOptions, sort and filter need to be documented for API
- LICENSING: can we support additive user licensing to avoid a lot of fuckery or...? I.E. can a license contain multiple subitems that are techs with their own count and expiry?
- or is this more of a shareit issue than our issue as AyaNova will not care and there can still be one item
- This came about because a guy bought a second 5 user thinking that's how you get a 10 user today
----------------- -----------------

View File

@@ -98,7 +98,7 @@ namespace AyaNova
bool LOG_SENSITIVE_DATA = false; bool LOG_SENSITIVE_DATA = false;
#if (DEBUG) #if (DEBUG)
//LOG_SENSITIVE_DATA = true; LOG_SENSITIVE_DATA = true;
#endif #endif