Skip to content

Build Tool: Workspace

Jun Wang edited this page Mar 2, 2021 · 8 revisions

Workspace

A workspace is a collections of scenarios and experiments that user created from a case. It saves the states of the build tool, and can be used to restore the build tool for resuming works and sharing among users.

Data Structure

Workspace Name
Description
Editing History
    [User, Comments, Time]
Buildtool
    CaseID
    Scenarios
        [
          ScenarioID
          ScenarioTitle
          Sources
          Sinks
          Parameters [Capital_Recovery_Rate,Project_Period,Capture_Target]
          Experiments [Name, URL, State, Result]
        ]
Clone this wiki locally