Releases: ErikVerheul/OneBacklog
Releases · ErikVerheul/OneBacklog
New feature and refactoring
New feature
- In context menu: Show userstory or task from planning board in backlog tree view.
Refactoring
- Story and task layout in planning board
- Reset the eventlistener in the component where it is activatedw
- Undo move now uses the priority instead of the saved index to position the inserted item
Merge views
Due to performance improvements in Vue and the current browsers there is no need to limit the number of rows in the tree view.
Refactoring
- Merge detail- and coarse view (overview) to one Backlog tree view
- Update APO rights
- Upgrade dependencies
- Update modal prop to latest bootstrap-vue-next version
Refactoring move functionality
Refactoring
- Replace move code with efficient database bulk update posts
- Concentrate move rules in one place
- Create module for the filter, id selection and search in titles
- Upgrade dependencies
New feature, refactoring and bug fix
New feature
- When signing-in with the Ctrl key down the default tree view is loaded ignoring the saved view of the users last session.
Refactoring
- The tree Filter, Select on (short) id and Search in titles are refactored
- Introduce a saparate isLeaf property for de coarse view
- Load the tree before displaying the details view instead of doing that simultaniously
Bug fixes
- Fix 'Create a product' option not visable due to obsolete template tags
Major change due to better performance of Vue and the browsers
New feature
- Moving backlog items between products in the detail view is now possible without using the context menu
Refactoring
- Allow all products to be opened in the detail view
- Save and retrieve tree expansion status when switching between detail and coarse view
- Adapt dependencies handling to multiple producs opened in the detail view
Bug fixes
- When another product is selected in the Details view, under conditions, the dragging mode is intiated: fixed
- Node not selected when opening context menu: regression fixed
Refactoring and bug fixes
Refactoring
- Show DEMO in header only if signed-in as demoUser
- Show extra info on sign-in page if signing-in as demoUser
Bug fixes
- When another product is selected in the Details view, under conditions, the dragging mode is intiated: fixed
- Node not selected when opening context menu: regression fixed
Refactoring and bug fix
Refactoring
- Show warning when the user exits the app irregularly
- Show a modal while signing out to prevent any user input in the process
- Event history: Use different text colors depending on the background
- Catch error due to unsufficient access rights seperately
Bug fix
- Planning board: Fix bug when productId is not assigned to the user
Newe feature
New feature
- Feature to set the time recent changes to backlog items are annotated with a badge icon implemented
Update user guide
New feature
New feature
- Save and restore tree view between sessions per database. When the user switches database the data are still available
Update user GUIDE
New Feature, performance
New feature
- Save and restore tree view between sessions
Performance
- Skip roundtrip to users database on load when not necessary