Skip to content
Snippets Groups Projects

Feature: connect bio entity accordion to API

Merged Tadeusz Miesiąc requested to merge feature/bio-entity-drawer into development
1 unresolved thread

Description

Connected Bio Entity accordion to API. It correctly shows loading indicator, and list of entities per model image

Details

  • added custom fixture generator for bioEntities to allow match model property with idObject from model model

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 1 import { MODEL_IDS } from '@/constants/mocks';
    2 import { ZodNumber } from 'zod';
    3 // eslint-disable-next-line import/no-extraneous-dependencies
    4 import { Generator } from 'zod-fixture';
    5
    6 // model in bioEntity model is the same as idObject in model model
    7 export const modelIdGenerator = Generator({
    8 schema: ZodNumber,
    9 // eslint-disable-next-line no-magic-numbers
  • Adrian Orłów approved this merge request

    approved this merge request

  • Tadeusz Miesiąc added 12 commits

    added 12 commits

    Compare with previous version

  • Tadeusz Miesiąc enabled an automatic merge when the pipeline for fa7cb435 succeeds

    enabled an automatic merge when the pipeline for fa7cb435 succeeds

  • Tadeusz Miesiąc mentioned in commit 9c89821c

    mentioned in commit 9c89821c

  • Please register or sign in to reply
    Loading