fix(26): revise plans based on checker feedback
This commit is contained in:
@@ -279,7 +279,7 @@ export function useGlobalItems(query?: string, tags?: string[]) {
|
|||||||
Import `useQuery` from `@tanstack/react-query` and `apiGet` from `../lib/api`.
|
Import `useQuery` from `@tanstack/react-query` and `apiGet` from `../lib/api`.
|
||||||
</action>
|
</action>
|
||||||
<verify>
|
<verify>
|
||||||
<automated>cd /home/jean-luc-makiola/Development/projects/GearBox && npx tsc --noEmit src/client/hooks/useDiscovery.ts 2>&1 || echo "Checking with bun build" && bun build src/client/hooks/useDiscovery.ts --outdir /tmp/check-discovery --external react --external @tanstack/react-query 2>&1</automated>
|
<automated>cd /home/jean-luc-makiola/Development/projects/GearBox && bun run build 2>&1 | tail -20</automated>
|
||||||
</verify>
|
</verify>
|
||||||
<acceptance_criteria>
|
<acceptance_criteria>
|
||||||
- src/client/hooks/useDiscovery.ts contains `export function useDiscoverySetups(`
|
- src/client/hooks/useDiscovery.ts contains `export function useDiscoverySetups(`
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
phase: 26-discovery-landing-page
|
phase: 26-discovery-landing-page
|
||||||
plan: 03
|
plan: 03
|
||||||
type: execute
|
type: execute
|
||||||
wave: 2
|
wave: 3
|
||||||
depends_on: [26-01]
|
depends_on: [26-01, 26-02]
|
||||||
files_modified:
|
files_modified:
|
||||||
- src/client/routes/index.tsx
|
- src/client/routes/index.tsx
|
||||||
- src/client/components/PublicSetupCard.tsx
|
- src/client/components/PublicSetupCard.tsx
|
||||||
|
|||||||
Reference in New Issue
Block a user