Skip to content

Add chores#300

Merged
jonallured merged 4 commits intomainfrom
add-chores
Feb 28, 2026
Merged

Add chores#300
jonallured merged 4 commits intomainfrom
add-chores

Conversation

@jonallured
Copy link
Copy Markdown
Owner

This PR adds a new Chore model along with CRUD pages to manage it. The idea is that I'll use this to run our family chores. For me, I'll use these Chore records in my DailyPacket builds instead of the hard-coded stuff I had been doing. This is actually a nice improvement although I do lose the ability to suppress summer chores. I should update the Chore model with some ideas of seasonality but that can come later.

Then for the rest of my family I can just build them a chore list via the Rails console:

> Chore::List.build_and_save(:s3)

Assuming we don't make many edits to this we could then print it once and make a bunch of copies.

@jonallured jonallured merged commit 5397c00 into main Feb 28, 2026
1 check passed
@jonallured jonallured deleted the add-chores branch February 28, 2026 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant