diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6caf5dd1..3ff982ad 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -2,22 +2,22 @@ @@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: release +todo: reporting load test + test locally with 20k widgets, make it crash then determine what limits to set on it and properly return error when it's exceeded + right now it just says something about puppeteer and "crash" todo: triage this stuff: -todo: Fix currency and decimal input controls since after update get error ".$ci is undefined" when open a form with them on it - proposal: remove all need for vue-currency-input, see if can roll my own using intl code - or: fix the stupid error that has now crept in due to unneeded changes they made - ## I'm downgrading to the last working version for now and will look into rewriting this to remove the dependency since it just uses Intl.NumberFormat behind the scenes - just like I'm doing with date and time inputs - NOTE: Last working version is "vue-currency-input": "1.20.3", + todo: make our logo smaller or move it when a biz logo is displaying on the login form todo: hide swagger logo and branding in api explorer +todo: Email notification sb link to edit subscription? + Might be handy to directly click and turn off a subscription from teh notification? + todo: chunk-vendors has fa-brands in it which is fucking huge, what else is in there I don't need? eradicate fa-brands! Looks like I'm doing it wrong, I was using a generic NPM module when there is a Vue specific one that also has guidance to limit to just the icons I actually use: @@ -64,6 +64,20 @@ aspnetcore 5.x update update guide: https://docs.microsoft.com/en-us/aspnet/core/migration/31-to-50?view=aspnetcore-3.1&tabs=visual-studio breaking changes: https://docs.microsoft.com/en-us/dotnet/core/compatibility/3.1-5.0 + + todo: decimal-control and currency-control: + Fix currency and decimal input controls since after vue-currency update latest version get error ".$ci is undefined" when open a form with them on it + proposal: remove all need for vue-currency-input, see if can roll my own using intl code + or: fix the stupid error that has now crept in due to unneeded changes they made + ## I'm downgrading to the last working version for now and will look into rewriting this to remove the dependency since it just uses Intl.NumberFormat behind the scenes + just like I'm doing with date and time inputs + NOTE: Last working version is "vue-currency-input": "1.20.3", + Plan: figure out if can ditch it as a dependency and if not then figure out how to work with it now as it's all different + + + + + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@ ROADMAP STAGE 5 - FINALIZE ALL NON BIZ OBJECT SPECIFIC FUNCTIONALITY @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@