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

This commit is contained in:
Cal Corum 2026-03-03 17:35:10 -06:00
parent 1c20ef41d2
commit 2a80d93017
7 changed files with 74 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: cdc2312a-5850-43f6-af32-8489d5220b6a
type: BUILDS_ON
from_id: ce86b4d5-0738-46b5-b08c-06d454404a12
from_title: "Batch BattingCard/BattingCardRatings lookups in paper-dynasty-database lineup builder"
to_id: 4f552953-5822-49c2-9cc9-c505baa1bdbe
to_title: "Lineup builder polish with search, filters, preview"
strength: 0.89
created: "2026-03-03T23:35:10.386609+00:00"
updated: "2026-03-03T23:35:10.386609+00:00"
---
Auto-edge: Batch BattingCard/BattingCardRatings lookups in paper-dynasty-database lineup builder → Lineup builder polish with search, filters, preview

View File

@ -0,0 +1,13 @@
---
id: 2802a157-4a64-41ca-89e0-337ca8fd130d
type: RELATED_TO
from_id: ce86b4d5-0738-46b5-b08c-06d454404a12
from_title: "Batch BattingCard/BattingCardRatings lookups in paper-dynasty-database lineup builder"
to_id: 1e0e14cd-588f-417d-8fcb-a48a6cca506d
to_title: "Issue poller: paper-dynasty-database#25 (success)"
strength: 0.71
created: "2026-03-03T23:35:10.420527+00:00"
updated: "2026-03-03T23:35:10.420527+00:00"
---
Auto-edge: Batch BattingCard/BattingCardRatings lookups in paper-dynasty-database lineup builder → Issue poller: paper-dynasty-database#25 (success)

View File

@ -0,0 +1,13 @@
---
id: 512d8a77-23d6-46b8-aba4-b0a7119e1d2f
type: RELATED_TO
from_id: ce86b4d5-0738-46b5-b08c-06d454404a12
from_title: "Batch BattingCard/BattingCardRatings lookups in paper-dynasty-database lineup builder"
to_id: b9375a89-6e0f-4722-bca7-f1cd655de81a
to_title: "Issue poller: paper-dynasty-database#35 (success)"
strength: 0.7
created: "2026-03-03T23:35:10.455868+00:00"
updated: "2026-03-03T23:35:10.455868+00:00"
---
Auto-edge: Batch BattingCard/BattingCardRatings lookups in paper-dynasty-database lineup builder → Issue poller: paper-dynasty-database#35 (success)

View File

@ -6,7 +6,23 @@ tags: [paper-dynasty-database, python, peewee, performance, batch-query, sqlite,
importance: 0.6
confidence: 0.8
created: "2026-03-03T23:35:08.886774+00:00"
updated: "2026-03-03T23:35:08.886774+00:00"
updated: "2026-03-03T23:35:10.455868+00:00"
relations:
- target: 4f552953-5822-49c2-9cc9-c505baa1bdbe
type: BUILDS_ON
direction: outgoing
strength: 0.89
edge_id: cdc2312a-5850-43f6-af32-8489d5220b6a
- target: 1e0e14cd-588f-417d-8fcb-a48a6cca506d
type: RELATED_TO
direction: outgoing
strength: 0.71
edge_id: 2802a157-4a64-41ca-89e0-337ca8fd130d
- target: b9375a89-6e0f-4722-bca7-f1cd655de81a
type: RELATED_TO
direction: outgoing
strength: 0.7
edge_id: 512d8a77-23d6-46b8-aba4-b0a7119e1d2f
---
## Problem

View File

@ -6,7 +6,7 @@ tags: [strat-gameplay-webapp, vue, nuxt, typescript, frontend, lineup-builder]
importance: 0.6
confidence: 0.8
created: "2026-01-15T16:08:35.597172+00:00"
updated: "2026-03-03T06:37:31.679840+00:00"
updated: "2026-03-03T23:35:10.386609+00:00"
relations:
- target: a272cc2a-d5c8-42a5-924a-dc6009bc5c3b
type: BUILDS_ON
@ -18,6 +18,11 @@ relations:
direction: incoming
strength: 0.75
edge_id: ea34f2ff-4295-463a-b387-c05b921cd9c2
- target: ce86b4d5-0738-46b5-b08c-06d454404a12
type: BUILDS_ON
direction: incoming
strength: 0.89
edge_id: cdc2312a-5850-43f6-af32-8489d5220b6a
---
Added comprehensive lineup builder improvements: player search box, position filter tabs (All/Catchers/Infielders/Outfielders/Pitchers), player preview modal showing positions and wara rating, clear lineup button, progress bar for completion, player headshots in roster and lineup slots, skeleton loading state, sticky navigation header. Fixed TypeScript errors by adding pitcherPlayer computed property for type narrowing and removing non-existent SbaPlayer stats.

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-03T20:49:08.548777+00:00"
updated: "2026-03-03T23:35:10.420527+00:00"
relations:
- target: 62d0f73d-8854-4c71-9001-60b38d438534
type: RELATED_TO
@ -28,6 +28,11 @@ relations:
direction: incoming
strength: 0.85
edge_id: 3af6c3a5-59eb-4886-9db7-48b71049c396
- target: ce86b4d5-0738-46b5-b08c-06d454404a12
type: RELATED_TO
direction: incoming
strength: 0.71
edge_id: 2802a157-4a64-41ca-89e0-337ca8fd130d
---
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:17:51.183700+00:00"
updated: "2026-03-03T23:35:10.455868+00:00"
relations:
- target: 96137768-1e1e-4d7c-9890-6443ecd5cc36
type: RELATED_TO
@ -33,6 +33,11 @@ relations:
direction: incoming
strength: 0.73
edge_id: 91cf1aa0-b820-4578-aba8-0a5f90df07cb
- target: ce86b4d5-0738-46b5-b08c-06d454404a12
type: RELATED_TO
direction: incoming
strength: 0.7
edge_id: 512d8a77-23d6-46b8-aba4-b0a7119e1d2f
---
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