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
{{ message }}
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.
Firstly great project @rrebase. This feature sounds great. Any ideas on where you would start? - I am new to react.
It would be good to expand the NewBoardDialog to allow users to select from a template, or to create a blank board. I am stuck at the createBoard function, to include columns and tasks on board creation.
Hey @SeanPreusse. Good question, yes it makes sense to expand the NewBoardDialog.
Do you have backend (Django) experience? Currently the createBoard doesn't support adding additional fields about the columns & tasks that would be created with the new board. This will require some changes in the endpoint that creates the board. I imagine that the templates could be predefined in some way and will just have to send the template id when creating the board. Then the endpoint would create the new board & any columns/tasks/labels that are associated with that template.
It would be nice to have the option of choosing a template when creating a new board.
Definition of Done:
The text was updated successfully, but these errors were encountered: