issues
search
devhausleipzigacademy
/
camp10-finalProject
1
stars
2
forks
source link
create column
#36
Closed
RealBirdMan91
closed
1 year ago
RealBirdMan91
commented
1 year ago
[x] Clicking on the plus button at Kanban board shoud create a new column
[x] Column title should have a focused input field and a check icon on the right to submit the title value
[x] make sure that the colours repeat in order
[x] check that is not allowed that title could be empty
[x] After submiting the title by Clicking the icon or hitting enter. The column should be saved in db (creating an api handler for that)
[x] implement success and error handling (hint: you can use toastify therefor)
make sure that #34 is finished
pswu11
commented
1 year ago
when user is logged in, always look up columns using userId, if return is null, then generate templated columns for this user.
make sure that #34 is finished