diff --git a/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md b/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md index d0b2b94dbc6..b01b55252b9 100644 --- a/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md +++ b/graph/decisions/sba-scout-rust-rewrite-phase-2-complete-api-client-sync-and-4dc83e.md @@ -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 diff --git a/graph/edges/fix-sba-api-transaction-move-i--RELATED_TO--sba-scout-rust-rewrite-phase-2-5fb91c.md b/graph/edges/fix-sba-api-transaction-move-i--RELATED_TO--sba-scout-rust-rewrite-phase-2-5fb91c.md new file mode 100644 index 00000000000..1566dd093f3 --- /dev/null +++ b/graph/edges/fix-sba-api-transaction-move-i--RELATED_TO--sba-scout-rust-rewrite-phase-2-5fb91c.md @@ -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 diff --git a/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md b/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md index bcb50b1e136..2036918cce5 100644 --- a/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md +++ b/graph/fixes/fix-sba-api-transaction-move-id-is-a-string-not-i64-d5b658.md @@ -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