refactor/add-new-kanban#68
Merged
Merged
Conversation
…ed layout and header integration
…ks for board column removing
…rule for board, task features
…g for board column creation
…umnDialog with projectId handling
…efault color handling
…pability; add skeleton components for loading states
soorq
reviewed
Jun 3, 2026
…as, and enhance sorting functionality - Removed `getBoardViewList` and `getBoardView` methods from `BoardQueries`. - Deleted `mockBoard` and related mock data from `mock-data.ts`. - Updated `BoardMapper` to accept a column list for sorting. - Enhanced `Board` and `BoardColumn` schemas with new properties and validation. - Simplified `CreateBoardColumnFormSchema` and `CreateBoardFormSchema`. - Refactored default values in board and column creation forms. - Updated UI components to reflect changes in data structure and naming conventions. - Introduced `createSortingSchema` for consistent sorting parameter handling.
79b49c1 to
6337dce
Compare
kapitulin24
reviewed
Jun 20, 2026
- refactor: reorganize color constants - fix(TaskColumnHeader): improve color handling logic, normalize color case to prevent duplicate keys - refactor(project): fix store creation - refactor(layout): font was remove from layout - refactor: simplify auth type import
56788f7 to
2728a60
Compare
- split board navigation, header, content and view switcher into separate components - replace board-with-tasks mapper with kanban-specific data mapping and task grouping - move ProjectKanban to view data props with optimistic kanban state and query cache updates - add project board view data type and update board/column mutation hooks - adjust board creation/removal dialogs and column form return values
6a7dea2 to
ee4edde
Compare
kapitulin24
approved these changes
Jun 22, 2026
This file contains hidden or 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
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.
Что сделано
Проверка
pnpm lintpnpm typecheck