Visualization Submission Check List - mstr-dev/Visualization-Plugins-Deprecated GitHub Wiki

We welcome visualization submissions from any developers. However, in order to launch a valid visualization and share with the MSTR Community, we proposed the following check list. If your visualization meet the following requirements, it shall pass our internal evaluation successfully. Looking forward to your submission!

Basic:

  1. The visualization code is safe and without any Viruses or Trojans.
  2. The visualization follows the visualization API and integrates with MicroStrategy 10 well.
  3. The visualization has basic function and can function well when following the Readme guidance.
  4. The visualization can work in both Document Dashboard and Visual Insight dashboard.
  5. All the fonts used in the visualization are set to be “Arial”.
  6. The License information should be included in the {Visualization Name}/javascript/mojo/js/source/{Visualization Name}.js.
  7. The Readme file is provided for each Visualization and the usage information is included.
  8. The preview/screenshot of the visualization is provided in the Readme file.
  9. There are no critical issues found during in-house testing.

Advanced:

  1. The visualization can support interactivity such as Filtering/Highlighting/Tooltips.
  2. The visualization can work on both ASP/JSP web server.
  3. The visualization can work well in multiple browsers, such as Safari/IE/Chrome.
  4. The visualization can work on both ASP/JSP web server.
  5. The visualization is of high performance and can handle large data sets.
  6. The icon used in the Document Dashboard menu is provided and well configured.
  7. There are few issues found during in-house testing.