Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/13 15:50:53 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Model: OptimizationScenario may be a tree of algorithms (and problems)
  • Model: Renamed InputParameters to ProblemParameters (as they are the parameters of a problem)
  • Model: Added JobExecutionDetails which contain Repetitions + Group (resource to use)
  • ScenarioParser parses the new XML scenario files
  • Website + Model: You are now able to add/remove rows from a table (no JavaScript involved yet)
  • Website + Controller: Added repetitions (enables batch jobs) and group (resource to use) to OaaS which will be used by the controller to schedule the job
  • Website: Updated templates to use new model structure
  • Website + Scenarios: Added the new algorithm Benchmark Algorithm
  • Controller: Added a singleton to make the (Azure/Mockup)-DAL exchangeable
  • Controller: Added mockup classes for DAL + IScenarioManager
  • Website/Result Page: Line Diagrams will be added via JavaScript, crawling their data using AJAX
  • Website: Most configuration parameters can be set in the ServiceDefinition directly
  • Added a mockup for the Membership classes: These can be used if no network connection is available or if other parts of the app shall be tested
  • Scenarios: Updated TSP mappings to new xsd
File:
1 edited

Legend:

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

    r9062 r9166  
    105105      <DependentUpon>Global.asax</DependentUpon>
    106106    </Compile>
     107    <Compile Include="Mockup\MockupMembershipProvider.cs" />
    107108    <Compile Include="Models\AccountModels.cs" />
    108109    <Compile Include="Models\AdminModels.cs" />
     
    329330  </ItemGroup>
    330331  <ItemGroup>
    331     <Content Include="Views\Shared\EditorTemplates\InputParameters.cshtml" />
     332    <Content Include="Views\Shared\EditorTemplates\ProblemParameters.cshtml" />
    332333  </ItemGroup>
    333334  <ItemGroup>
     
    368369  </ItemGroup>
    369370  <ItemGroup>
    370     <Content Include="Views\Shared\DisplayTemplates\InputParameters.cshtml" />
     371    <Content Include="Views\Shared\DisplayTemplates\ProblemParameters.cshtml" />
    371372  </ItemGroup>
    372373  <ItemGroup>
     
    386387    <Content Include="Views\Chart\GenerateChart.cshtml" />
    387388    <Content Include="Views\Optimization\Copy of JobDetails.cshtml" />
     389    <Content Include="Views\Shared\DisplayTemplates\StringValue.cshtml" />
    388390  </ItemGroup>
    389391  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.