clarin-eric / component-registry-rest

Component Registry back end
GNU General Public License v3.0
2 stars 1 forks source link

Index 'derived from' and 'successor' information #2

Closed twagoo closed 8 years ago

twagoo commented 8 years ago

Add fields to the database (probably simply adding columns to the basedescription table) to store 'derived from' and 'successor' information stored in the header. Update this information on every 'registration' action (save,update,publish).

twagoo commented 8 years ago

Reconsider current method implemented in the enrichSpecHeader method of ComponentRegistryImplBase that fills the spec header from the description object

twagoo commented 8 years ago

Status information should also be indexed (see #12)