Prototype: app.js checklist toggle and state #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — scoped from Daily 100 design spec.
Repo
forgejo_admin/daily-100User Story
As a user
I want to tap items to toggle them done
So that I can track my daily progress
Context
8 hardcoded items: DoorDash ($100 earned), Pushups (100 reps), Jump Rope (100 reps), Pullups (100 reps), Lunges (100 reps), L-Sits (100 reps), 40-Yard Drills (100 lengths), Curls (100 reps). Each is a boolean toggle. Score is 0-8. Green left border on completed items. "DONE" label appears when checked. Mock data for heat map and stats cards.
File Targets
Files the agent should modify or create:
prototype/app.js-- toggle logic, score tracking, mock data for heat map and statsFiles the agent should NOT touch:
Acceptance Criteria
Test Expectations
prototype/index.htmlin browserConstraints
Checklist
Related
daily-100-- project