Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 8 and Version 9 of Ticket #1233


Ignore:
Timestamp:
01/17/11 14:33:39 (13 years ago)
Author:
cneumuel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1233 – Description

    v8 v9  
    77 * Tests
    88 * Make WCF service completely stateless. Put all remaining state-information into the database (latestHeartbeats, latestConsistencyCheck, newlyAssignedJobs (remove completely and solve by adding a heartbeat))
     9 * Use Automapper (maybe t4 templates)
     10 * `StateLog`: Log state transitions of jobs.
     11 * Statistics
     12 * Scheduler
     13   * Consider waiting time to avoid starvation
     14   * Users should have priorities
     15   * A user should be able to manage priorities only in the scope of his own experiments
     16   * Childjobs should automatically have the priorities of their parent jobs
     17   * Precomputed job-queue
    918
    1019== Slave ==
     
    2029
    2130== Experiment Manager ==
    22  * Idea: show jobs in treeview
    23   * Would greatly save screen space and navigation-clicks
     31 * Show jobs in treeview. Would greatly save screen space and navigation-clicks
     32 * Sort `HiveExperiments` alphabetically
     33 * Plugin-Upload (optional)
     34 * Experiment Sharing
     35
     36== Administration ==