tesseract-olap / tesseract-ui

Interface for exploration/debugging of tesseract cube servers.
MIT License
5 stars 1 forks source link

adds cube-audit script for annotation and type suggestions #24

Closed davelandry closed 3 years ago

davelandry commented 3 years ago

@frabarz here we go! It's an interesting little script, I made some folder structure decisions, and I'm not sure I'm using the most efficient/correct access to the cubes in some cases, so please don't hold back on giving me feedback! You're the maintainer of the repo, and I want to make sure this fits into your vision of where this script would live and how it should work.

frabarz commented 3 years ago

Alright! In my opinion the script purpose is more general/is not always paired to the use of tesseract-explorer, so I moved it to its own package. The structure is intended to make it work both as an npx script (with or without installation), and as a importable dependency for another script/automation use case. I also moved the Annotation documentation to this package.

I tried to keep the functionality as close as possible to the original, but I had to do some minor changes to the report structure.

You can now test the script moving to the package folder and running npx . https://api.datamexico.org/tesseract/

davelandry commented 3 years ago

@frabarz 😍 looks great to me! just tested locally and worked without any issue. I'll leave it to you for the merge/release 🎉