UdL-EPS-SoftArch / TextAnnot-API

Written Corpus Annotation tool
GNU General Public License v3.0
1 stars 4 forks source link

Change MetadataTemplate to use an autoincremented id instead of its text #80

Closed jmgimeno closed 5 years ago

jmgimeno commented 5 years ago

Now the MetadataTemplate uses its name as the id.

Change it to use an autoincremented id and a restriction that names are unique.

A new findByName method should be added as well.