relate: d5b6584e --RELATED_TO--> 4dc83eed

This commit is contained in:
Cal Corum 2026-02-28 10:53:43 -06:00
parent 7bef80a3e9
commit 385c587524
3 changed files with 26 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tags: [sba-scout, rust, migration, phase-2, reqwest, api, csv, serde]
importance: 0.8
confidence: 0.8
created: "2026-02-28T04:57:59.820017+00:00"
updated: "2026-02-28T16:53:40.710570+00:00"
updated: "2026-02-28T16:53:43.054882+00:00"
relations:
- target: c9add129-283a-445a-8dff-4525ec7fa9b6
type: FOLLOWS
@ -43,6 +43,11 @@ relations:
direction: incoming
strength: 0.8
edge_id: 5df40dff-4569-4471-96e7-fe1234d93b36
- target: d5b6584e-ae9d-4462-aeb0-eac103156dfc
type: RELATED_TO
direction: incoming
strength: 0.8
edge_id: 5fb91cf0-1aa3-4e71-af81-29c1e43730a9
---
# SBA Scout Rust Rewrite — Phase 2 Complete

View File

@ -0,0 +1,13 @@
---
id: 5fb91cf0-1aa3-4e71-af81-29c1e43730a9
type: RELATED_TO
from_id: d5b6584e-ae9d-4462-aeb0-eac103156dfc
from_title: "Fix: SBA API transaction move_id is a string not i64"
to_id: 4dc83eed-b0b1-4924-b82e-faf352426785
to_title: "SBA Scout Rust rewrite Phase 2 complete — API client, sync, and CSV importers"
strength: 0.8
created: "2026-02-28T16:53:43.054882+00:00"
updated: "2026-02-28T16:53:43.054882+00:00"
---
Transaction move_id string fix is part of Phase 2 API type work

View File

@ -6,7 +6,13 @@ tags: [sba-scout, rust, api, serde, fix, transactions]
importance: 0.6
confidence: 0.8
created: "2026-02-28T16:52:56.737424+00:00"
updated: "2026-02-28T16:52:56.737424+00:00"
updated: "2026-02-28T16:53:43.054882+00:00"
relations:
- target: 4dc83eed-b0b1-4924-b82e-faf352426785
type: RELATED_TO
direction: outgoing
strength: 0.8
edge_id: 5fb91cf0-1aa3-4e71-af81-29c1e43730a9
---
# Transaction move_id as String