microsoft / mwt-ds

Umbrella repository for projects related to the MWT Decision Service
187 stars 77 forks source link

Add dashboard mpi #136

Closed cheng-tan closed 5 years ago

cheng-tan commented 5 years ago

Resubmitting a PR for dashboard mpi, this PR includes dashboard_utils and ds_parse. A couple reasons to add these back for this first PR:

  1. Dashboard script is deployed manually on Azure batch right now, all these files are needed. If file structure is different between here and on Azure batch, "import" structure needs to change every time.
  2. dashboard_utils.py will be shared with product team, it's hard to maintain with current file structure. We need to discuss more about this.