backlogops-gui 0.2__tar.gz → 0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {backlogops_gui-0.2/backlogops_gui.egg-info → backlogops_gui-0.3}/PKG-INFO +67 -19
  2. backlogops_gui-0.2/PKG-INFO → backlogops_gui-0.3/README_pypi.md +59 -43
  3. backlogops_gui-0.2/README_pypi.md → backlogops_gui-0.3/backlogops_gui.egg-info/PKG-INFO +91 -12
  4. {backlogops_gui-0.2 → backlogops_gui-0.3}/backlogops_gui.egg-info/SOURCES.txt +20 -2
  5. backlogops_gui-0.3/backlogops_gui.egg-info/requires.txt +3 -0
  6. {backlogops_gui-0.2 → backlogops_gui-0.3}/pyproject.toml +6 -5
  7. {backlogops_gui-0.2 → backlogops_gui-0.3}/setup.py +4 -4
  8. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/application.py +96 -21
  9. backlogops_gui-0.2/src/backlogops_gui/backlog_window.py → backlogops_gui-0.3/src/backlogops_gui/backlog_actions.py +43 -197
  10. backlogops_gui-0.3/src/backlogops_gui/backlog_dialogs.py +362 -0
  11. backlogops_gui-0.3/src/backlogops_gui/backlog_window.py +425 -0
  12. backlogops_gui-0.3/src/backlogops_gui/choice_dialogs.py +139 -0
  13. backlogops_gui-0.3/src/backlogops_gui/close_binding.py +47 -0
  14. backlogops_gui-0.3/src/backlogops_gui/file_choosers.py +67 -0
  15. backlogops_gui-0.3/src/backlogops_gui/format_dialogs.py +145 -0
  16. backlogops_gui-0.3/src/backlogops_gui/gui_wizard.py +102 -0
  17. backlogops_gui-0.3/src/backlogops_gui/jira_actions.py +38 -0
  18. backlogops_gui-0.3/src/backlogops_gui/jira_base.py +132 -0
  19. backlogops_gui-0.3/src/backlogops_gui/jira_dialogs.py +785 -0
  20. backlogops_gui-0.3/src/backlogops_gui/jira_order.py +69 -0
  21. backlogops_gui-0.3/src/backlogops_gui/jira_rank.py +63 -0
  22. backlogops_gui-0.3/src/backlogops_gui/jira_read.py +79 -0
  23. backlogops_gui-0.3/src/backlogops_gui/jira_rename.py +60 -0
  24. backlogops_gui-0.3/src/backlogops_gui/jira_update.py +120 -0
  25. backlogops_gui-0.3/src/backlogops_gui/jira_write.py +107 -0
  26. backlogops_gui-0.3/src/backlogops_gui/modal_dialog.py +56 -0
  27. backlogops_gui-0.3/src/backlogops_gui/report_windows.py +61 -0
  28. backlogops_gui-0.3/src/backlogops_gui/wizard_table.py +229 -0
  29. backlogops_gui-0.3/src/backlogops_gui/wizard_window.py +287 -0
  30. backlogops_gui-0.2/backlogops_gui.egg-info/requires.txt +0 -3
  31. backlogops_gui-0.2/src/backlogops_gui/gui_wizard.py +0 -563
  32. backlogops_gui-0.2/src/backlogops_gui/io_dialogs.py +0 -722
  33. {backlogops_gui-0.2 → backlogops_gui-0.3}/LICENSE.txt +0 -0
  34. {backlogops_gui-0.2 → backlogops_gui-0.3}/backlogops_gui.egg-info/dependency_links.txt +0 -0
  35. {backlogops_gui-0.2 → backlogops_gui-0.3}/backlogops_gui.egg-info/entry_points.txt +0 -0
  36. {backlogops_gui-0.2 → backlogops_gui-0.3}/backlogops_gui.egg-info/top_level.txt +0 -0
  37. {backlogops_gui-0.2 → backlogops_gui-0.3}/setup.cfg +0 -0
  38. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/__init__.py +0 -0
  39. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/__main__.py +0 -0
  40. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/_migrate_warn.py +0 -0
  41. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/backlog_io.py +0 -0
  42. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/blog_version_reporter.py +0 -0
  43. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/gui_style.py +0 -0
  44. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/log_buffer.py +0 -0
  45. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/py.typed +0 -0
  46. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/python_version.py +0 -0
  47. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/table_view.py +0 -0
  48. {backlogops_gui-0.2 → backlogops_gui-0.3}/src/backlogops_gui/tcltk_version.py +0 -0
@@ -1,13 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: backlogops-gui
3
- Version: 0.2
3
+ Version: 0.3
4
4
  Summary: Graphical user interface for backlog operations.
5
5
  Author: Tom Björkholm
6
6
  Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
7
7
  License-Expression: MIT
8
- Project-URL: Homepage, https://bitbucket.org/tom-bjorkholm/backlog-ops
9
- Project-URL: Source code, https://bitbucket.org/tom-bjorkholm/backlog-ops
10
- Project-URL: Documentation, https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/
8
+ Project-URL: Homepage, https://github.com/tom-bjorkholm/backlog-ops
9
+ Project-URL: Source code, https://github.com/tom-bjorkholm/backlog-ops
10
+ Project-URL: Documentation, https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/using_backlogops/README.md
11
11
  Keywords: backlog,release planning,agile,scrum,scheduling,roadmap,project management,product owner,product management
12
12
  Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Programming Language :: Python :: 3.12
@@ -18,12 +18,13 @@ Classifier: Development Status :: 3 - Alpha
18
18
  Classifier: Intended Audience :: End Users/Desktop
19
19
  Classifier: Intended Audience :: Information Technology
20
20
  Classifier: Topic :: Office/Business :: Scheduling
21
+ Classifier: Typing :: Typed
21
22
  Requires-Python: >=3.12
22
23
  Description-Content-Type: text/markdown
23
24
  License-File: LICENSE.txt
24
- Requires-Dist: backlogops>=0.2
25
- Requires-Dist: argcomplete>=3.6.3
26
- Requires-Dist: versionreporter>=0.3
25
+ Requires-Dist: backlogops>=0.3
26
+ Requires-Dist: argcomplete>=3.7.0
27
+ Requires-Dist: versionreporter>=0.4
27
28
  Dynamic: author
28
29
  Dynamic: license-file
29
30
  Dynamic: requires-dist
@@ -100,6 +101,23 @@ The following functionality is available in all 3 packages:
100
101
  - A wizard to create a backlog-ops configuration file with the workforce, named
101
102
  input and output presets, level names, and status name mapping.
102
103
 
104
+ - Read a backlog and releases from Jira into a backlog and release table.
105
+
106
+ - Write a backlog to Jira, creating a new Jira issue for each backlog item.
107
+
108
+ - Update a backlog that is already in Jira, changing only the chosen columns.
109
+
110
+ - Add the releases to Jira as Jira versions.
111
+
112
+ - Update the releases in Jira, setting their dates to the planned release dates.
113
+
114
+ - Order the releases in Jira by date, by a name list, or by the input order.
115
+
116
+ - Rename releases in Jira, changing the Jira version names.
117
+
118
+ - Move backlog items to a chosen anchor in the Jira rank order, following a key
119
+ list.
120
+
103
121
  ## The operating model
104
122
 
105
123
  The operating model that most of the functionality is designed for is that the
@@ -135,8 +153,9 @@ the library:
135
153
  before the parent item starts, and the parent item cannot finish before all
136
154
  its children have finished.
137
155
 
138
- - `release` The release of the backlog item. Optional. Follows the same
139
- character rules as the key. Must not be empty string.
156
+ - `release` The release of the backlog item. Optional. Must not be empty string,
157
+ must not start or end with whitespace, and must not contain tabs, newlines or
158
+ control characters.
140
159
 
141
160
  - `team` The team responsible for the backlog item. Optional. Must not be empty
142
161
  string. Must be a valid team name. If None the item can be done by any team.
@@ -176,21 +195,27 @@ To install backlogops-gui on Microsoft Windows, run the following command:
176
195
  pip install --upgrade backlogops-gui
177
196
  ````
178
197
 
