forked from rubinsztajn/hydra-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
development_notes.txt
42 lines (23 loc) · 1.01 KB
/
development_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Incorporate the edits from the last commit (00b010bb) of hydra_walkthrough.
See issues submitted by users on Github.
Improve README.
Remove monkey-patch of hydra-head.
Write method to extract long messages from the tutorial code.
Support the --pop option.
Implement a --list option.
Implement a --help option.
Support control over verbosity, and tie it to :capture declarations.
Improve tutorial unit tests.
Improve the views in the tutorial.
Write unit tests for the tutorial script itself.
Write an integration test for the entire tutorial.
Edit desc() commands: search for FIX.
Use delegate_to().
Make resources(:records) a separate Git commit.
Various problems evident after the check_the_new_form step:
- Delete links are not working.
- Keywords are not being saved.
- The view has multiple problems and is not in synce with the model.
run_hydra_generators() produces a large commit. Can we break this apart?
write_model_test()
run_integration_test_fail(): seems to small of a step: combine with previous?