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

Implement drag and drop for boards widgets #83

Open
4 tasks
IkeHunter opened this issue Sep 15, 2024 · 0 comments
Open
4 tasks

Implement drag and drop for boards widgets #83

IkeHunter opened this issue Sep 15, 2024 · 0 comments

Comments

@IkeHunter
Copy link
Collaborator

IkeHunter commented Sep 15, 2024

Info

Admins should be able to configure their own custom boards. Saving these boards will be configured in another task, this one is just focused on making the widgets draggable.

So far, the most popular library is react-dnd, and the smoothest is @hello-pangea/dnd. Any other ideas are welcomed.

Task

Primary goal:

  • Admin should be able to create custom boards from a set of draggable widgets.

Implementation Details

When converting the boards into draggable canvases, you can follow this as a guide, or ignore it:

  • Swap the two panels on Boards 1, 2, and 3 (horizontally)
  • Swap the currently playing and up next sections of the left section of boards 1, 2, 3 (vertically)
  • Refactor the widgets to be represented by js objects, these objects will eventually be stored in the database to save board layouts. The type of object will ultimately depend on the library that you settle on
@IkeHunter IkeHunter added the draft Issue is half-baked and needs more information label Sep 15, 2024
@IkeHunter IkeHunter removed the draft Issue is half-baked and needs more information label Jan 2, 2025
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

No branches or pull requests

1 participant