Yisroel Baum yisroelbaum
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-19 23:07:38 +03:00
189493b045 php cs fixer
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-19 23:03:21 +03:00
26abaeb739 specify php version in composer
af0484faf6 add php cs fixer
Compare 2 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-19 22:49:58 +03:00
921c1e6401 update prompt template
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-18 23:06:34 +03:00
ce689da99a Merge branch 'batch-creating-nodes'
9ed42654a3 add js for bulk creating nodes
d9c9b4439e add post route for bulk creation of nodes
53cb002d0d implement node controller method for bulk create nodes
ce56e460ff add use case and request
Compare 8 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-18 22:07:44 +03:00
687283b9db Merge branch 'add-nodes-to-root-node'
3ce6a91e6e add and save button functionality
f277ae7983 move fetch nodes by text id into its own function
628c633823 change the way data is accessed from request in node controller
56bdee86cc fix controller tests to pass in data in proper form
Compare 10 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-18 21:00:50 +03:00
f5a8b8447f rename route for nodes and adjust calls to route
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-17 17:52:57 +03:00
adc72961d0 Merge branch 'individual-text-page'
49140195f1 add parsing functions for nodes of text to create indented tree
a092ee8840 json node repo
38d06fce43 refactor getNodes into a new NodeController and update refs
acdfc14442 create root node on text creation
Compare 19 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-15 21:10:16 +03:00
7ee4bac3fa only ignore json files in data dir, tracking seed and wipe scripts
7e674af40a add seed and wipe commands for e2e tests
Compare 2 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-15 20:47:32 +03:00
89c295e6d2 Remove TextRepository dependency and createText from ViewController
5c5f3f7118 Update texts template to load list and submit via AJAX
4c919d2205 Add texts.js for AJAX load and form submission
822176fcd3 Register /api/texts routes via TextController
ec32ca0103 Add TextController for texts API
Compare 5 commits »
yisroelbaum created branch master in yisroelbaum/DigiWill 2026-04-15 10:10:43 +03:00
yisroelbaum pushed to master at yisroelbaum/DigiWill 2026-04-15 10:10:43 +03:00
7ddb1a9cf2 unimplemented find methods in fake user repo
f20da46a3f add a tag to login page from home
4ab2748498 add id to user
20cc34ca1e add login, logout, dashboard methods to user controller
175bd3734b add session, container, and routes to app
Compare 10 commits »
yisroelbaum created repository yisroelbaum/DigiWill 2026-04-15 10:10:10 +03:00
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-15 10:09:38 +03:00
cb8c24d078 add prompt template
yisroelbaum pushed to master at yisroelbaum/FreightOrders 2026-04-15 10:07:02 +03:00
ed25fcefde remove todo- get bids of freight order use case
678f67cbbc add docblock in bid
fa156fd155 get all bids of freight order
Compare 3 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-12 22:52:46 +03:00
c7e60ff78a update readme todos
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-12 22:50:50 +03:00
07ea1f509e add direnv to use flake
yisroelbaum pushed to master at yisroelbaum/home-manager 2026-04-12 22:44:19 +03:00
c98dd13f85 add direnv to programs
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-12 22:40:44 +03:00
d5bc01f6bd add form for creating texts
210b77b10b make new route for text creation
72d92debab make create text method
854771eaa9 ignore data folder
3594f9c147 delete data file
Compare 5 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-12 22:14:42 +03:00
d4e31baed0 implement texts view method
019f3a61e1 add route for admin texts view
52a68319da fix container binding
9a64d1dd50 bind text repo to json impl in container
0853aacdfb implement getAll in fake text repo
Compare 11 commits »
yisroelbaum pushed to master at yisroelbaum/Goal-Calibration 2026-04-12 21:41:16 +03:00
bb3397b751 add serve script to composer