GALAglobal / TAPICC-API-implementation

TAPICC API implementation using node.js framework sails.js
Other
6 stars 1 forks source link

Enums should be more consistent and code friendly #68

Closed ysavourel closed 4 years ago

ysavourel commented 5 years ago

We have several list of string values, described as "enums" in the specification:

Currently many of the values are not very code friendly, for example they have spaces like "Review with LQA", etc.

I would propose that we have them all consistent:

For example: "review-with-lqa". "in-progress", etc.

Alino commented 4 years ago

I agree with this proposal. Changed the swagger file https://github.com/GALAglobal/TAPICC-API-implementation/commit/01750ea9995dcad72e029fc325d3977b390ca2a1