wgu-opensource / osmt

OSMT is the Open Skills Management Tool
https://osmt.io
Other
44 stars 8 forks source link

Search/Filter/Delete Metadata Keywords(Named References) Enabling #426

Closed jchavez137 closed 1 year ago

jchavez137 commented 1 year ago
jchavez137 commented 1 year ago

Only to confirm, in job codes create receive a list of job codes, but for keywords receives a single keyword, one of them is wrong or both are correct?

both can be correct depending onDavid's call @Corpratespaz , for me, I think since these are CRUD operations and we are using Transactions blocks for them, it would be more safe to create a single object instead or expecting a list and be creating several.

Corpratespaz commented 1 year ago

Please run mvn verify -pl test -Prun-api-tests. Then please add in test coverage for the /api/metadata/keyword/* routes. I'll follow up separately for the jobcode routes since those should have been added for #411

image