Closed tn3rb closed 4 years ago
@tn3rb I see that this has been removed from sprint 2 days ago. what is the status on this, is still relevant to current sprin?
Via #2253:
DateRangePicker
has already been converted to TS.momentFormatter
has been converted to dateFormatter
using date-fns
ok great thnx guys
move
assets\prototype\domain\shared\dateRangeInput\DateRangePicker.js
intoassets\prototype\domain\shared\ui\components\input
convert to TS
add tests
move
assets\prototype\domain\shared\dateRangeInput\formatSelect.js
intoassets\prototype\application\utilities\date
(or maybe into a newassets\prototype\application\utilities\formatters
folder)refactor
momentFormatter
to usedate-fns
lib and/or vanilla JS Dateconvert to TS
add tests
move
assets\prototype\domain\shared\dateRangeInput\momentDate.js
into newassets\prototype\application\ui\components\display\dateTag
folderrename component to
DateTag
extractMomentDateRange
into own file and rename toDateRangeTag
refactor to use
date-fns
lib and/or vanilla JS Dateconvert to TS
add tests