Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #1

Open
wants to merge 237 commits into
base: master
Choose a base branch
from
Open

Dev #1

wants to merge 237 commits into from

Commits on Jul 14, 2020

  1. Chore .gitignore

    daseul22 committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    32c422d View commit details
    Browse the repository at this point in the history
  2. Chore package.json

    daseul22 committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    dbec4f3 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    daseul22 authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    087180c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    basic frame update
    daseul22 authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    2573c1b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Update README.md

    Shields.io로 기술 스택 뱃지 구현해봤습니다.(Express)
    daseul22 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3e73ce1 View commit details
    Browse the repository at this point in the history
  2. Chore Task-Card template

    daseul22 committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    3a625e1 View commit details
    Browse the repository at this point in the history
  3. Update Task-Card.md

    template 수정했습니다.
    daseul22 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    4af9c0a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    프로젝트명이 변경되었습니다.
    daseul22 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c1b6667 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    프로젝트명이 변경되었습니다
    daseul22 authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    61d42a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Core / server-setting

    cocoball02 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    97e4792 View commit details
    Browse the repository at this point in the history
  2. Core/Database Setting

    added get, post method in controllers
    cocoball02 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    0f547ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from cocoball02/feature/23

    Feature / 23 / DB 세팅 완료
    daseul22 authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    613265a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b092cf View commit details
    Browse the repository at this point in the history
  5. git ignore 추가

    cocoball02 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1489c7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f33a064 View commit details
    Browse the repository at this point in the history
  7. feat : signup 기능 추가

    - migration에 createdAt, updatedAt default 값 추가
    - models는 프리티어 때문에 변경됨
    - models beforeCreate hooks 추가
    - signup 기능 추가
    cocoball02 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    22e96db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0719b09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8210835 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #32 from cocoball02/feature/6

    Feature / 6 / Signup 기능 구현
    daseul22 authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    01017fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d1b510 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92f07c3 View commit details
    Browse the repository at this point in the history
  13. Style business_number datatype(Integer->String)

     - User테이블에 business_number 컬럼을 Integer에서 String으로 데이터 타입 변경
    daseul22 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    d2552fc View commit details
    Browse the repository at this point in the history
  14. add Fakedata

    daseul22 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    7f5cf83 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b53612c View commit details
    Browse the repository at this point in the history
  16. Simply logging:false

    daseul22 committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    8b05ee9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73b4f38 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Merge pull request #33 from daseul22/feature/28

    Feature / 28 / TestCase 작성 했습니다.(50%)
    daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    87320d6 View commit details
    Browse the repository at this point in the history
  2. Core / server-setting

    cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    b2980ad View commit details
    Browse the repository at this point in the history
  3. Core/Database Setting

    added get, post method in controllers
    cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    dbed844 View commit details
    Browse the repository at this point in the history
  4. changed signin -> signup (#30)

    Seokho-Ham authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0dcbc95 View commit details
    Browse the repository at this point in the history
  5. feat : signup 기능 추가

    - migration에 createdAt, updatedAt default 값 추가
    - models는 프리티어 때문에 변경됨
    - models beforeCreate hooks 추가
    - signup 기능 추가
    cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    ac84fb1 View commit details
    Browse the repository at this point in the history
  6. changed user_admission 1 -> 0

    Seokho-Ham authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a450a2f View commit details
    Browse the repository at this point in the history
  7. Core / package.json(mocha,chai...)

    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    fc3a6a6 View commit details
    Browse the repository at this point in the history
  8. Feat / TestCase(signUp,EmailCheck)

    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    e3291ac View commit details
    Browse the repository at this point in the history
  9. Style business_number datatype(Integer->String)

     - User테이블에 business_number 컬럼을 Integer에서 String으로 데이터 타입 변경
    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    82c9d7d View commit details
    Browse the repository at this point in the history
  10. add Fakedata

    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    300ea12 View commit details
    Browse the repository at this point in the history
  11. Add migration.js(charset,collate -> utf8)

    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    6cee0fd View commit details
    Browse the repository at this point in the history
  12. Simply logging:false

    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    1d390ca View commit details
    Browse the repository at this point in the history
  13. Feat TC(signUp, login, signout, emailcheck)

    daseul22 authored and cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    10fd976 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5c9e9c7 View commit details
    Browse the repository at this point in the history
  15. Fix login fail TC

    로그인 실패 시 TC password부분을 틀리게 수정
    daseul22 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0126cd9 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #34 from daseul22/feature/28

    feature / 28 / TC login 부분 버그 수정
    daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    584e580 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5e33bf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc4588d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f1fc07f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b816767 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #35 from daseul22/feature/28

    Feature / 28 / User TC 작성 완료
    daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    66bcfd6 View commit details
    Browse the repository at this point in the history
  22. Style user_addmission -> user_admission

    데이터 오타 수정
    daseul22 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    caba92c View commit details
    Browse the repository at this point in the history
  23. Merge pull request #36 from daseul22/feature/28

    feature / 28 / TC 오타 수정 했습니다.
    daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    45bfc1d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    426788d View commit details
    Browse the repository at this point in the history
  25. feat / 8 / signout 기능 구현

    cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    49dc9cd View commit details
    Browse the repository at this point in the history
  26. Fix login fail TC

    로그인 실패 시 TC password부분을 틀리게 수정
    daseul22 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    ee95ea9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    acfb417 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2b6de54 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e09a92a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    eb40a96 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    115ac61 View commit details
    Browse the repository at this point in the history
  32. Feature / 5 / Login API 구현 (#37)

    * feat / 5 / login 기능 작성중
    
    * Core / server-setting
    
    * Core/Database Setting
    
    added get, post method in controllers
    
    * changed signin -> signup (#30)
    
    * feat : signup 기능 추가
    
    - migration에 createdAt, updatedAt default 값 추가
    - models는 프리티어 때문에 변경됨
    - models beforeCreate hooks 추가
    - signup 기능 추가
    
    * changed user_admission 1 -> 0
    
    * Core / package.json(mocha,chai...)
    
    * Feat / TestCase(signUp,EmailCheck)
    
    * Style business_number datatype(Integer->String)
    
     - User테이블에 business_number 컬럼을 Integer에서 String으로 데이터 타입 변경
    
    * add Fakedata
    
    * Add migration.js(charset,collate -> utf8)
    
    * Simply logging:false
    
    * Feat TC(signUp, login, signout, emailcheck)
    
    * fix / 6 / signup testcase clear
    
    * feat / 5 / login 기능 구현 완료
    
    * Rename server.test.js to user.test.js
    
    Co-authored-by: Daseul Sim <[email protected]>
    Seokho-Ham and daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    db7c501 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #38 from daseul22/feature/29

    Feature / 29 / Home TC 작성 했습니다.
    daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    7147625 View commit details
    Browse the repository at this point in the history
  34. fix / status code 200 -> 201

    cocoball02 committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    7a2654f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5d94222 View commit details
    Browse the repository at this point in the history
  36. Feature / 9 / EmailCheck 기능 구현 완료 (#39)

    * Core / server-setting
    
    * Core/Database Setting
    
    added get, post method in controllers
    
    * changed signin -> signup (#30)
    
    * feat : signup 기능 추가
    
    - migration에 createdAt, updatedAt default 값 추가
    - models는 프리티어 때문에 변경됨
    - models beforeCreate hooks 추가
    - signup 기능 추가
    
    * changed user_admission 1 -> 0
    
    * Core / package.json(mocha,chai...)
    
    * Feat / TestCase(signUp,EmailCheck)
    
    * Style business_number datatype(Integer->String)
    
     - User테이블에 business_number 컬럼을 Integer에서 String으로 데이터 타입 변경
    
    * add Fakedata
    
    * Add migration.js(charset,collate -> utf8)
    
    * Simply logging:false
    
    * Feat TC(signUp, login, signout, emailcheck)
    
    * feat / 9 / emailcheck 기능 구현 완료
    
    * fix / changed status code 200,404 -> 201,409
    
    Co-authored-by: Daseul Sim <[email protected]>
    Seokho-Ham and daseul22 authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    2348a05 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c383981 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge pull request #40 from cocoball02/feature/8

    Feature / 8 / Signout API 구현 완료
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d37602e View commit details
    Browse the repository at this point in the history
  2. Feature / 12 / Resign 기능 구현 완료 (#41)

    * feat / 12 / resign 기능 구현 완료
    
    * fix / user.test.js resign testcase 수정 완료
    Seokho-Ham authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e0c0389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8dd4ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ab25c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72920d4 View commit details
    Browse the repository at this point in the history
  6. Add fakeData(goods)

    daseul22 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    2ba8bb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05dd913 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9983800 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5652e32 View commit details
    Browse the repository at this point in the history
  10. Simply home TC(404)

    404테스트를 위해 goods테이블 초기화  코드 추가했습니다.
    daseul22 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    bd39458 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fffbb8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #42 from daseul22/feature/28

    Feature / 28 /  [User] signout TC 버그 수정했습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6ec6f8f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #43 from daseul22/feature/29

    Feature / 29 / Home TC 수정, goods Fakedata 파일 만들었습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    b96cfac View commit details
    Browse the repository at this point in the history
  14. Merge pull request #44 from daseul22/feature/3

    Feature / 3 / home API(recommendation, best)작성 했습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    dce0dc2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #45 from daseul22/feature/11

    Feature / 11 / certification(인증) API 구현 했습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e783f04 View commit details
    Browse the repository at this point in the history
  16. Feature / 31/ goods testcase 작성 완료 (#46)

    * feat / goods testcase 구현 완료
    
    * fix / goods.json 삭제, goods.test.js 수정
    Seokho-Ham authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    eeaf873 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e204786 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4b82874 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #47 from daseul22/feature/29

    Feature / 29 / home TC 버그 수정했습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    741ebb7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    718ae9f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a13d376 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e6fb56a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8916625 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #48 from daseul22/feature/29

    Feature / 29 / Home TC afetr 코드 추가했습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e3d2733 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #49 from daseul22/feature/3

    Feature / 3 / home API 문법오류 수정했습니다.
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d57cbab View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6b169a8 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #50 from daseul22/feature/29

    Feature / 29 /  after(destroy)->it(destory)
    daseul22 authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    733ca80 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7ee81cc View commit details
    Browse the repository at this point in the history
  29. Feature/31/ goods testcase 작성 완료 (#51)

    * feat / goods testcase 구현 완료
    
    * fix / goods.json 삭제, goods.test.js 수정
    
    * fix / deleted .request(app), changed routes on describe
    
    * add / fakeData and changed goods.test.js codes
    Seokho-Ham authored Jul 22, 2020
    Configuration menu
    Copy the full SHA
    597ac0e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    fdb42b6 View commit details
    Browse the repository at this point in the history
  31. feat / mypage testcase 구현 완료, goods.json에 userid 값 일부 변경, goods.testc…

    …ase done 위치 수정
    cocoball02 committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    e161541 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Merge pull request #52 from cocoball02/feature/27/mypage_testcase

    Feature / 27 / mypage testcase 구현 완료
    daseul22 authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0487828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2159727 View commit details
    Browse the repository at this point in the history
  3. Feat editUserInfo frame

    daseul22 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0f61cc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c531943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8490135 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #54 from daseul22/feature/28

    Update / 28 / User TC session 코드 추가했습니다.
    daseul22 authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c5c6fe9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    feef92f View commit details
    Browse the repository at this point in the history
  8. Feat editUserInfo API

    daseul22 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    dca2dc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f8a6f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a30bc51 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f74e26 View commit details
    Browse the repository at this point in the history
  12. Feat Goods Info API

    daseul22 committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    9fda6be View commit details
    Browse the repository at this point in the history
  13. Merge pull request #55 from daseul22/feature/15

    Feature/ 15 / EditUserInfo API 작성했습니다.
    daseul22 authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    216117e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #57 from daseul22/feature/4

    Feature / 4 / Goods Info API 작성 했습니다.
    daseul22 authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    18c7128 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a41f15f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7472de4 View commit details
    Browse the repository at this point in the history
  17. Feature / 20 / goods list 기능 구현 (#56)

    * feat/ goods list 기능 구현, goods_list testcase 1가지 추가 및 route 수정
    
    * fix / order_lists table에 order_data 컬럼 데이터 타입 변경, goods list api 리팩토링
    Seokho-Ham authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    cdfee3a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    44fdba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747d6e4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from daseul22/feature/29

    Update / 29 / fakeData 수정했습니다.
    daseul22 authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f69d5a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25e15c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752ee86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ca30ad View commit details
    Browse the repository at this point in the history
  7. Fix user_id(1->3)

    daseul22 committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e9a1f2f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62 from daseul22/feature/14

    Feature / 14 / onSale(등록한 상품) API 구현했습니다.
    daseul22 authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    3081575 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #61 from daseul22/feature/21

    Feature / 21 / registration(goods create) API
    daseul22 authored Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8a5b094 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Feature / 58 / Refactor db (#63)

    * fix/goods-registration 코드 수정
    
    * add/orderslist.json, changed fixture data
    
    * refactor / made associations between tables
    
    * refactor / making association clear
    
    * testcase 작동됨 / but 데이터가 들어가는 순서가 좀 이상함..
    
    * fix / all clear
    Seokho-Ham authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3d08460 View commit details
    Browse the repository at this point in the history
  2. Feature/17/mypage purchase (#65)

    * add / order_lists.json
    
    * feature / 17 / mypage purchase API 구현 완료
    
    - models에 association mapping 수정 완료
    - mypage.test done 위치 수정 완료
    Seokho-Ham authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    168dc9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b30026 View commit details
    Browse the repository at this point in the history
  4. Feat qa_list(POST)

    daseul22 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    2df0e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aca171 View commit details
    Browse the repository at this point in the history
  6. Feature / 18 / review api 구현 완료 (#67)

    * fix / models, testcase
    
    * feature / 18 / review 기능 구현 완료
    Seokho-Ham authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    638a58a View commit details
    Browse the repository at this point in the history
  7. Fix / config file 수정 완료 (#68)

    * changed config.js
    
    * delete / 주석 삭제
    Seokho-Ham authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    9f665a2 View commit details
    Browse the repository at this point in the history
  8. Simply +replyData

    daseul22 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    50598b3 View commit details
    Browse the repository at this point in the history
  9. Feat qa_lists(GET) API

    daseul22 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    2c8e78c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #69 from daseul22/feature/16

    Feature / 16 / QnA Lists API 만들었습니다.
    daseul22 authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f7a00b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    169203a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Feat reply(Post) API

    daseul22 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a983427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a96f80 View commit details
    Browse the repository at this point in the history
  3. Feature / 13 / Mypage - saleAPI 구현 완료 (#71)

    * feat / get method done
    
    * fix/changed config.test
    
    * feat / sale API clear, testcase를 333으로 변경
    
    * delete / post method
    
    * feat / 13 / sale API 구현 완료
    
    - order_date에 값이 들어가지 않는 버그 해결
    
    * Update sale.js
    
    ordelist id 추가
    Seokho-Ham authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    07c9771 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from daseul22/feature/59

    Feature / 59 / reply API 만들었습니다
    daseul22 authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    bee40e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ad8bb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Feature / 74 / JWT 토큰 방식 구현 (#75)

    * refactor / jwt token 인증 방식으로 구현 완료
    
    * feat / 74 / jwt token 방식 구현 완료
    
    - test case 메세지 수정
    - api 내에 에러메세지 수정
    
    * fix / cors origin
    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ecd0245 View commit details
    Browse the repository at this point in the history
  2. Core axios modules

    daseul22 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b0b3152 View commit details
    Browse the repository at this point in the history
  3. Fix typo(traking->tracking)

    daseul22 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c2d770b View commit details
    Browse the repository at this point in the history
  4. Core Tracking_API_KEY

    daseul22 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    55403f9 View commit details
    Browse the repository at this point in the history
  5. Feat axios.get(trackingData)

    daseul22 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    feff9ac View commit details
    Browse the repository at this point in the history
  6. Simply +JWT token code

    daseul22 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6994ab6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    290c949 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #76 from daseul22/feature/27

    Update / 27 / order_lists 컬럼 데이터 타입 변경 했습니다.
    daseul22 authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    0d69884 View commit details
    Browse the repository at this point in the history
  9. made fake Data (#77)

    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a281c1b View commit details
    Browse the repository at this point in the history
  10. fix / testcase email 수정

    cocoball02 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    75ac9a9 View commit details
    Browse the repository at this point in the history
  11. Add/example data (#78)

    * made fake Data
    
    * fix / testcase email 수정
    
    * fix / config.js
    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4b819cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    365142b View commit details
    Browse the repository at this point in the history
  13. fix / config.js

    cocoball02 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    393b684 View commit details
    Browse the repository at this point in the history
  14. fix / testcase email changed (#79)

    * fix / testcase email 수정
    
    * fix / config.js
    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8f14b86 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    313afe3 View commit details
    Browse the repository at this point in the history
  16. Revert "fix / testcase email changed (#79)" (#80)

    This reverts commit 8f14b86.
    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    93e9302 View commit details
    Browse the repository at this point in the history
  17. fix / express-session module 삭제 (#81)

    * fix / testcase email 수정
    
    * fix / config.js
    
    * changed login code
    
    * deleted express-session
    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    15b949d View commit details
    Browse the repository at this point in the history
  18. fix / config.js 재수정 (#82)

    * fix / testcase email 수정
    
    * fix / config.js
    
    * changed login code
    
    * deleted express-session
    
    * changed config.js
    Seokho-Ham authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    42c56b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    7d40269 View commit details
    Browse the repository at this point in the history
  2. Feat tracking API

    daseul22 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    eb9537e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7572e63 View commit details
    Browse the repository at this point in the history
  4. Add / routes, controller 에 confirm, ordercheck api 추가 완료 (#87)

    * fix / testcase email 수정
    
    * fix / config.js
    
    * add / routes, new apis on mypage, controller
    Seokho-Ham authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    eb3c1b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d4f966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a7f925 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8ef173 View commit details
    Browse the repository at this point in the history
  8. Feat ordercheck API

    daseul22 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    bc3b4b0 View commit details
    Browse the repository at this point in the history
  9. Fix/ sale, purchase api (#83)

    * fix / testcase email 수정
    
    * fix / config.js
    
    * add/added response in purchase api, sale api
    Seokho-Ham authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    9480086 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #86 from daseul22/feature/10

    Feature / 10 / tracking API 만들었습니다.
    daseul22 authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    d6336df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28e606c View commit details
    Browse the repository at this point in the history
  12. Feat/85/confirm API 구현 완료 (#88)

    * fix / testcase email 수정
    
    * fix / config.js
    
    * add / routes, new apis on mypage, controller
    
    * fix/orderlist 데이터 수정, mypage test case 추가완료
    
    * feat / 85 / confirmAPI 완성
    
    * testcase 추가 완료
    Seokho-Ham authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    071997e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15e077c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88f46f1 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #89 from daseul22/feature/84

    Feature / 84 / OrderCheck API 구현했습니다.
    daseul22 authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    dae8b72 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c32dba2 View commit details
    Browse the repository at this point in the history
  17. Update mypage.test.js

    Seokho-Ham authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a51f972 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ccffdd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Add / routes, put,delete methods (#94)

    * fix / testcase email 수정
    
    * fix / config.js
    
    * made routes, added put, delete method
    Seokho-Ham authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f4533f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce5ff0 View commit details
    Browse the repository at this point in the history
  3. Feat Cors(PUT, DELETE)

    daseul22 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    43990f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #95 from daseul22/feature/0

    Feature / 0 / Cors 옵션 추가 했습니다.
    daseul22 authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e9c238f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    458db34 View commit details
    Browse the repository at this point in the history
  6. add/testcase 추가 완료

    cocoball02 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    7c49dc6 View commit details
    Browse the repository at this point in the history
  7. fix/q_list testcase

    cocoball02 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5a04793 View commit details
    Browse the repository at this point in the history
  8. Feat qa_lists(PUT, DELETE)

    daseul22 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ec37e3c View commit details
    Browse the repository at this point in the history
  9. Feat reply(PUT, DELETE) API

    daseul22 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    6b2ab74 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #96 from cocoball02/feat/92_93/testcase_reviewUpdate

    Feat /93/ testcase 완성
    daseul22 authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    12731df View commit details
    Browse the repository at this point in the history
  11. Merge pull request #97 from daseul22/feature/90

    Feature / 90 / qa_list API PUT, DELETE method 추가했습니다.
    daseul22 authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    cf3b3e0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #98 from daseul22/feature/91

    Feature / 91 / reply method(PUT, DELETE) 추가 했습니다.
    daseul22 authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4368828 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b3006e6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b9edbb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    1d27795 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from daseul22/feature/3

    Update / 3 / Home 추천상품에 fakeData 추가 했습니다.
    daseul22 authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    60f9f8a View commit details
    Browse the repository at this point in the history
  3. Fix/goods post (#102)

    * 최신 dev / api 모두 통과
    
    * add/data and column
    
    * fix/config
    Seokho-Ham authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    19ec636 View commit details
    Browse the repository at this point in the history
  4. Update qa_lists.js

    Seokho-Ham authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    9fc6c81 View commit details
    Browse the repository at this point in the history
  5. Fix/query parameter (#103)

    * 최신 dev / api 모두 통과
    
    * fix / q_list, review getmethod 쿼리스트링으로 바꿈
    Seokho-Ham authored Aug 1, 2020
    Configuration menu
    Copy the full SHA
    f697c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Feature/24/google oauth (#104)

    * changed login code
    
    * deleted express-session
    
    * changed config.js
    
    * add / google utils folder, moduel
    
    * added passport module
    
    * feat/ google oauth 데이터 받아오기까지는 가능
    
    * 최신 dev / api 모두 통과
    
    * changed goods list - filter 옵션 받도록 설정 완료
    
    * auth file
    
    * feat/24/google_login clear, goods_img datatype is changed to JSON4
    Seokho-Ham authored Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ce9fb01 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Feat/105/searchingapi (#106)

    * 최신 dev / api 모두 통과
    
    * searching 기능 구현 완료
    
    * changed list.js
    Seokho-Ham authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cb964cc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    78d584b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from daseul22/feature/29

    Update / 29 / goods(img,info,recommand) URL 추가 했습니다.
    daseul22 authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    d642a18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    440f171 View commit details
    Browse the repository at this point in the history
  4. Simply goodsData 60%

    daseul22 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    9c0c094 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    daseul22 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5716791 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #108 from daseul22/feature/29

    Update / 29 / goodsData, qa_lists(POST)
    daseul22 authored Aug 5, 2020
    Configuration menu
    Copy the full SHA
    8ba8a99 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Feat / File Upload 구현 (#109)

    * 최신 dev / api 모두 통과
    
    * refactoring jwt
    
    * deleted console.log
    
    * making middleware
    
    * multer module clear
    
    * file upload code done
    
    * upload code fix
    
    * changed review api
    
    * added createdAt on review, qa_list response
    
    * login data fixed
    
    * add/recommend_img file
    Seokho-Ham authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d74bd27 View commit details
    Browse the repository at this point in the history
  2. Update registration.js

    Seokho-Ham authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    ac11052 View commit details
    Browse the repository at this point in the history
  3. Update review.js

    Seokho-Ham authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0d0940e View commit details
    Browse the repository at this point in the history
  4. goodsData 100%

    daseul22 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    a642dc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27a8184 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #111 from daseul22/feature/29

    Update / 29 / goods.json 수정, home(GET recommendation) 수정
    daseul22 authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    97191a2 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    기술스택 뱃지 추가
    daseul22 authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    fbfb6d1 View commit details
    Browse the repository at this point in the history
  8. Feat/110/order api (#112)

    * 최신 dev / api 모두 통과
    
    * add/order.js
    
    * feat/orderAPI
    Seokho-Ham authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    7f80003 View commit details
    Browse the repository at this point in the history
  9. Feat/110/order api (#113)

    * 최신 dev / api 모두 통과
    
    * add/order.js
    
    * feat/orderAPI
    Seokho-Ham authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    e853dfe View commit details
    Browse the repository at this point in the history
  10. changed jwt expire time

    Seokho-Ham authored Aug 6, 2020
    Configuration menu
    Copy the full SHA
    b3adf49 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Update qa_lists.js

    Seokho-Ham authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0f5ed81 View commit details
    Browse the repository at this point in the history
  2. Update review.js

    Seokho-Ham authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    46c009b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    스택 뱃지 추가
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6e5a75e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    뱃지 수정
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0d834ec View commit details
    Browse the repository at this point in the history
  5. Update README.md

    뱃지 위치 수정
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    d5c6d17 View commit details
    Browse the repository at this point in the history
  6. add/order by

    Seokho-Ham authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a69b3e9 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    팀원 소개 포맷 변경
    뱃지 위치 맨위로
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    8a6154d View commit details
    Browse the repository at this point in the history
  8. Update review.js

    Seokho-Ham authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2ac409b View commit details
    Browse the repository at this point in the history
  9. Update README.md

     팀원소개 포맷 변경
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    920216c View commit details
    Browse the repository at this point in the history
  10. Update README.md

    팀원소개포맷변경
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    aed793d View commit details
    Browse the repository at this point in the history
  11. Update README.md

    팀원소개 포맷변경 h3 -> h4
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    4c6680e View commit details
    Browse the repository at this point in the history
  12. Update README.md

    팀원소개
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    b40393b View commit details
    Browse the repository at this point in the history
  13. add / 미들웨어 추가 (#114)

    * 최신 dev / api 모두 통과
    
    * add middleware
    
    * 사진 추가
    
    * fixed middelware
    Seokho-Ham authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    cd64d61 View commit details
    Browse the repository at this point in the history
  14. Feat/maintenance (#115)

    * 최신 dev / api 모두 통과
    
    * add middleware
    
    * 사진 추가
    
    * fixed middelware
    
    * changed goods_img type
    Seokho-Ham authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    1a9d907 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    한 일 추가
    서비스 설명 추가
    와이어 프레임 추가
    워크플로우 추가
    데이터 베이스 스키마 추가
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    8e61efc View commit details
    Browse the repository at this point in the history
  16. Update README.md

    서비스소개 -> 프로젝트 소개 
    프로젝트 소개 위치 변경
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    321e86f View commit details
    Browse the repository at this point in the history
  17. Update README.md

    프로젝트소개->서비스소개
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0bfacb7 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    emoji 추가
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2ae93fc View commit details
    Browse the repository at this point in the history
  19. Update README.md

    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0f666de View commit details
    Browse the repository at this point in the history
  20. Update README.md

    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    f9ef339 View commit details
    Browse the repository at this point in the history
  21. Update README.md

    팀원 작업 추가
    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    49608ba View commit details
    Browse the repository at this point in the history
  22. Update README.md

    daseul22 authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    7372903 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Configuration menu
    Copy the full SHA
    a24c17e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from daseul22/feature/18

    Update / 18 / review get res추가
    daseul22 authored Aug 8, 2020
    Configuration menu
    Copy the full SHA
    0a2d807 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    8de75b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from daseul22/feature/18

    Fix / 18 / qa_list(get)에 attributes(+id)추가
    daseul22 authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    206ac3c View commit details
    Browse the repository at this point in the history
  3. Simply titleData

    daseul22 committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    02c2a01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #118 from daseul22/feature/18

    Update / 18 / home(title)
    daseul22 authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    f25b3eb View commit details
    Browse the repository at this point in the history