TenantAtlas/specs/079-inventory-links-non-uuid-ids/tasks.md

575 B

Tasks: Inventory links support non-UUID IDs

Phase 1: Spec + setup

  • T001 Create spec folder and docs

Phase 2: Tests (TDD)

  • T002 Add pgsql schema regression test in tests/Feature/Inventory/InventoryLinksNonUuidIdsTest.php

Phase 3: Implementation

  • T003 Add migration to change inventory_links.source_id + target_id to text on PostgreSQL

Phase 4: Validation

  • T004 Run tests: vendor/bin/sail artisan test --compact tests/Feature/Inventory/InventoryLinksNonUuidIdsTest.php
  • T005 Run Pint: vendor/bin/sail bin pint --dirty