feat: dashboard widget drag-drop customization with persistence#1317
feat: dashboard widget drag-drop customization with persistence#1317DHEVIKA wants to merge 14 commits into
Conversation
|
@DHEVIKA is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
|
Thanks @DHEVIKA for the dashboard drag-drop widget! The concept is great and the implementation with Build failure + Blockers:
Once you fix the pnpm files and rebase, please verify the build passes locally with |
Priyanshu-byte-coder
left a comment
There was a problem hiding this comment.
Two issues:
- pnpm files: This PR includes
pnpm-workspace.yamlandpnpm-lock.yaml. This project uses npm, not pnpm. Please remove these files. - Merge conflicts: There are conflicts with current
mainin multiple files. Please rebase after removing the pnpm files.
|
Your PR has conflicts with the current |
Features
Implementation
Notes
Backend uses in-memory storage for demo purposes (can be upgraded to DB later).