This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
todo: update dependencies front and back
|
||||
getting a little out of date
|
||||
|
||||
todo: downgrade vue currency input back to compatible version, was "vue-currency-input": "^1.19.0",
|
||||
find version before he broke it
|
||||
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
@@ -33,7 +43,7 @@ todo: attachment control drag and drop should work on both file list and also at
|
||||
todo: wiki drag and drop image should automatically attach the image and do the linkup etc
|
||||
todo: notification subscription form tags control looks like ordinary tags control might confuse people that they are tagging that subscription
|
||||
Maybe change the text to "Automatic filter tags" or "Only if tagged with"
|
||||
|
||||
|
||||
todo: export from grid to xls, csv etc.
|
||||
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature
|
||||
but the easiest thing for people would be a straight export of grid data from grid, perhaps using the reportdata system since it pulls in all the bits needed for full data rather than just id links
|
||||
|
||||
Reference in New Issue
Block a user