Skip to content

This is a new module for visualizing the dataset quality for BEXIS2

Notifications You must be signed in to change notification settings

navabpourn/BEXIS2_DatasetQualityModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a module for visualizing the dataset quality for BEXIS2. To use this module you need to do the following steps.

  • Add the following code into the ~\Core\Console\BExIS.Web.Shell\Areas\DDM\Views\Data\ShowData.cshtml in the right place. show_tabs.Add("show_dq_tab", "true");
  • Add the following code into the same file in the right place. tabs.Add() .Text("Dataset Quality") .LoadContentFrom("ShowDQ", "DQ", new { area = "dqm", datasetID = @Model.Id, versionId = Model.VersionId }) .HtmlAttributes(new { id = "dq" }) .Enabled(true);
  • Create the following files in ~\Data\DatasetQualities. Comparison.csv datasetInfo.csv PerformerDataset.csv Performers.csv Variables.csv
  • Add the module files in ~\Core\Console\BExIS.Web.Shell\Areas\DQM.

About

This is a new module for visualizing the dataset quality for BEXIS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published