198
+ ## Using backlogops documentation
199
+
200
+ For a better understanding of how to use the library, CLI or GUI, see the user
201
+ documentation:
202
+ [Using backlogops](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc//using_backlogops/README.md)
203
+
179
204
  ## API documentation
180
205
 
181
206
  For more detailed code documentation, see the API documentation:
182
207
 
183
- - [Library public API](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_api.md)
208
+ - [Library public API](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_api.md)
184
209
 
185
- - [Library protected API](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_api.md)
210
+ - [Library protected API](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_api.md)
186
211
 
187
- - [Library public CLI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_cli.md)
212
+ - [Public CLI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_cli.md)
188
213
 
189
- - [Library protected CLI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_cli.md)
214
+ - [Protected CLI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_cli.md)
190
215
 
191
- - [Library public GUI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_gui.md)
216
+ - [Public GUI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_gui.md)
192
217
 
193
- - [Library protected GUI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_gui.md)
218
+ - [Protected GUI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_gui.md)
194
219
 
195
220
  ## Graphical user interface for backlog manipulation
196
221
 
@@ -229,8 +254,12 @@ is in the menus.
229
254
 
230
255
  - File
231
256
 
232
- - Read backlog...: Read in a file with a backlog and list of releases.
233
- A new backlog window will be opened with the read in backlog.
257
+ - Read backlog from file...: Read in a file with a backlog and list
258
+ of releases. A new backlog window will be opened with the read in
259
+ backlog.
260
+
261
+ - Read backlog from Jira...: Read a backlog and list of releases from
262
+ Jira. A new backlog window will be opened with the read in backlog.
234
263
 
235
264
  - New demo backlog: Create a demo backlog with some backlog items and
236
265
  releases. A new backlog window will be opened with the demo backlog.
@@ -239,6 +268,9 @@ is in the menus.
239
268
 
240
269
  - Configuration
241
270
 
271
+ - Load configuration file...: Load a configuration file, replacing the
272
+ configuration currently active in the application.
273
+
242
274
  - Run configuration wizard...: this lets you configure the teams that work on
243
275
  the backlog and also other aspects like the dates the company is
244
276
  closed for vacation, and preset configuration for the inputs or
@@ -287,11 +319,27 @@ one with the list of releases. You will want to use the menus.
287
319
 
288
320
  - Close
289
321
 
322
+ - Jira
323
+
324
+ - Add backlog to Jira...
325
+
326
+ - Update backlog in Jira...
327
+
328
+ - Add releases to Jira...
329
+
330
+ - Update releases in Jira...
331
+
332
+ - Order releases in Jira...
333
+
334
+ - Rename releases in Jira...
335
+
336
+ - Rank items in Jira...
337
+
290
338
  ## Test summary
291
339
 
292
- - Test result: 1545 passed in 32s
340
+ - Test result: 2284 passed, 7 deselected in 44s
293
341
  - No flake8 warnings.
294
342
  - No mypy errors found.
295
343
  - No python layout warnings.
296
- - Built version(s): 0.2
344
+ - Built version(s): 0.3
297
345
  - Build and test using Python 3.14.6
@@ -1,34 +1,3 @@
1
- Metadata-Version: 2.4
2
- Name: backlogops-gui
3
- Version: 0.2
4
- Summary: Graphical user interface for backlog operations.
5
- Author: Tom Björkholm
6
- Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
7
- License-Expression: MIT
8
- Project-URL: Homepage, https://bitbucket.org/tom-bjorkholm/backlog-ops
9
- Project-URL: Source code, https://bitbucket.org/tom-bjorkholm/backlog-ops
10
- Project-URL: Documentation, https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/
11
- Keywords: backlog,release planning,agile,scrum,scheduling,roadmap,project management,product owner,product management
12
- Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.12
14
- Classifier: Programming Language :: Python :: 3.13
15
- Classifier: Programming Language :: Python :: 3.14
16
- Classifier: Operating System :: OS Independent
17
- Classifier: Development Status :: 3 - Alpha
18
- Classifier: Intended Audience :: End Users/Desktop
19
- Classifier: Intended Audience :: Information Technology
20
- Classifier: Topic :: Office/Business :: Scheduling
21
- Requires-Python: >=3.12
22
- Description-Content-Type: text/markdown
23
- License-File: LICENSE.txt
24
- Requires-Dist: backlogops>=0.2
25
- Requires-Dist: argcomplete>=3.6.3
26
- Requires-Dist: versionreporter>=0.3
27
- Dynamic: author
28
- Dynamic: license-file
29
- Dynamic: requires-dist
30
- Dynamic: requires-python
31
-
32
1
  # backlogops-gui
33
2
 
34
3
  There are 3 related packages for backlog operations:
@@ -100,6 +69,23 @@ The following functionality is available in all 3 packages:
100
69
  - A wizard to create a backlog-ops configuration file with the workforce, named
101
70
  input and output presets, level names, and status name mapping.
102
71
 
72
+ - Read a backlog and releases from Jira into a backlog and release table.
73
+
74
+ - Write a backlog to Jira, creating a new Jira issue for each backlog item.
75
+
76
+ - Update a backlog that is already in Jira, changing only the chosen columns.
77
+
78
+ - Add the releases to Jira as Jira versions.
79
+
80
+ - Update the releases in Jira, setting their dates to the planned release dates.
81
+
82
+ - Order the releases in Jira by date, by a name list, or by the input order.
83
+
84
+ - Rename releases in Jira, changing the Jira version names.
85
+
86
+ - Move backlog items to a chosen anchor in the Jira rank order, following a key
87
+ list.
88
+
103
89
  ## The operating model
104
90
 
105
91
  The operating model that most of the functionality is designed for is that the
@@ -135,8 +121,9 @@ the library:
135
121
  before the parent item starts, and the parent item cannot finish before all
136
122
  its children have finished.
137
123
 
138
- - `release` The release of the backlog item. Optional. Follows the same
139
- character rules as the key. Must not be empty string.
124
+ - `release` The release of the backlog item. Optional. Must not be empty string,
125
+ must not start or end with whitespace, and must not contain tabs, newlines or
126
+ control characters.
140
127
 
141
128
  - `team` The team responsible for the backlog item. Optional. Must not be empty
142
129
  string. Must be a valid team name. If None the item can be done by any team.
@@ -176,21 +163,27 @@ To install backlogops-gui on Microsoft Windows, run the following command:
176
163
  pip install --upgrade backlogops-gui
177
164
  ````
178
165
 
166
+ ## Using backlogops documentation
167
+
168
+ For a better understanding of how to use the library, CLI or GUI, see the user
169
+ documentation:
170
+ [Using backlogops](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc//using_backlogops/README.md)
171
+
179
172
  ## API documentation
180
173
 
181
174
  For more detailed code documentation, see the API documentation:
182
175
 
183
- - [Library public API](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_api.md)
176
+ - [Library public API](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_api.md)
184
177
 
185
- - [Library protected API](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_api.md)
178
+ - [Library protected API](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_api.md)
186
179
 
187
- - [Library public CLI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_cli.md)
180
+ - [Public CLI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_cli.md)
188
181
 
189
- - [Library protected CLI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_cli.md)
182
+ - [Protected CLI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_cli.md)
190
183
 
191
- - [Library public GUI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_gui.md)
184
+ - [Public GUI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_gui.md)
192
185
 
193
- - [Library protected GUI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_gui.md)
186
+ - [Protected GUI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_gui.md)
194
187
 
195
188
  ## Graphical user interface for backlog manipulation
196
189
 
@@ -229,8 +222,12 @@ is in the menus.
229
222
 
230
223
  - File
231
224
 
232
- - Read backlog...: Read in a file with a backlog and list of releases.
233
- A new backlog window will be opened with the read in backlog.
225
+ - Read backlog from file...: Read in a file with a backlog and list
226
+ of releases. A new backlog window will be opened with the read in
227
+ backlog.
228
+
229
+ - Read backlog from Jira...: Read a backlog and list of releases from
230
+ Jira. A new backlog window will be opened with the read in backlog.
234
231
 
235
232
  - New demo backlog: Create a demo backlog with some backlog items and
236
233
  releases. A new backlog window will be opened with the demo backlog.
@@ -239,6 +236,9 @@ is in the menus.
239
236
 
240
237
  - Configuration
241
238
 
239
+ - Load configuration file...: Load a configuration file, replacing the
240
+ configuration currently active in the application.
241
+
242
242
  - Run configuration wizard...: this lets you configure the teams that work on
243
243
  the backlog and also other aspects like the dates the company is
244
244
  closed for vacation, and preset configuration for the inputs or
@@ -287,11 +287,27 @@ one with the list of releases. You will want to use the menus.
287
287
 
288
288
  - Close
289
289
 
290
+ - Jira
291
+
292
+ - Add backlog to Jira...
293
+
294
+ - Update backlog in Jira...
295
+
296
+ - Add releases to Jira...
297
+
298
+ - Update releases in Jira...
299
+
300
+ - Order releases in Jira...
301
+
302
+ - Rename releases in Jira...
303
+
304
+ - Rank items in Jira...
305
+
290
306
  ## Test summary
291
307
 
292
- - Test result: 1545 passed in 32s
308
+ - Test result: 2284 passed, 7 deselected in 44s
293
309
  - No flake8 warnings.
294
310
  - No mypy errors found.
295
311
  - No python layout warnings.
296
- - Built version(s): 0.2
312
+ - Built version(s): 0.3
297
313
  - Build and test using Python 3.14.6
@@ -1,3 +1,35 @@
1
+ Metadata-Version: 2.4
2
+ Name: backlogops-gui
3
+ Version: 0.3
4
+ Summary: Graphical user interface for backlog operations.
5
+ Author: Tom Björkholm
6
+ Author-email: Tom Björkholm <klausuler_linnet0q@icloud.com>
7
+ License-Expression: MIT
8
+ Project-URL: Homepage, https://github.com/tom-bjorkholm/backlog-ops
9
+ Project-URL: Source code, https://github.com/tom-bjorkholm/backlog-ops
10
+ Project-URL: Documentation, https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/using_backlogops/README.md
11
+ Keywords: backlog,release planning,agile,scrum,scheduling,roadmap,project management,product owner,product management
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Classifier: Programming Language :: Python :: 3.14
16
+ Classifier: Operating System :: OS Independent
17
+ Classifier: Development Status :: 3 - Alpha
18
+ Classifier: Intended Audience :: End Users/Desktop
19
+ Classifier: Intended Audience :: Information Technology
20
+ Classifier: Topic :: Office/Business :: Scheduling
21
+ Classifier: Typing :: Typed
22
+ Requires-Python: >=3.12
23
+ Description-Content-Type: text/markdown
24
+ License-File: LICENSE.txt
25
+ Requires-Dist: backlogops>=0.3
26
+ Requires-Dist: argcomplete>=3.7.0
27
+ Requires-Dist: versionreporter>=0.4
28
+ Dynamic: author
29
+ Dynamic: license-file
30
+ Dynamic: requires-dist
31
+ Dynamic: requires-python
32
+
1
33
  # backlogops-gui
2
34
 
3
35
  There are 3 related packages for backlog operations:
@@ -69,6 +101,23 @@ The following functionality is available in all 3 packages:
69
101
  - A wizard to create a backlog-ops configuration file with the workforce, named
70
102
  input and output presets, level names, and status name mapping.
71
103
 
104
+ - Read a backlog and releases from Jira into a backlog and release table.
105
+
106
+ - Write a backlog to Jira, creating a new Jira issue for each backlog item.
107
+
108
+ - Update a backlog that is already in Jira, changing only the chosen columns.
109
+
110
+ - Add the releases to Jira as Jira versions.
111
+
112
+ - Update the releases in Jira, setting their dates to the planned release dates.
113
+
114
+ - Order the releases in Jira by date, by a name list, or by the input order.
115
+
116
+ - Rename releases in Jira, changing the Jira version names.
117
+
118
+ - Move backlog items to a chosen anchor in the Jira rank order, following a key
119
+ list.
120
+
72
121
  ## The operating model
73
122
 
74
123
  The operating model that most of the functionality is designed for is that the
@@ -104,8 +153,9 @@ the library:
104
153
  before the parent item starts, and the parent item cannot finish before all
105
154
  its children have finished.
106
155
 
107
- - `release` The release of the backlog item. Optional. Follows the same
108
- character rules as the key. Must not be empty string.
156
+ - `release` The release of the backlog item. Optional. Must not be empty string,
157
+ must not start or end with whitespace, and must not contain tabs, newlines or
158
+ control characters.
109
159
 
110
160
  - `team` The team responsible for the backlog item. Optional. Must not be empty
111
161
  string. Must be a valid team name. If None the item can be done by any team.
@@ -145,21 +195,27 @@ To install backlogops-gui on Microsoft Windows, run the following command:
145
195
  pip install --upgrade backlogops-gui
146
196
  ````
147
197
 
198
+ ## Using backlogops documentation
199
+
200
+ For a better understanding of how to use the library, CLI or GUI, see the user
201
+ documentation:
202
+ [Using backlogops](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc//using_backlogops/README.md)
203
+
148
204
  ## API documentation
149
205
 
150
206
  For more detailed code documentation, see the API documentation:
151
207
 
152
- - [Library public API](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_api.md)
208
+ - [Library public API](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_api.md)
153
209
 
154
- - [Library protected API](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_api.md)
210
+ - [Library protected API](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_api.md)
155
211
 
156
- - [Library public CLI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_cli.md)
212
+ - [Public CLI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_cli.md)
157
213
 
158
- - [Library protected CLI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_cli.md)
214
+ - [Protected CLI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_cli.md)
159
215
 
160
- - [Library public GUI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_gui.md)
216
+ - [Public GUI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_gui.md)
161
217
 
162
- - [Library protected GUI](https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/backlogops_protected_gui.md)
218
+ - [Protected GUI code documentation](https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/backlogops_protected_gui.md)
163
219
 
164
220
  ## Graphical user interface for backlog manipulation
165
221
 
@@ -198,8 +254,12 @@ is in the menus.
198
254
 
199
255
  - File
200
256
 
201
- - Read backlog...: Read in a file with a backlog and list of releases.
202
- A new backlog window will be opened with the read in backlog.
257
+ - Read backlog from file...: Read in a file with a backlog and list
258
+ of releases. A new backlog window will be opened with the read in
259
+ backlog.
260
+
261
+ - Read backlog from Jira...: Read a backlog and list of releases from
262
+ Jira. A new backlog window will be opened with the read in backlog.
203
263
 
204
264
  - New demo backlog: Create a demo backlog with some backlog items and
205
265
  releases. A new backlog window will be opened with the demo backlog.
@@ -208,6 +268,9 @@ is in the menus.
208
268
 
209
269
  - Configuration
210
270
 
271
+ - Load configuration file...: Load a configuration file, replacing the
272
+ configuration currently active in the application.
273
+
211
274
  - Run configuration wizard...: this lets you configure the teams that work on
212
275
  the backlog and also other aspects like the dates the company is
213
276
  closed for vacation, and preset configuration for the inputs or
@@ -256,11 +319,27 @@ one with the list of releases. You will want to use the menus.
256
319
 
257
320
  - Close
258
321
 
322
+ - Jira
323
+
324
+ - Add backlog to Jira...
325
+
326
+ - Update backlog in Jira...
327
+
328
+ - Add releases to Jira...
329
+
330
+ - Update releases in Jira...
331
+
332
+ - Order releases in Jira...
333
+
334
+ - Rename releases in Jira...
335
+
336
+ - Rank items in Jira...
337
+
259
338
  ## Test summary
260
339
 
261
- - Test result: 1545 passed in 32s
340
+ - Test result: 2284 passed, 7 deselected in 44s
262
341
  - No flake8 warnings.
263
342
  - No mypy errors found.
264
343
  - No python layout warnings.
265
- - Built version(s): 0.2
344
+ - Built version(s): 0.3
266
345
  - Build and test using Python 3.14.6
@@ -12,14 +12,32 @@ src/backlogops_gui/__init__.py
12
12
  src/backlogops_gui/__main__.py
13
13
  src/backlogops_gui/_migrate_warn.py
14
14
  src/backlogops_gui/application.py
15
+ src/backlogops_gui/backlog_actions.py
16
+ src/backlogops_gui/backlog_dialogs.py
15
17
  src/backlogops_gui/backlog_io.py
16
18
  src/backlogops_gui/backlog_window.py
17
19
  src/backlogops_gui/blog_version_reporter.py
20
+ src/backlogops_gui/choice_dialogs.py
21
+ src/backlogops_gui/close_binding.py
22
+ src/backlogops_gui/file_choosers.py
23
+ src/backlogops_gui/format_dialogs.py
18
24
  src/backlogops_gui/gui_style.py
19
25
  src/backlogops_gui/gui_wizard.py
20
- src/backlogops_gui/io_dialogs.py
26
+ src/backlogops_gui/jira_actions.py
27
+ src/backlogops_gui/jira_base.py
28
+ src/backlogops_gui/jira_dialogs.py
29
+ src/backlogops_gui/jira_order.py
30
+ src/backlogops_gui/jira_rank.py
31
+ src/backlogops_gui/jira_read.py
32
+ src/backlogops_gui/jira_rename.py
33
+ src/backlogops_gui/jira_update.py
34
+ src/backlogops_gui/jira_write.py
21
35
  src/backlogops_gui/log_buffer.py
36
+ src/backlogops_gui/modal_dialog.py
22
37
  src/backlogops_gui/py.typed
23
38
  src/backlogops_gui/python_version.py
39
+ src/backlogops_gui/report_windows.py
24
40
  src/backlogops_gui/table_view.py
25
- src/backlogops_gui/tcltk_version.py
41
+ src/backlogops_gui/tcltk_version.py
42
+ src/backlogops_gui/wizard_table.py
43
+ src/backlogops_gui/wizard_window.py
@@ -0,0 +1,3 @@
1
+ backlogops>=0.3
2
+ argcomplete>=3.7.0
3
+ versionreporter>=0.4
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "backlogops-gui"
7
- version = "0.2"
7
+ version = "0.3"
8
8
  authors = [
9
9
  { name="Tom Björkholm", email="klausuler_linnet0q@icloud.com" },
10
10
  ]
@@ -25,14 +25,15 @@ classifiers = [
25
25
  "Development Status :: 3 - Alpha",
26
26
  "Intended Audience :: End Users/Desktop",
27
27
  "Intended Audience :: Information Technology",
28
- "Topic :: Office/Business :: Scheduling"
28
+ "Topic :: Office/Business :: Scheduling",
29
+ "Typing :: Typed"
29
30
  ]
30
31
  dynamic = ["dependencies"]
31
32
 
32
33
  [project.urls]
33
- "Homepage" = "https://bitbucket.org/tom-bjorkholm/backlog-ops"
34
- "Source code" = "https://bitbucket.org/tom-bjorkholm/backlog-ops"
35
- "Documentation" = "https://bitbucket.org/tom-bjorkholm/backlog-ops/src/master/doc/"
34
+ "Homepage" = "https://github.com/tom-bjorkholm/backlog-ops"
35
+ "Source code" = "https://github.com/tom-bjorkholm/backlog-ops"
36
+ "Documentation" = "https://github.com/tom-bjorkholm/backlog-ops/blob/master/doc/using_backlogops/README.md"
36
37
 
37
38
  [project.gui-scripts]
38
39
  backlogops-gui = "backlogops_gui.application:main"
@@ -5,7 +5,7 @@ from setuptools import setup
5
5
 
6
6
  setup(
7
7
  name='backlogops-gui',
8
- version='0.2',
8
+ version='0.3',
9
9
  description='Graphical user interface for backlog operations.',
10
10
  author='Tom Björkholm',
11
11
  author_email='klausuler_linnet0q@icloud.com',
@@ -19,8 +19,8 @@ setup(
19
19
  ]
20
20
  },
21
21
  install_requires=[
22
- 'backlogops >= 0.2',
23
- 'argcomplete >= 3.6.3',
24
- 'versionreporter >= 0.3'
22
+ 'backlogops >= 0.3',
23
+ 'argcomplete >= 3.7.0',
24
+ 'versionreporter >= 0.4'
25
25
  ]
26
26
  )