2026-04-11 水風船
子どもが水風船を買って遊んでいる。過去に遊んだことがあったからだろう。あまり良くない経験を積ませてしまったか……。「遊んでいる」ならまだいいんだけど、うまく水を入れられないから、ぼくが水を入れる役割だし、飛び散るゴミを拾って集めるのもぼくだ。こづかいで買うのはいいんだけど、自分で遊べるものにしてくれ……。
bouzuya/shiori-web を進めた。下準備感のある作業をしている。 Google の user id だと桁数などもコントロールが効かないので、別の UserId を追加した。あとは実際にデプロイすることを考慮して BASE_PATH を追加した。
今日のコミット。
- shiori-web 11 commits
- Add Env::cookie_signing_secret
- Rename RequireAuth to CurrentUserId
- Change session cookie data
- Remove #[ignore] for testing with firestore
- Add UserRepository::find
- Fix UserRepository::find_by_google_user_id to use GoogleUserId type
- Add GoogleUserIdDocumentData
- Merge pull request #4 from bouzuya/claude/add-base-path-config-OCofw
- Merge pull request #3 from bouzuya/claude/add-github-actions-workflow-KNY1s
- Add GitHub Actions workflow for build, push, and deploy
- Add BASE_PATH configuration for sub-path deployment