diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d5995899..c617c260 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,32 +3,9 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: export from grid to xls, csv etc. - PLAN: - Export via extensions menu system - Export as either json or csv supported - - todo: SERVER - make a biz and route for export that mirrors report objects - Export file is downloadable for a few minutes once prepared at server just like report and client triggers download once it gets the file name back - Export as JSON or as CSV https://github.com/JoshClose/CsvHelper - - todo: Test export widgets and Users - todo: Profit$ -NEXT: SERVER csv format support, then add extensions to Users - todo: Extensions, add code to easily check supported / non supported ayatypes in extensions from array - some may only not work on a few types or vice versa like accounting won't work with widgets but export will etc - -todo: Test import with missing fields that are not required in source json -todo: deploy, test on linux and update this issue to approve it working or not https://github.com/Cinchoo/ChoETL/issues/112 -todo: check this issue for simplification: https://github.com/Cinchoo/ChoETL/issues/113 - - -todo: import - This is important because it's how a lot of people will start with AyaNova from some other sources of data - Also, I don't like the idea of external application, everything should be in AyaNova already, not need to go to other app and create balkanization - I think it's ok to only support JSON import, there are a LOT of tools to do the conversion from csv to json or whatever +todo: export / import: deploy, test on linux and update this issue to approve it working or not https://github.com/Cinchoo/ChoETL/issues/112 todo: Lagging typing in name field on customize form for data grid filter diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index bb9d5c98..a2af2b6f 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.86", + version: "8.0.0-alpha.87", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };