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