This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user