Mercurial > getan
comparison TODO @ 443:dc79952b36b0
Merge
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Thu, 18 Jan 2018 11:29:29 +0100 |
parents | 7125e67d5acb 7175ee3dbb0d |
children | 08b61b78285d |
comparison
equal
deleted
inserted
replaced
442:7125e67d5acb | 443:dc79952b36b0 |
---|---|
1 | |
2 20180117 Magnus Schieder | |
3 | |
4 20170317 BER: Reproduce and then fix a defect that it is surprising which | |
5 entries are moved by `m` or deleted by 'd'. | |
6 It probably has to do how multi-selection are handled. Maybe they | |
7 are not cleared properly at the end of an operation. | |
8 One description: It happens when you have changed a lot of entries | |
9 from different projects (I assume), e.g. by editing the description, | |
10 the length or timedate and then use move where you intend to only move | |
11 one, the unwanted result is several moved entries. | |
12 | |
13 Update: | |
14 getan 2.1 | |
15 | |
16 Creating a new database with test data: | |
17 | |
18 1) Delete getan_test_data.db if it already exists to create a new database. | |
19 2) Execute getan_test_data.py to get the test database getan_test_data.db. | |
20 (getan/test_data/getan_test_data.py) | |
21 | |
22 - Bug 1.0 | |
23 2) Open getan with the test database. (getan /path/getan_test_data.db) | |
24 3) Switch to the entries from the project pro1 with tab. | |
25 4) Mark with return and arrow keys ent1 and ent2. | |
26 5) Go back to the projects with tab. | |
27 6) Switch back to the entries of project pro1. | |
28 7) Mark this time ent3 and ent4. | |
29 8) Press m, then 3 and then y to move ent3 and ent4 to pro3. | |
30 | |
31 Expectation: | |
32 ent3 and ent4 are moved to pro3. | |
33 | |
34 Result: | |
35 ent1, ent2, ent3 and ent4 were moved to pro3. | |
36 | |
37 - Bug 1.1 | |
38 Execute 1) to 7) from 1.0. | |
39 8) Press d to delete ent3 and ent4. | |
40 | |
41 Expectation: | |
42 ent3 and ent4 are deleted. | |
43 | |
44 Result: | |
45 ent1, en2, ent3 and ent4 are deleted. | |
46 | |
47 - Bug2 | |
48 Execute 1) to 4) from 1.0. | |
49 5) Press m. | |
50 6) Now also mark ent3 and pro ent4. | |
51 7) Press 3 and then y to move ent1, ent2, ent3 and ent4 to pro3. | |
52 | |
53 Expectation: | |
54 After pressing m, you can not mark additional entries. | |
55 | |
56 Result: | |
57 Only ent1 and ent2 are moved, though all are selected. | |
58 | |
59 20180104 BER (minor) Display licensing information with --version and | 1 20180104 BER (minor) Display licensing information with --version and |
60 usage. Implementation idea: change this when moving away from optparse. | 2 usage. Implementation idea: change this when moving away from optparse. |
61 | 3 |
62 20170709 BER: Give scripts/getan-eval.py a more specific name and add | 4 20170709 BER: Give scripts/getan-eval.py a more specific name and add |
63 it as a script to be installed. | 5 it as a script to be installed. |
66 to argparse. Affects getan/main.py and scripts/getan-eval.py. | 8 to argparse. Affects getan/main.py and scripts/getan-eval.py. |
67 | 9 |
68 20170504 BER: Some multi-user installations do not want a logfile by default. | 10 20170504 BER: Some multi-user installations do not want a logfile by default. |
69 We could solve this requirement by making it configurable. | 11 We could solve this requirement by making it configurable. |
70 | 12 |
71 | 13 20170317 BER: Reproduce and then fix a defect: that it is surprising which |
14 entries are moved by `m` or deleted by 'd'. | |
15 It probably has to do how multi-selections are handled. Maybe they | |
16 are not cleared properly at the end of an operation. | |
17 One description: It happens when you have changed a lot of entries | |
18 from different projects (I assume), e.g. by editing the description, | |
19 the length or timedate and then use move where you intend to only move | |
20 one, the unwanted result is several moved entries. | |
72 | 21 |
73 20160912 BER: Better code: states.py: classes EditEntryState and | 22 20160912 BER: Better code: states.py: classes EditEntryState and |
74 AdjustEntryState have same methods exit() and set_focus(), maybe join them? | 23 AdjustEntryState have same methods exit() and set_focus(), maybe join them? |
75 | 24 |
76 Older: | 25 Older: |