This commit is contained in:
2020-03-10 18:31:50 +00:00
parent 785ad14bd5
commit f88416ca94

View File

@@ -268,16 +268,10 @@ MISC FUTURE ITEMS NOT SURE ABOUT THAT CAME UP DURING CODING / TESTING
### ALL ITEMS
- LOCALIZED TEXT
- Localized text keys would be nice if they are understandable as is for API direct users so you don't need to be in the client to understand
what's happening
- Need a translation indepedent translation so that server errors without a corresponding user are localized to default english
- Also maybe a translation can be chosen at the server for error messages since we'll go by code numbers anyway.
- Starting to get to the point where I'll need this, i.e. error messages and logs that are part of core ops but need to be displayed in the UI
- API ERRORS Translation text keys
- Need to go through the api and find all the plain text messages returned and convert to translation text keys
- Ensure every error message has an error number of one kind or another and that they are not conflicted and easy to sort out if coming from server or api or etc
- Need to suck out our paid for translations and convert them into new translation text format
- DataDump??
- REPORTING
- Huge and unknown at this point Oct. 2018