Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/13 14:40:04 (12 years ago)
Author:
fschoepp
Message:

#1888:

  • Added an Update / GetExperiment... methods to the controller for updating and querying experiments.
  • The AlgorithmConverter class now properly converts from/to JSON format.
  • Integrated backbone js as MVC provider for JavaScript + jquery.
  • Added experiment.model.js + experiment.view.js + experiment.controller.js containing the MVC impl. for the Experiment pages.
  • Added new methods to the ExperimentController usable by the backbone js model implementation.
  • Added the experiment dialog from HL 3.3.7 (variate experiment parameters). It's capable of variating the algorithm parameters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj

    r9227 r9305  
    5151      <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
    5252    </Reference>
     53    <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
     54      <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath>
     55    </Reference>
    5356    <Reference Include="System.Data.Entity" />
    5457    <Reference Include="System.Data.Services.Client" />
     
    98101  <ItemGroup>
    99102    <Content Include="Content\ajax-loader.gif" />
     103    <Content Include="Content\backbone\backbone-min.js" />
     104    <Content Include="Content\backbone\backbone-relational.js" />
     105    <Content Include="Content\backbone\underscore-min.js" />
     106    <Content Include="Content\backbone\underscore.js" />
    100107    <Content Include="Content\Datatypemapping.js" />
    101108    <Content Include="Content\dynatree\dist\jquery.dynatree.min.js" />
     
    106113    <Content Include="Content\dynatree\src\skin\vline-rtl.gif" />
    107114    <Content Include="Content\dynatree\src\skin\vline.gif" />
     115    <Content Include="Content\experiment.controller.js" />
     116    <Content Include="Content\experiment.model.js" />
     117    <Content Include="Content\experiment.view.js" />
    108118    <Content Include="Content\ExperimentSupport.js" />
    109119    <Compile Include="Binders\AlgorithmJsonAttribute.cs" />
     
    373383    <Content Include="Views\Status\Index.cshtml" />
    374384    <Content Include="Views\Experiment\New.cshtml" />
     385    <Content Include="Views\Experiment\NewEdit.cshtml" />
    375386  </ItemGroup>
    376387  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.