Changes between Version 25 and Version 26 of ComponentRegistryAndEditor


Ignore:
Timestamp:
12/18/13 09:11:45 (10 years ago)
Author:
twagoo
Comment:

created section 'Development process'

Legend:

Unmodified
Added
Removed
Modified
  • ComponentRegistryAndEditor

    v25 v26  
    5050* Maven 2
    5151* Flex SDK 3.6
     52
     53----
     54== Development process ==
     55
     56* Feature implementations and fixes are assigned to [/roadmap milestones]
     57 * Features are decided on by MPI-PL in consultation with the taskforces (see [http://www.clarin.eu/sites/default/files/cmdi-governance-dvu.pdf this presentation]) and the CLARIN development community (mailing list: [dev@lists.clarin.eu])
     58 * Bugs get reported through [cmdi@clarin.eu] (as mentioned [http://www.clarin.eu/content/component-metadata here])
     59* Active development happens in [source:ComponentRegistry/trunk trunk]
     60* As soon as the items on the version milestone have been reached, a branch is created
     61* The branched version gets deployed to a testing server and is tested internally at MPI-PL (by Corpus Management) according to a test plan
     62* Once testing has completed successfully, the new version gets deployed to the production server (catalog.clarin.eu, see [[ServerConfig]] for contact information)
    5263
    5364----
     
    120131The Component Registry has been developed as part of the CLARIN project.
    121132
    122 People who have worked on this project include '''Patrick Duin''' (original author), '''Twan Goosen''' and '''Jean-Charles Ferrières'''.
     133People who have worked on this project include (in chronological order) '''Patrick Duin''' (original author), '''Twan Goosen''', '''Jean-Charles Ferrières''', '''Olha Shkaravska''' and '''George Georgovassilis'''
    123134
    124135The original implementation of the backend (REST service) was using file system storage for the users and their registries. As of [source:ComponentRegistry/tags/ComponentRegistry-1.8 ComponentRegistry-1.8] this was replaced by a database based implementation. The code still reflects the original, more hierarchical storage model (e.g. a registry per user even though all components are stored in the same table).
    125136
    126 For a detailed '''version history''', see the [source:ComponentRegistry/trunk/ComponentRegistry/CHANGES changelog].
     137For a detailed '''version history''', see the [source:ComponentRegistry/trunk/CHANGES changelog].
    127138
    128139=== Historical pages ===