This commit is contained in:
@@ -48,35 +48,50 @@ CURRENT TODOs
|
|||||||
SHELL / NAV / MENUS / LAYOUT
|
SHELL / NAV / MENUS / LAYOUT
|
||||||
|
|
||||||
TODO: LOCALIZATION
|
TODO: LOCALIZATION
|
||||||
- NEED to accept and display numbers and dates and times, nothing else really matters
|
- ACTIONS
|
||||||
- NUMBER FORMATTING REQUIRED INFO
|
- Find out how to override the default locale for vuetify to set specific items to our localized text version
|
||||||
- USEROPTIONS: Currency symbol
|
- this saves having to use a whole locale for just the calendar etc
|
||||||
- USEROPTIONS: digit grouping symbol (thousands separator)
|
- DATE / TIME PICKERS
|
||||||
- USEROPTIONS: decimal symbol
|
- Find out what locale keys the date and time pickers are using so they can be replaced / overridden
|
||||||
- DATE TIME FORMATTING REQUIRED INFO
|
- Test that date / time picker is using the proper locales
|
||||||
- LOCALETEXT: Month names in full
|
- Currency INPUT / DECIMALS
|
||||||
- Month abbreviations 3 characters maybe can just use first 3 of names above
|
- Find out how or if the currency input can be set to use alternate decimal and group symbols and accept and display that way
|
||||||
- LOCALETEXT: Day of week
|
- FILTERS
|
||||||
- First letter of day of week and first three letters of day of week are used in date input
|
- cobble together my own currency and decimal display filters
|
||||||
- LOCALETEXT: AM / PM symbols
|
- PARSERS
|
||||||
- USEROPTIONS: Short date template
|
- Update / test own parser for currency and decimal for validation purposes
|
||||||
- USEROPTIONS: Short time template
|
- already something in there for currency I think
|
||||||
|
|
||||||
|
|
||||||
- All major browsers support Intl api now:
|
- PLANNING
|
||||||
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
|
- NEED to accept and display numbers and dates and times, nothing else really matters
|
||||||
- IDENTIFY: what needs to be localized besides display titles?
|
- NUMBER FORMATTING REQUIRED INFO
|
||||||
- Currency input, display
|
- USEROPTIONS: Currency symbol
|
||||||
- decimal number input, display
|
- USEROPTIONS: digit grouping symbol (thousands separator)
|
||||||
- Date and times MONTH names in input (and some ancillary text maybe like "year")
|
- USEROPTIONS: decimal symbol
|
||||||
- Date and time display
|
- DATE TIME FORMATTING REQUIRED INFO
|
||||||
|
- LOCALETEXT: Month names in full
|
||||||
|
- Month abbreviations 3 characters maybe can just use first 3 of names above
|
||||||
|
- LOCALETEXT: Day of week
|
||||||
|
- First letter of day of week and first three letters of day of week are used in date input
|
||||||
|
- LOCALETEXT: AM / PM symbols
|
||||||
|
- USEROPTIONS: Short date template
|
||||||
|
- USEROPTIONS: Short time template
|
||||||
|
|
||||||
|
|
||||||
- INPUT currency / decimal can a german user input a currency as 1.234,56 ? (comma is the decimal separator and decimal is the thousands separator)
|
- All major browsers support Intl api now:
|
||||||
- vuetify currency field: https://gist.github.com/Christilut/1143d453ea070f7e8fa345f7ada1b999
|
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
|
||||||
- Not vuetify specifically but may have stealable code: https://dm4t2.github.io/vue-currency-input/
|
- IDENTIFY: what needs to be localized besides display titles?
|
||||||
- Grid display currency
|
- Currency input, display
|
||||||
- INPUT Date Months localized
|
- decimal number input, display
|
||||||
- Display Date time in localized format?
|
- Date and times MONTH names in input (and some ancillary text maybe like "year")
|
||||||
|
- Date and time display
|
||||||
|
|
||||||
|
- INPUT currency / decimal can a german user input a currency as 1.234,56 ? (comma is the decimal separator and decimal is the thousands separator)
|
||||||
|
- vuetify currency field: https://gist.github.com/Christilut/1143d453ea070f7e8fa345f7ada1b999
|
||||||
|
- Not vuetify specifically but may have stealable code: https://dm4t2.github.io/vue-currency-input/
|
||||||
|
- Grid display currency
|
||||||
|
- INPUT Date Months localized
|
||||||
|
- Display Date time in localized format?
|
||||||
|
|
||||||
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
||||||
TODO: main.js filters need to be finished
|
TODO: main.js filters need to be finished
|
||||||
|
|||||||
Reference in New Issue
Block a user