Open rishavkr08 opened 3 years ago
Created another branch 3-new-task-ui from development.
3-new-task-ui
development
Frontend -
Add Task
NewTaskDrawer
NewTaskForm
Formik
Title, State and Description
create
Backend -
private
task_params
NB - Pushed the changes to 3-new-task-ui and merged to development.
Created another branch
3-new-task-ui
fromdevelopment
.Frontend -
Add Task
in Header.NewTaskDrawer
which open a left pane rendering New task creation form.NewTaskForm
usingFormik
form.Title, State and Description
.create
method in tasks file which takes task form payload to create new task.Backend -
private
methodtask_params
which restricts parameter.create
method in tasks controller, which invokes task_params and create new task.NB - Pushed the changes to
3-new-task-ui
and merged todevelopment
.