|
|
26abaeb739
|
specify php version in composer
|
2026-04-19 23:03:28 +03:00 |
|
|
|
af0484faf6
|
add php cs fixer
|
2026-04-19 23:03:20 +03:00 |
|
|
|
921c1e6401
|
update prompt template
|
2026-04-19 22:50:05 +03:00 |
|
|
|
ce689da99a
|
Merge branch 'batch-creating-nodes'
|
2026-04-18 23:06:46 +03:00 |
|
|
|
9ed42654a3
|
add js for bulk creating nodes
|
2026-04-18 23:06:04 +03:00 |
|
|
|
d9c9b4439e
|
add post route for bulk creation of nodes
|
2026-04-18 23:05:32 +03:00 |
|
|
|
53cb002d0d
|
implement node controller method for bulk create nodes
|
2026-04-18 23:05:14 +03:00 |
|
|
|
ce56e460ff
|
add use case and request
|
2026-04-18 23:04:56 +03:00 |
|
|
|
5c2b6c9edd
|
cypress tests for bulk add children
|
2026-04-18 23:04:39 +03:00 |
|
|
|
612564e9fb
|
test controller
|
2026-04-18 23:04:25 +03:00 |
|
|
|
3670fdd869
|
tests for bulk create nodes
|
2026-04-18 23:02:32 +03:00 |
|
|
|
687283b9db
|
Merge branch 'add-nodes-to-root-node'
|
2026-04-18 22:07:58 +03:00 |
|
|
|
3ce6a91e6e
|
add and save button functionality
|
2026-04-18 22:07:38 +03:00 |
|
|
|
f277ae7983
|
move fetch nodes by text id into its own function
re renders if theres a root list of nodes existing
|
2026-04-18 22:06:25 +03:00 |
|
|
|
628c633823
|
change the way data is accessed from request in node controller
|
2026-04-18 22:00:24 +03:00 |
|
|
|
56bdee86cc
|
fix controller tests to pass in data in proper form
|
2026-04-18 21:59:57 +03:00 |
|
|
|
b12d0fc7d3
|
fix cypress tests to properly select in children
|
2026-04-18 21:50:54 +03:00 |
|
|
|
bdf386e510
|
implement create node method in node controller
|
2026-04-18 21:33:41 +03:00 |
|
|
|
571c0d1196
|
add endpoint for creating a node
|
2026-04-18 21:32:12 +03:00 |
|
|
|
1c1f8b5a58
|
add tests for node controller
get nodes of text and create node
|
2026-04-18 21:27:36 +03:00 |
|
|
|
2121a0ba9d
|
add tests for admin text page, move some tests over from original admin test file
|
2026-04-18 21:27:02 +03:00 |
|
|
|
f5a8b8447f
|
rename route for nodes and adjust calls to route
|
2026-04-18 21:01:02 +03:00 |
|
|
|
adc72961d0
|
Merge branch 'individual-text-page'
|
2026-04-17 17:53:05 +03:00 |
|
|
|
49140195f1
|
add parsing functions for nodes of text to create indented tree
|
2026-04-17 17:52:32 +03:00 |
|
|
|
a092ee8840
|
json node repo
|
2026-04-17 11:30:17 +03:00 |
|
|
|
38d06fce43
|
refactor getNodes into a new NodeController and update refs
|
2026-04-17 11:29:55 +03:00 |
|
|
|
acdfc14442
|
create root node on text creation
|
2026-04-17 11:03:10 +03:00 |
|
|
|
37c519fb2a
|
add route for getting nodes of text
|
2026-04-17 11:02:35 +03:00 |
|
|
|
6ae66055cf
|
bind node repo in container, start using autowire instead of create
|
2026-04-17 11:02:08 +03:00 |
|
|
|
6a1f44e112
|
add node data to seed and wipe scripts
|
2026-04-17 11:01:46 +03:00 |
|
|
|
9b24fddec1
|
update text controller test with node repo
|
2026-04-17 11:01:20 +03:00 |
|
|
|
d4f5b22034
|
add method to get nodes of text id in text controller
|
2026-04-17 11:00:36 +03:00 |
|
|
|
c99e1eeeb5
|
test child node of root node exists
|
2026-04-17 10:58:32 +03:00 |
|
|
|
1fb5307062
|
e2e test that created text has root node
|
2026-04-17 10:50:14 +03:00 |
|
|
|
f6791b6459
|
unit test for create text that it creates a root node as well.
refactor to setUp as well
|
2026-04-17 10:49:41 +03:00 |
|
|
|
98f597914a
|
test text controller methods
|
2026-04-17 09:55:29 +03:00 |
|
|
|
85ab8f2bbc
|
add getText method to text controller
|
2026-04-17 09:54:21 +03:00 |
|
|
|
4fe10214d5
|
change fn to function -- style
|
2026-04-17 09:53:50 +03:00 |
|
|
|
68da48aedd
|
add view for single text
|
2026-04-17 09:23:38 +03:00 |
|
|
|
5b2d85fb92
|
test that clicking on the a tag will bring us to a texts page
|
2026-04-15 21:48:54 +03:00 |
|
|
|
3689945cfe
|
make texts into a tags
|
2026-04-15 21:48:32 +03:00 |
|
|
|
7ee4bac3fa
|
only ignore json files in data dir, tracking seed and wipe scripts
|
2026-04-15 21:10:07 +03:00 |
|
|
|
7e674af40a
|
add seed and wipe commands for e2e tests
|
2026-04-15 21:08:54 +03:00 |
|
|
|
89c295e6d2
|
Remove TextRepository dependency and createText from ViewController
|
2026-04-15 20:47:21 +03:00 |
|
|
|
5c5f3f7118
|
Update texts template to load list and submit via AJAX
|
2026-04-15 20:47:14 +03:00 |
|
|
|
4c919d2205
|
Add texts.js for AJAX load and form submission
|
2026-04-15 20:47:07 +03:00 |
|
|
|
822176fcd3
|
Register /api/texts routes via TextController
|
2026-04-15 20:47:02 +03:00 |
|
|
|
ec32ca0103
|
Add TextController for texts API
|
2026-04-15 20:46:56 +03:00 |
|
|
|
cb8c24d078
|
add prompt template
|
2026-04-15 10:09:42 +03:00 |
|
|
|
c7e60ff78a
|
update readme todos
|
2026-04-12 22:52:48 +03:00 |
|