Files
raven-client/ayanova/devdocs/rando-todo.txt
2020-11-05 17:52:19 +00:00

36 lines
2.4 KiB
Plaintext

Grab bag stuff that didn't fit into official TODO
todo: VUE / VUETIFY ROADMAP RELEASES (Sept 23 2020 was put on hold as it appears vuetify is way behind so looking like post release but check again here)
Q1 2021 is vuetify v3
https://vuetifyjs.com/en/introduction/roadmap/
look at what's coming on the radar before release in the big libs I'm using at front end as well, i.e. new vue or vuetify major release etc
I would really like to release without a huge new migration looming over my head post release with potential breaking changes
Vue 3.x is about ready now or very shortly: https://v3.vuejs.org/guide/migration/introduction.html#overview
"The Composition API is purely additive and does not affect / deprecate any existing 2.x APIs. I"
looks like I can switch to vue 3 without code changes, at least when it comes to composition api
Vuetify 3.x is lagging way behind vue 3.x and doesn't appear to be even close so
Put front end newification on hold until it all shakes out, looks like post release`
todo: See if this has a use: as an aside there is a relative time formatter available which might be handy
does locale aware things like "5 days ago" or "8 years from now" etc
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat
todo: hide swagger logo and branding in api explorer
Is this really that important?
also, in the docs is a section specifically saying I should do something because I'm using newtonsoft json not microsoft built in
https://github.com/domaindrivendev/Swashbuckle.AspNetCore#systemtextjson-stj-vs-newtonsoft
https://github.com/domaindrivendev/Swashbuckle.AspNetCore
todo: service workers for monaco going in root of website folder, must be a config setting to move it into the proper place (not there)
couldn't find anything about it, may need to post to ask, it's not the end of the world but kind of stupid looking as all the rest of the js is in subfolder
https://github.com/microsoft/monaco-editor-webpack-plugin/issues/126
awaiting reply, if nothing by the time I get here then delete and wait for email notification or if I care enough again to bother with it (cosmetic)
todo: consider feature to set server to always use a pre-set browser locale settings and not the ones in the browse itself
Scenario is user in another country but needs to login and work with central server?
server - wide
User specific
YAGNI / TTM?