feat: drag-and-drop employee reordering#81
Open
trinnode wants to merge 3 commits intoGildado:mainfrom
Open
Conversation
Collaborator
|
Hi @trinnode there seem to be a merge conflict, do well to resolve it in good time so I can test and merge your pr. thank you |
Collaborator
Collaborator
|
Hi @trinnode kindly resolve conflicts and let me know, thank you |
…stic updates" This reverts commit 36bb09d.
Author
|
Hello @Wilfred007 I have resolved the conflicts. Thank you |
Author
|
Please ensure these are installed in the target app where this feature is merged: Runtime: @dnd-kit/core and reference the new files in App.tsx |
5 tasks
Author
|
Hello @Wilfred007 , Please merge my PR |
Uchechukwu-Ekezie
pushed a commit
to OpenSourceCOntr/PayD
that referenced
this pull request
Mar 8, 2026
- Add database migrations for schedules and execution_history tables - Implement ScheduleService with CRUD operations and next run calculation - Create REST API endpoints (POST/GET/DELETE /api/schedules) - Implement ScheduleExecutor with cron job for automated payment execution - Integrate with Stellar blockchain for bulk payments - Add comprehensive error handling and validation - Wire cron executor into server startup with graceful shutdown Closes Gildado#81
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.
Closes #68
Description
Implemented drag-and-drop reordering for the employee management table using
@dnd-kit.Technical Approach
@tanstack/react-query. The table reorders instantly on drag end, preventing layout flicker.{ id, newIndex }instead of full employee objects. Added automatic rollback to the previous cache state if the mutation fails.tabIndex={0}and properaria-labels.Screenshots/Screen Recording
Checklist
npm run lintandnpm run buildpass locally