You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Implementation Details
When converting the boards into draggable canvases, you can follow this as a guide, or ignore it:
The text was updated successfully, but these errors were encountered: