No description
Find a file
Yisroel Baum 807458ebe8
style home page with shell and card list
apply the new design system to the home page: wrap content in a
container/stack shell with a site-header for the logout and today
links, render the texts list as a vertical stack of cards via the
list-cards primitive, and dress the create plan modal with the new
modal/btn classes. js renders each text as an li.card with the
create-plan button preserved so existing cypress hooks (li,
.create-plan, .plan-name, .save-plan, .cancel-plan, ids) keep
matching.
2026-05-01 11:25:45 +03:00
.opencode remove wrong caveman plugin 2026-05-01 11:19:49 +03:00
ai add no default parameters rule 2026-05-01 10:04:32 +03:00
app wrap get todays schedule in try catch 2026-05-01 10:25:00 +03:00
bootstrap remove unused import 2026-05-01 10:58:23 +03:00
cypress test today page lists scheduled nodes 2026-04-26 21:24:56 +03:00
data seed regular user for cypress 2026-04-24 16:06:59 +03:00
public style home page with shell and card list 2026-05-01 11:25:45 +03:00
tests test scheduled node controller returns 404 when user missing 2026-05-01 10:25:24 +03:00
views/templates style home page with shell and card list 2026-05-01 11:25:45 +03:00
.envrc add direnv to use flake 2026-04-12 22:50:49 +03:00
.gitignore add today view route and template 2026-04-26 21:24:35 +03:00
.php-cs-fixer.dist.php add php cs fixer 2026-04-19 23:03:20 +03:00
AGENTS.md reformat ai files 2026-05-01 09:56:25 +03:00
caveman.json fix caveman json file 2026-05-01 11:14:09 +03:00
composer.json specify php version in composer 2026-04-19 23:03:28 +03:00
composer.lock remove all twig related code 2026-04-11 22:41:30 +03:00
cypress.config.js remove boilerplate config and set baseUrl 2026-03-22 10:03:29 +02:00
DailyGoals.drawio add node to scheduled node entity and dto 2026-04-27 09:10:40 +03:00
flake.lock init flake with dev shell for node and cypress 2026-04-11 22:55:27 +03:00
flake.nix add php cs fixer 2026-04-19 23:03:20 +03:00
package-lock.json install cypress, first package of npm 2026-03-21 20:16:07 +02:00
package.json add seed and wipe commands for e2e tests 2026-04-15 21:08:54 +03:00
README.md update readme todos 2026-04-12 22:52:48 +03:00

Set a goal for finishing a book by a specific date and have your daily goals automatically calculated

TODO

- Test Email Address Value Object
- Move create text out of view controller into text controller