{5} Assigned, Active Tickets by Owner (Full Description) (16 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

dumoulin (15 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#41 Display progress indicator during exploration ui.graphical 0.3 enhancement normal 04/22/08

It could be nice to display a progress bar when an exploration is launched to :

  • know the state of exploration
  • get a feedback, that is important to be sure that the softwar is still working

#48 Integrate code editor with syntax highlighting ui.graphical 0.3 enhancement normal 04/29/08

For groovy and Java


#67 basically integrate IS is 0.4 task normal 07/10/08

The aim is to provide a converter between the IDEModularApplication stored in the IDE and an ExplorationApplication in the IS.

Then the IDE will be enable to use the IS Swing client :

  • when open action is called in the IDE, the application explorer of the IS is opened for choosing an application, then data are converted, and the application is opened in the IDE
  • when save action is called in the IDE, the application is converted and give to the structure of the IS, and the IS stored the application at the correct place according to the version.
  • when manage action is called in the IDE, the IS Swing client window is opened, and the user could export the components on the server

#222 Migrate to a distributed version control system project_tools 0.3 enhancement trivial 03/24/10

Mercurial is integrated in netbeans, also it seams that git is better at automatically merging files… I think we should give a try to git !

TODOs:

  • revision ID in trac

#30 Graphical preview for factor values ui.graphical 1.0 enhancement normal 08/20/07

Histogram, scatter plot, … (If dependent of a variable ask for it.)


#88 Simplify sequence node naming and manipulation in script core 0.4 enhancement normal 12/16/08

A sequence node is named by its nested node (recursively if it is a sequence node). For example, if I create such a structure :

ComplexNode : "myStructure"
  \__ SequenceNode
        \___ ComplexNode : "element"
                 \___ Prototype : "value" : Integer

The corresponding class is generated :

public class CmyStructure implements DataContainer, DataModifier {
  public List<CmyStructureCelement> element = [];

  @Override
  public Object getValue(String name) {
    return this[name];
  }
  @Override
  public void setValue(String name, Object value) {
    this[name] = value;
  }
}

Well. First, the naming of the sequence node is ambiguous : your inner node is singular, so you wan't use a plural form, and give the name "element". But, the attribute is a sequence and a plural form ("elements" in this exemple) would be more appropriate.

Then, we need a convenient way to populate the sequence with new elements, or else, user should populate the list like this :

myStructure.element[i] = new org.simexplorer.user.data.CmyStructureCelement();

#97 check if a variable with same name already exists ui.graphical 0.3 enhancement normal 01/28/09

add variable panel : need to verify if the variable name already exist


#144 Allow to build multi-level design of experiments ui.graphical 0.4 enhancement normal 05/14/09

With the core of SimExplorer, we can build complex DoE, and particularly nested DoE. It is the case when you want to explore some factors with a plan method and some other factors with an other plan method. But, for a convenient purpose, it will be better solution to present these different methods in the same "exploration loop". I propose to display a list of panels in the configuration of the ExplorationLoop component. The user can add and order the method used for the exploration, and select the factors associated to each method. For example:

Exploration Loop Configuration Panel
____________
Complete plan (a1,a2)
[ Configuration of the method ]
____________
LHS plan (a3,a4)
[ Configuration of the method ]

#149 Predefined import of input and output Structure ui.graphical 0.3 enhancement normal 06/10/09

it could be really helpful to have predefined format we can import directly and create the input or output structure and also the template file if necessary. The related targeted format can be : csv file, ini file, R dataframe files


#161 Test execution project_tools 1.0 task normal 10/07/09

How to run unit tests? Gathering documentation about creation and good practices.


#175 Solve eclispe plugin renaming in a transversal manner project_tools 1.0 task normal 10/15/09

For instance, eclipse artfiacts on our repository are not well-formed because there artifactID correspond to only the last part of the Bunde-SymbolicName. For example the artifactID of org.eclipse.core.runtime is runtime, and that causes the file to be named runtime_version.jar, and this name format isn't recognized by equinox when it try to resolve bundles.

So, for instance, we have to rename all eclipse artifact (see in this pom.xml)

So we have to rebuilt the artifact to include the complet symbolic name in artifactID. By the way, we could add in their pom.xml files the dependencies between these artifacts, so the declaration on our artifacts to include will be lighter.


#205 better version management in maven POMs project_tools 1.0 task normal 12/07/09

For now, version of the projects in trunk are tagged to 0.3. It should be tagged as 0.3_SNAPSHOT.

Then tagging should be done using the maven release plugin. But we have to investigate how it will manage multi-modules project. In particular, if we run this plugin on the super POM, how manage module that inherits from this one, but are not included as composition (in <modules> section).


#219 No easy way to write a new Blog entry project_tools 1.0 defect normal 02/01/10

I didn't find any obvious way to write a new entry in the blog of the site. Is there one ?


#234 Plugin documentation infrastructure project_tools task normal 06/11/10

We're trying to design a good way for writing and publishing the documentation of a plugin.

The main goal is to have an homogeneous documentation format for all plugins, that is lightweight for the plugin author. Considered elements:

  • Documentation available on the wiki
  • Common format:
    • Common header with link to plugin usage documentation
    • Short description
    • API javadoc linked from the documentation
    • jar linked from the documentation
    • Detailed description
    • Requirements / Dependencies
    • Examples
  • Examples could be wroten in source file and fetched from svn

Using javadoc seems to be a good solution for the developper point of view, so to have a chance to have wroten documentation :-)

Proposed design:

  • Developper wrote javadoc at package level using package-info.java (available in new file wizard in NetBeans), using h3 sectioning
  • Add a trac plugin that gets this documentation and integrates in the wiki adding generic information (API javadoc and jar links).

Technical hints:


#101 Task order ui.graphical 1.0 enhancement normal 02/05/09

Offer the possibility to permute to task using drag'n drop feature.


thierry (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#49 Achieve first implementation of libraries core.runtimelibraries 0.4 enhancement normal 04/30/08

See private/Libraries


Note: See TracReports for help on using and creating reports.

logo cemagref

logo iscpif

logo lifegrid

logo region auvergne

logo patres project