Skip to content

Releases: tabiya-tech/taxonomy-model-application

v0.0.120

Choose a tag to compare

@irumvanselme irumvanselme released this 25 Jun 12:13

What's Changed

  • fix(backend): add zambian locale by @rav3n11 in #490
  • Fix(TAX-44): skill group api specification folder structure and backend refactor by @C5rogers in #488
  • refactor(api-spec|backend):updated the skills api spec folder structu… by @HabtamuTesafaye in #489
  • Refactored ESCO occupation API endpoints with pagination and shared utility modules by @HabtamuTesafaye in #492
  • Ref(backend): refactoring the OccupationGroup backend folder structur… by @C5rogers in #491
  • Ref(backend): refactoring the SkillGroup backend folder stracture to follow same as the api-specific structure for SkillGroup by @C5rogers in #493
  • fix(security): Move all inputs.* expressions from inside run: blocks … by @rav3n11 in #494
  • fix(security): move from npx to lock verified version by @rav3n11 in #495
  • Ref(backend): OccupationGroup & SkillGroup module index.test.ts refactor and coverage tests for other uncovered logics by @C5rogers in #497
  • refactor(backend): updated the skill backend folder structure and add post api by @HabtamuTesafaye in #499
  • Feat(api-specification): api-specification definetion and testing for skillGroup get api filter parameters using children ids and there associate types by @C5rogers in #498
  • feat(api-spec|backend): Implement POST endpoint for occupation relation by @HabtamuTesafaye in #500
  • Feat/add POST api endpoints for skill relation by @HabtamuTesafaye in #501

Full Changelog: v0.0.119...v0.0.120

v0.0.119

Choose a tag to compare

@rav3n11 rav3n11 released this 06 Apr 09:55

What's Changed

  • feat(data-sets): add a new taxonomy for Kenya context by @irumvanselme in #485
  • Ref(api-specification): refactoring folder structure for occupation group relations api-specification definetion by @C5rogers in #483
  • Refactor(api-spec|backend): update the occupation api sec folder structure and some backend data acessing by @HabtamuTesafaye in #484
  • refactor: occupation and occupation group cleanups by @irumvanselme in #486
  • Fix: restructuring occupationGroup relations api specification to have method level abstraction and also backend fix for that by @C5rogers in #487

Full Changelog: v0.0.118...v0.0.119

v0.0.118

Choose a tag to compare

@irumvanselme irumvanselme released this 27 Mar 05:37

What's Changed

  • Feat(api-specification): api-specification definetion for occupationGroup relationship api by @C5rogers in #473
  • Feat/implement parent ,childrens and skills relation api for occupation by @HabtamuTesafaye in #478
  • feat(api-spec): defined the api spec for skills relational endpoints for occupation, parent, children, and related skills by @HabtamuTesafaye in #481
  • Feat(api-specification|backend): api-specification and backend definetion for SkillGroup relationship api by @C5rogers in #480

Full Changelog: v0.0.117...v0.0.118

v0.0.117

Choose a tag to compare

@irumvanselme irumvanselme released this 09 Jan 10:12

What's Changed

  • fix(auth): record the tasks of fixing auth domain validation error by @irumvanselme in #477

Full Changelog: v0.0.114...v0.0.117

v0.0.116

Choose a tag to compare

@irumvanselme irumvanselme released this 09 Jan 08:45
4706e0c
fix(auth): domain validation

v0.0.115

Choose a tag to compare

@irumvanselme irumvanselme released this 09 Jan 08:34
a8dd5fc

Full Changelog: v0.0.114...v0.0.115

v0.0.114

Choose a tag to compare

@irumvanselme irumvanselme released this 09 Jan 08:06

What's Changed

Full Changelog: v0.0.111...v0.0.114

v0.0.113

Choose a tag to compare

@irumvanselme irumvanselme released this 08 Jan 17:21

What's Changed

  • Feat(api-specification|backend): skills api specification TAX-18 by @HabtamuTesafaye in #467
  • chore(sonar): replace RegExp constructor calls with new RegExp for co… by @rav3n11 in #475
  • feat: Taxonomy API authentication and authorization by @rav3n11 in #474

Full Changelog: v0.0.110...v0.0.113

v0.0.110

Choose a tag to compare

@rav3n11 rav3n11 released this 22 Dec 04:49

What's Changed

  • chore(sonarcloud): fix reported issues and improve test coverage by @Fidesnoella in #468
  • ref/update the occupation api spec and backend the new fixes by @HabtamuTesafaye in #470
  • Ref/refactoring occupation group api specification and backend by @C5rogers in #469
  • feat/skill group api specification tax 17 by @rav3n11 in #472
  • Fix(api-spec|backend): updated the API spec and backend to use the ne… by @HabtamuTesafaye in #471

Full Changelog: v0.0.109...v0.0.110

v0.0.109

Choose a tag to compare

@irumvanselme irumvanselme released this 31 Oct 07:39

What's Changed

  • Feat/occupation group api specification by @rav3n11 in #453
  • feat(api-specs): occupation api specification definition and testing by @HabtamuTesafaye in #454
  • chore: optimize database copy workflow by increasing workers and incr… by @irumvanselme in #455
  • fix(tests): - adjust stream transformation error expectations to acco… by @rav3n11 in #457
  • Feat/occupation group repository functionalities by @C5rogers in #456
  • fix(backend): correct nextCursor logic in pagination and add consiste… by @rav3n11 in #458
  • feat(backend): enhance pagination by populating parent and children i… by @rav3n11 in #459
  • chore: increase description field max length from 4000 to 6000 by @Fidesnoella in #460
  • feat(locales): add Argentina (Spanish) locale to locales.json by @irumvanselme in #461
  • Feat/occupation grop detail controller and repository functionalities tax 9 by @rav3n11 in #464
  • fix(backend): occupations API fixes
  • POST: validate modelId from path, match with payload
  • POST: check model exists and reject writes to released models
  • GET /{id}: validate model exists before fetching occupation
  • GET: add anonymous RoleRequired on collection and detail endpoints
  • Tests: update POST/GET tests to mock modelInfo, include path, and cover new error cases
  • delete scheme $id from byId shcema in generateOpenApiDoc.ts by @rav3n11 in #465

New Contributors

Full Changelog: v0.0.108...v0.0.109