Links updated in : Notion Link
Status also updated in : Notion Link
-
Jiye-Backend-goalCRUD
- Pulled from 'develop' branch
- Implement GET/POST in '/goal'
- Implement GET/PUT/DELETE in '/goal/int:goal_id'
- Type casting among datetime ↔ JSON
- Set timezone to Seoul
- CRUD for tags in goal.model (taggableManager)
- Merge to 'develop' branch
- Merge to 'master' branch
- Later TODO : create 'categories'
- Later TODO : CRUD for 'categories'
- Later TODO : Slug datafield in goal.model (this will be implemented when developing goal-detail page)
-
Jiye-Backend-taskCRUD
-
Jiye-Frontend-semanticUI
- Install semanticUI
- Connected semanticUI with React
- Add basics to App.js and Index.js
-
Jiye-Frontend-MenuBar
- Create Menu Bar with Icons - Create / Main / Dashboard / Explore / Profile / Logout
- Connect SemanticUI and set CSS
- Add navigation properties by history.push
-
Jiye-Frontend-goalAndTaskReducer
- Add goalReducer with actions as follows:
- GET_ALL_GOAL
- GET_GOAL
- EDIT_GOAL
- DELETE_GOAL
- Add taskReducer with actions as follows:
- GET_ALL_TASK
- GET_TASK
- EDIT_TASK
- DELETE_TASK
- Add goalReducer with actions as follows:
-
Jiye-Frontend-mainPage
- CreateGoalComponent
- Create Form Title
- Create Form File Input
- Create Form Date (with DatePicker)
- Create From Tag (with addition-allowed/clearable/multiselection dropdown)
- Connect file input url with backend via axios & receive file URL
- Connect CreateGoalComponent with Redux
- CreateGoalComponent