Skip to content

hhjjpp/swpp2020-team13

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swpp2020-team13

Build Coverage Status Quality Gate Status

Useful Google Links

Links updated in : Notion Link

Development Status per Branch

Status also updated in : Notion Link

backend

  1. Jiye-Backend-goalCRUD

    • Pulled from 'develop' branch
    • Implement GET/POST in '/goal'
    • Implement GET/PUT/DELETE in '/goal/int:goal_id'
    • Type casting among datetimeJSON
    • 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)
  2. Jiye-Backend-taskCRUD

Frontend

  1. Jiye-Frontend-semanticUI

    • Install semanticUI
    • Connected semanticUI with React
    • Add basics to App.js and Index.js
  2. 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
  3. 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
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 48.1%
  • Python 40.7%
  • CSS 8.3%
  • HTML 2.9%