daily sync: 3 added, 4 modified, 0 deleted (3 edges)

This commit is contained in:
Cal Corum 2026-03-03 17:17:51 -06:00
parent a1d2492137
commit ead2d6d5d1
7 changed files with 74 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: 91cf1aa0-b820-4578-aba8-0a5f90df07cb
type: RELATED_TO
from_id: a99673ab-2ded-48c5-9563-30df7bf4a465
from_title: "PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix"
to_id: b9375a89-6e0f-4722-bca7-f1cd655de81a
to_title: "Issue poller: paper-dynasty-database#35 (success)"
strength: 0.73
created: "2026-03-03T23:17:51.183700+00:00"
updated: "2026-03-03T23:17:51.183700+00:00"
---
Auto-edge: PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix → Issue poller: paper-dynasty-database#35 (success)

View File

@ -0,0 +1,13 @@
---
id: c81fc052-1f7d-41ec-851b-4185c9b34c4f
type: RELATED_TO
from_id: a99673ab-2ded-48c5-9563-30df7bf4a465
from_title: "PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix"
to_id: 0fdd32ea-6b6a-4cd0-aa4b-117184e0c81d
to_title: "Issue poller: paper-dynasty-database#36 (success)"
strength: 0.73
created: "2026-03-03T23:17:51.147493+00:00"
updated: "2026-03-03T23:17:51.147493+00:00"
---
Auto-edge: PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix → Issue poller: paper-dynasty-database#36 (success)

View File

@ -0,0 +1,13 @@
---
id: 157f3b01-d301-46f6-94ca-9ae632c9046d
type: RELATED_TO
from_id: a99673ab-2ded-48c5-9563-30df7bf4a465
from_title: "PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix"
to_id: 6abad694-c8aa-4455-9762-0175d6bc77d4
to_title: "PR review: paper-dynasty-database#35 (APPROVED)"
strength: 0.73
created: "2026-03-03T23:17:51.214127+00:00"
updated: "2026-03-03T23:17:51.214127+00:00"
---
Auto-edge: PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix → PR review: paper-dynasty-database#35 (APPROVED)

View File

@ -6,7 +6,7 @@ tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T19:06:38.151299+00:00"
updated: "2026-03-03T23:04:17.048422+00:00"
updated: "2026-03-03T23:17:51.183700+00:00"
relations:
- target: 96137768-1e1e-4d7c-9890-6443ecd5cc36
type: RELATED_TO
@ -28,6 +28,11 @@ relations:
direction: incoming
strength: 0.7
edge_id: e496d0d4-b7fb-4c61-8738-2a86da490803
- target: a99673ab-2ded-48c5-9563-30df7bf4a465
type: RELATED_TO
direction: incoming
strength: 0.73
edge_id: 91cf1aa0-b820-4578-aba8-0a5f90df07cb
---
Attempted paper-dynasty-database#35 — fix: remove dead roster fields from CSV in v1_cards_get_one (#25). Status: success. Summary: Removed dead roster1/roster2/roster3 fields from CSV output in v1_cards_get_one — accessing these non-existent Card model fields would raise AttributeError at runtime. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/36. Cost: $0.7001285

View File

@ -6,7 +6,7 @@ tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T19:38:07.953686+00:00"
updated: "2026-03-03T23:04:17.013311+00:00"
updated: "2026-03-03T23:17:51.147493+00:00"
relations:
- target: 96137768-1e1e-4d7c-9890-6443ecd5cc36
type: RELATED_TO
@ -33,6 +33,11 @@ relations:
direction: incoming
strength: 0.7
edge_id: d53ccdea-72f2-4342-8cc0-fb2b2c0eb056
- target: a99673ab-2ded-48c5-9563-30df7bf4a465
type: RELATED_TO
direction: incoming
strength: 0.73
edge_id: c81fc052-1f7d-41ec-851b-4185c9b34c4f
---
Attempted paper-dynasty-database#36 — fix: remove dead roster fields from CSV in v1_cards_get_one (#35). Status: success. Summary: Removed dead roster1/roster2/roster3 fields from CSV output in v1_cards_get_one — accessing them raised AttributeError at runtime since they don't exist on the Card model.. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/37. Cost: $0.7266025

View File

@ -6,13 +6,18 @@ tags: [pr-reviewer, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T18:35:54.867174+00:00"
updated: "2026-03-03T19:33:20.003651+00:00"
updated: "2026-03-03T23:17:51.214127+00:00"
relations:
- target: a08cfd86-d519-41cd-b93e-0877e11c7cc3
type: RELATED_TO
direction: incoming
strength: 0.9
edge_id: c6a990dc-71d4-4de8-9d1e-b4c7a03b3f6b
- target: a99673ab-2ded-48c5-9563-30df7bf4a465
type: RELATED_TO
direction: incoming
strength: 0.73
edge_id: 157f3b01-d301-46f6-94ca-9ae632c9046d
---
Reviewed paper-dynasty-database PR #35 — fix: remove dead roster fields from CSV in v1_cards_get_one (#25). Verdict: APPROVED. Summary: Correct fix removing non-existent roster1/2/3 attribute accesses from CSV branch of v1_cards_get_one. Card model confirmed to have only player/team/pack/value fields. Posted as COMMENT (Gitea blocks s. Cost: $0.47325474999999995

View File

@ -6,7 +6,23 @@ tags: [pr-reviewer, paper-dynasty-database, python, peewee, pandas, performance,
importance: 0.4
confidence: 0.8
created: "2026-03-03T23:17:50.809941+00:00"
updated: "2026-03-03T23:17:50.809941+00:00"
updated: "2026-03-03T23:17:51.214127+00:00"
relations:
- target: 0fdd32ea-6b6a-4cd0-aa4b-117184e0c81d
type: RELATED_TO
direction: outgoing
strength: 0.73
edge_id: c81fc052-1f7d-41ec-851b-4185c9b34c4f
- target: b9375a89-6e0f-4722-bca7-f1cd655de81a
type: RELATED_TO
direction: outgoing
strength: 0.73
edge_id: 91cf1aa0-b820-4578-aba8-0a5f90df07cb
- target: 6abad694-c8aa-4455-9762-0175d6bc77d4
type: RELATED_TO
direction: outgoing
strength: 0.73
edge_id: 157f3b01-d301-46f6-94ca-9ae632c9046d
---
## PR #44 Review: batch-fetch PitchingCardRatings instead of per-row queries