feat: improve Board View - add Assignee filter and improved cursor handling
Adds ability to filter Board View by Assignee
Improves cursor handling so cursor scrolls to next available item, even when columns are empty. Ensure highlighted issue always remains in view.
@skomae thanks for that PR!
I need a little more time to look on it, but I will do it for soon
Thanks @mk-5
You'll note I've added additional commits since posting the PR:
- add
--board=param to startup for setting a board id - fix feature removal for selecting and moving an issue with [Enter]
- board view now filters to use issues from the current sprint only
Codecov Report
:x: Patch coverage is 53.41365% with 116 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 78.90%. Comparing base (664f0c3) to head (f2ff1a0).
:warning: Report is 3 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 81.16% 78.90% -2.26%
==========================================
Files 67 67
Lines 3329 3551 +222
==========================================
+ Hits 2702 2802 +100
- Misses 489 596 +107
- Partials 138 153 +15
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.