Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Microsoft Analysis Services data source #136

Open
7 tasks
hainv-ohio opened this issue Dec 5, 2024 · 0 comments
Open
7 tasks

Implement Microsoft Analysis Services data source #136

hainv-ohio opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels

Comments

@hainv-ohio
Copy link
Contributor

  • Data source class implementation: Make sure it has needed properties and fields.
  • Unit tests for fields and constructor
  • rdash file loading test: write a test to make sure you can load a rdash document sample file (generated by Reveal) that has this DataSource, and assert all properties are loaded correctly
  • Dashboard creation Sandbox example: Write sandbox sample code that uses this data source, making sure it can be used to create a Dashboard.
  • RdashDocument creation test: From the sandbox sample above, write a test to make sure the data source can be used with the RdashDocument successfully to create a dashboard and assert the key fields are set correctly.
  • Json export test: Exported JSON should have the correct fields.
  • Write API document: Write as comment doc on top of the class and fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants