swe574-2015fall-group2 / core_repo

0 stars 2 forks source link

Group's create service tag attribute should be renamed #264

Closed OrkunKocyigit closed 8 years ago

OrkunKocyigit commented 8 years ago

Tag attribute of the Group's response is like this: tagList": [ { "tag": "string", "clazz": "string" } ] Literally every other services it is like this: tagList": [ { "label": "string", "clazz": "string" } ] Can we rename Group model's tag attribute for consistency (and preventing my auto parsers from crashing)

barisozcanli commented 8 years ago

@recepgunay53 does it effect frontend web?

OrkunKocyigit commented 8 years ago

It will.

OrkunKocyigit commented 8 years ago

Semantic model's services still has name label btw

OrkunKocyigit commented 8 years ago

We decided it is not really important for now, I will try to locally fix it.