-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple board support #3
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
Zaloog
commented
Nov 16, 2024
- Add multi board support
- new table for boards: board_id, name, icon, creation_date
- modal to show boards with option to create / edit / copy / delete boards
- active_board in config which equals the board_id of the current active board
- New Board class
Creates new board table in db and also a new board on app start. Still needs the new active board setting to show which board is active. Then Task query has to be adjusted and also Task creation.
Add connection between tasks and boards via board_id. Add the parameter to sql statements.
New Board is created on initial app start. Now Interaction with boards and creation of new boards is missing
Try with proper formatting of listitem to show additional Infos. Otherwise using a datatable might be more appropiate
Reach 80% Test Coverage Still missing tests for the due date of tasks and switch in the task edit/creation screen.
Add task amount and next due date as new information Also changed Layout of BoardListItem with Rules between Labels
Fixes the focus error on board change due to kanbanboard recompose with short delay similar to the behaviour after changing the config Change the loadgroup of tests to file to fix order and random failures when executing tests in parallel
Creates a new board with same icon and '_copy' suffix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.