Skip to content
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 23 commits into from
Nov 16, 2024
Merged

Multiple board support #3

merged 23 commits into from
Nov 16, 2024

Conversation

Zaloog
Copy link
Owner

@Zaloog 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

Zaloog added 23 commits November 9, 2024 13:12
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
@Zaloog Zaloog merged commit 101c1d8 into main Nov 16, 2024
11 checks passed
@Zaloog Zaloog deleted the multiple-board-support branch November 16, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant