Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Create new board from template #11

Open
rrebase opened this issue May 31, 2020 · 3 comments
Open

Create new board from template #11

rrebase opened this issue May 31, 2020 · 3 comments

Comments

@rrebase
Copy link
Owner

rrebase commented May 31, 2020

It would be nice to have the option of choosing a template when creating a new board.

Definition of Done:

  • It's possible to pick a predefined template
  • A set of labels & columns are created with the new board
@rrebase rrebase added the enhancement New feature or request label May 31, 2020
@rrebase rrebase added hacktoberfest and removed enhancement New feature or request labels Oct 2, 2020
@SeanPreusse
Copy link

SeanPreusse commented Apr 22, 2021

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.

@rrebase
Copy link
Owner Author

rrebase commented Apr 24, 2021

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.

@SeanPreusse
Copy link

Thanks, @rrebase! I will run through a few more tutorials and give it a go.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants