This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -31,8 +31,8 @@
|
||||
},
|
||||
"env": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development",
|
||||
"AYANOVA_LOG_LEVEL": "Info",
|
||||
//"AYANOVA_LOG_LEVEL": "Debug",
|
||||
//"AYANOVA_LOG_LEVEL": "Info",
|
||||
"AYANOVA_LOG_LEVEL": "Debug",
|
||||
"AYANOVA_DEFAULT_LANGUAGE": "en",
|
||||
//LOCALE MUST BE en for Integration TESTING
|
||||
//"AYANOVA_PERMANENTLY_ERASE_DATABASE": "true",
|
||||
|
||||
@@ -81,13 +81,15 @@ TODO CLIENT STUFF
|
||||
TODO SERVER STUFF
|
||||
|
||||
|
||||
- TAG ROUTE: CLOUD route to fetch tags in order of refcount decreasing
|
||||
- TAG repo tests: ensure updates delete and add properly, ensure new adds properly, ensure lists work properly
|
||||
- TAG Ref count test:
|
||||
- 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.
|
||||
- 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
|
||||
|
||||
- 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
|
||||
|
||||
-----------------
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@ namespace AyaNova
|
||||
bool LOG_SENSITIVE_DATA = false;
|
||||
|
||||
#if (DEBUG)
|
||||
//LOG_SENSITIVE_DATA = true;
|
||||
LOG_SENSITIVE_DATA = true;
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user