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

This commit is contained in:
Cal Corum 2026-03-03 20:48:44 -06:00
parent 45517b095b
commit eb321d50cf
7 changed files with 74 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: a4145603-881e-4bed-97e2-00a5ee893977
type: RELATED_TO
from_id: 853f145a-3742-4057-8138-2a1ceab0d704
from_title: "PR review: paper-dynasty-database#51 — get_one_player CSV ordering fix"
to_id: b9375a89-6e0f-4722-bca7-f1cd655de81a
to_title: "Issue poller: paper-dynasty-database#35 (success)"
strength: 0.85
created: "2026-03-04T02:48:44.298814+00:00"
updated: "2026-03-04T02:48:44.298814+00:00"
---
Auto-edge: PR review: paper-dynasty-database#51 — get_one_player CSV ordering fix → Issue poller: paper-dynasty-database#35 (success)

View File

@ -0,0 +1,13 @@
---
id: c4b95b14-a3c9-433b-8883-f17d212a5151
type: RELATED_TO
from_id: 853f145a-3742-4057-8138-2a1ceab0d704
from_title: "PR review: paper-dynasty-database#51 — get_one_player CSV ordering fix"
to_id: 1e0e14cd-588f-417d-8fcb-a48a6cca506d
to_title: "Issue poller: paper-dynasty-database#25 (success)"
strength: 0.84
created: "2026-03-04T02:48:44.365530+00:00"
updated: "2026-03-04T02:48:44.365530+00:00"
---
Auto-edge: PR review: paper-dynasty-database#51 — get_one_player CSV ordering fix → Issue poller: paper-dynasty-database#25 (success)

View File

@ -0,0 +1,13 @@
---
id: f4a88cce-7b08-4563-88ac-7a587db56f36
type: RELATED_TO
from_id: 853f145a-3742-4057-8138-2a1ceab0d704
from_title: "PR review: paper-dynasty-database#51 — get_one_player CSV ordering fix"
to_id: 0fdd32ea-6b6a-4cd0-aa4b-117184e0c81d
to_title: "Issue poller: paper-dynasty-database#36 (success)"
strength: 0.85
created: "2026-03-04T02:48:44.334396+00:00"
updated: "2026-03-04T02:48:44.334396+00:00"
---
Auto-edge: PR review: paper-dynasty-database#51 — get_one_player CSV ordering fix → Issue poller: paper-dynasty-database#36 (success)

View File

@ -6,7 +6,7 @@ tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T18:07:23.152592+00:00"
updated: "2026-03-04T02:32:18.788103+00:00"
updated: "2026-03-04T02:48:44.365530+00:00"
relations:
- target: 62d0f73d-8854-4c71-9001-60b38d438534
type: RELATED_TO
@ -43,6 +43,11 @@ relations:
direction: incoming
strength: 0.72
edge_id: 503f985c-3a59-44f8-a5ea-254cf145a78f
- target: 853f145a-3742-4057-8138-2a1ceab0d704
type: RELATED_TO
direction: incoming
strength: 0.84
edge_id: c4b95b14-a3c9-433b-8883-f17d212a5151
---
Attempted paper-dynasty-database#25 — Remove or fix dead CSV code in v1_cards_get_one referencing removed roster fields. Status: success. Summary: Removed dead roster1/2/3 CSV columns from v1_cards_get_one — Card model has no such fields, accessing them would raise AttributeError at runtime. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/35. Cost: $1.1383492499999996

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:48:28.467508+00:00"
updated: "2026-03-04T02:48:44.298814+00:00"
relations:
- target: 96137768-1e1e-4d7c-9890-6443ecd5cc36
type: RELATED_TO
@ -43,6 +43,11 @@ relations:
direction: incoming
strength: 0.72
edge_id: ef594550-29a0-4130-aceb-ef7d88ad1fae
- target: 853f145a-3742-4057-8138-2a1ceab0d704
type: RELATED_TO
direction: incoming
strength: 0.85
edge_id: a4145603-881e-4bed-97e2-00a5ee893977
---
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:48:28.399833+00:00"
updated: "2026-03-04T02:48:44.334396+00:00"
relations:
- target: 96137768-1e1e-4d7c-9890-6443ecd5cc36
type: RELATED_TO
@ -43,6 +43,11 @@ relations:
direction: incoming
strength: 0.72
edge_id: 1c6215e6-eb13-43a6-a72e-75b334fff2fb
- target: 853f145a-3742-4057-8138-2a1ceab0d704
type: RELATED_TO
direction: incoming
strength: 0.85
edge_id: f4a88cce-7b08-4563-88ac-7a587db56f36
---
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,7 +6,23 @@ tags: [pr-reviewer, paper-dynasty-database, python, fastapi, pandas, csv, bugfix
importance: 0.4
confidence: 0.8
created: "2026-03-04T02:48:43.944119+00:00"
updated: "2026-03-04T02:48:43.944119+00:00"
updated: "2026-03-04T02:48:44.365530+00:00"
relations:
- target: b9375a89-6e0f-4722-bca7-f1cd655de81a
type: RELATED_TO
direction: outgoing
strength: 0.85
edge_id: a4145603-881e-4bed-97e2-00a5ee893977
- target: 0fdd32ea-6b6a-4cd0-aa4b-117184e0c81d
type: RELATED_TO
direction: outgoing
strength: 0.85
edge_id: f4a88cce-7b08-4563-88ac-7a587db56f36
- target: 1e0e14cd-588f-417d-8fcb-a48a6cca506d
type: RELATED_TO
direction: outgoing
strength: 0.84
edge_id: c4b95b14-a3c9-433b-8883-f17d212a5151
---
## PR #51: fix: compute CSV after appending data row in get_one_player