This commit is contained in:
2020-04-06 22:04:31 +00:00
parent 08292742a4
commit 34b6214aa8

View File

@@ -13,6 +13,16 @@ todo: add query fail logging to datalist just like done with picklist so in prod
TODO: BizRoles.cs seems to get hammered on every single request, is it efficient?
- Why is it not cached in some way?
todo: ANY TIME - SIDE v7 STUFF DataDump plugin needs an explanation of what it is in the flow, right now it's completely cryptic and people may be using it for stuff thinking it's for something it's not
- Also, verify it's manager account only that can run it or maybe someone with total rights to everything?
todo: VET translations
- There are still a large number of non translated lt's in the non english stock languages (i.e. "More...")
- Make it easy to dump the local storage translation text for vetting the translations
- Login as each language, exercise the entire UI and then dump all the translation text that was fetched from the server and look for non english words
TODO: HOw is it that I'm able to login and view widgets while the server is seeding?
- is it because I'm logging in with full ops rights?
- shouldn't it be locked out for any non-ops actions?
@@ -46,7 +56,7 @@ TODO: Need to burn test for memory leaks
TODO: DO I NOT HAVE AN ERASE DB ROUTE?
- wouldn't that make the below possible??
TODO: API RATE LIMITING / THROTTLING
TODO: API RATE LIMITING / THROTTLING (NOTE: THIS IS MOST IMPORTANT WHEN GET INTO SELF SERVE / HOSTING)
- Return code 429
- Going to need rate limiting to save people from themselves
- Have this link from solutions.txt about this: https://github.com/stefanprodan/AspNetCoreRateLimit