Commit df83fe2
authored
Release v0.7.5 (#244)
* Fixed missing widget name suffixes
([#243](#243)). In this
release, we have addressed an issue related to missing widget name
suffixes ([#243](#243)) by
adding a `_widget` suffix to the name of the widget object in the
dashboards.py file. This change ensures consistency between the widget
name and the id of the query, facilitating user understanding of the
relationship between the two. A new method, _get_query_widget_spec, has
also been added, although its specific functionality requires further
investigation. Additionally, the unit tests in the
`tests/unit/test_dashboards.py` file have been updated to check for the
presence of the `_widget` suffix in widget names, ensuring that the
tests accurately reflect the desired behavior. These changes improve the
consistency of dashboard widget naming, thus benefiting software
engineers utilizing or extending the project's widget-ordering
functionalities.1 parent 9fb74ae commit df83fe2
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments