This commit is contained in:
2020-03-05 01:03:38 +00:00
parent 891b21e888
commit 437c751f13
2 changed files with 15 additions and 45 deletions

View File

@@ -45,19 +45,18 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 1 and 2:
todo: Make functional user settings form with all overrides so can test shit out
- state.locale.languageOverride = "en-US"; state.locale.timeZoneOverride = "America/New_York"; state.locale.currencyName = "USD";
- check server for anything else useroptions
- public string EmailAddress { get; set; }
public int UiColor { get; set; }//gonna need to convert this one
//browser forced overrides
public string LanguageOverride { get; set; }
public string TimeZoneOverride { get; set; }
public string CurrencyName { get; set; }
public bool Hour12 { get; set; }
todo: add set loginpassword option to menu in usersettings form
todo: modify locale object to use overrides for language, timezone
todo: User settings documentation
- do it now?
- needs section explaining about how locale is displayed so can link to it from other places
- is that it's own page? (maybe because each subject should be short and focused and look clean with lots of whitespace, clear large text)
- If I do it in parallel it will be done when I'm done
- If I wait I won't waste time with changes needing to be udpated
- Guess it's a matter of how solid the form is to decide.
- Maybe should at least document it this time so I know what's involved for other forms later
- screenshots? Old manual had a lot of them, but...
todo: SEARCH UI