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

Feedback #1

Open
wants to merge 228 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 228 commits into from

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    74478da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    8e48c26 View commit details
    Browse the repository at this point in the history
  2. Create feature_request.md

    GangBean authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fb4385e View commit details
    Browse the repository at this point in the history
  3. Create bug_report.md

    GangBean authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    de5e98f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    264c8bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4156fc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a1a26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    661d9da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed4d92a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    e10ed85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c978a2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c43d25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    864c1e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e35702a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e85d98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a003174 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    5becea8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    4e57552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd4aca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    6c9736f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8daca46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116f931 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from boostcampaitech6/feat/3

    feat: 프로젝트 패키지 구조 설정
    twndus authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    167a81c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae3ed4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c994964 View commit details
    Browse the repository at this point in the history
  7. feat: .gitignore 추가 #5

    GangBean committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    14e4eb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf83f8e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4404e14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97f2180 View commit details
    Browse the repository at this point in the history
  11. feat(RecommendationPage,-utils): 상단 메뉴바 및 RecommendationPage 구현

    버튼에 링크 연결은 되어 있지 않음
    
    #6
    twndus committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b95ba46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03bbcf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    aab5c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f8f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac38b2f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    46313af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29a16a6 View commit details
    Browse the repository at this point in the history
  3. Feat/5 데이터베이스 환경 설정 (#10)

    * feat: .env파일 경로 찾기 구현 #5
    
    * feat: .gitignore 추가 #5
    
    * refactor: 환경변수파일 경로찾기 테스트 parametrize로 변경
    
    #5
    
    * test: 데이터소스 생성 정상 테스트 추가
    
    #5
    
    * feat: 데이터베이스 반환 기능 추가
    
    #5
    
    * feat: 데이터베이스 및 컬렉션 검증 및 반환 기능 구현
    
    #5
    GangBean authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e20ce72 View commit details
    Browse the repository at this point in the history
  4. Feat/17 commitizen 설정 (#18)

    * build: poetry 설정
    
    # 17
    
    * build: 컨벤션에 맞는 commit인지 체크하는 pre-commit hook 정의
    
    # 17
    
    * bump: version 0.1.0 → 0.2.0
    sangwoonoel authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9db9082 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. build: poetry에 pymongo 추가

    # 21
    sangwoonoel committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    11d5c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    425cb3c View commit details
    Browse the repository at this point in the history
  3. feat: 유저 API 구조 설정

    GangBean committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f50125f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2f61b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00df9d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0be9ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04d0e1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81e4ec3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bdff7d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge pull request #27 from boostcampaitech6/feat/2-usercrawl

    Feat/2 usercrawl
    twndus authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    defcd6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0da6634 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8e62a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    094fd14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c32c5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a32b5b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfb0601 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    82523c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa527a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd07afe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65687e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4323e17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88bf840 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac51e4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0520965 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b030d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dff9dbb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9994a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0fd567 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d60b83 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f870eda View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25c7a3b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    50d6120 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    36b167b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4620bec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    883e285 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6832d1c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    8a690e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from boostcampaitech6/feat/21-user-feedback-re…

    …cipes
    
    Feat/21 레시피 리스트 조회 기능 구현
    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ff24458 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d155e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #29 from boostcampaitech6/feat/22-user-feedback

    Feat/22 유저가 요리한 레시피 상태 수정 기능 구현
    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0d2b2da View commit details
    Browse the repository at this point in the history
  5. Delete .gitignore

    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a24a258 View commit details
    Browse the repository at this point in the history
  6. Delete README.xxx

    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8e87c2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be54c70 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #30 from boostcampaitech6/feat/11

    Feat/11 유저 API 구현
    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fe1024b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be5bd6f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #33 from boostcampaitech6/fix/32

    feat: 유저 API 오류 수정 및 datasource ip 변경 #32
    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    887e05c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    90ddffa View commit details
    Browse the repository at this point in the history
  12. Merge pull request #34 from boostcampaitech6/fix/32

    fix: 회원가입 API 수정 #32
    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    13ed9a9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92d0a35 View commit details
    Browse the repository at this point in the history
  14. feat: Update app.py

    uhhyunjoo committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ef6118a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b136fc View commit details
    Browse the repository at this point in the history
  16. Update requirements.txt

    uhhyunjoo committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cbac71c View commit details
    Browse the repository at this point in the history
  17. Merge pull request #36 from boostcampaitech6/fe-recipe

    Update requirements.txt
    uhhyunjoo authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2cef316 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    45bb7e8 View commit details
    Browse the repository at this point in the history
  19. fix: 내가 요리한 레시피 API 404 Not Found 수정 #37

    fix: 내가 요리한 레시피 API 404 Not Found 수정 #37
    GangBean authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    71d5777 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    8bc2218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56616e4 View commit details
    Browse the repository at this point in the history
  3. feat: login 전 메인페이지 구현 #40

    twndus authored and GangBean committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f7e3849 View commit details
    Browse the repository at this point in the history
  4. feat: recommendation 페이지 구현 & st.session_state에서 user_id 사라지는 것 token…

    … 안에 넣는 방식으 로 픽스 #6
    twndus authored and GangBean committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    18290e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    208e61e View commit details
    Browse the repository at this point in the history
  6. feat: 추천 결과 페이지 구현 #9

    twndus authored and GangBean committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8dd486b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82437fb View commit details
    Browse the repository at this point in the history
  8. chore: 불필요한 코드줄 제거

    twndus authored and GangBean committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cb099f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    856e78f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d372d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    771d62c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2eb4795 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b8e228e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f4e3f66 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b8225db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5d685d7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00cde62 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0a152bb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9be1fb1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    06e86fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7009280 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3588d34 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7ff4975 View commit details
    Browse the repository at this point in the history
  24. feat: signinpage-2 구현 #44

    GangBean committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    153707b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6365a76 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3a78513 View commit details
    Browse the repository at this point in the history
  27. feat: signinpage-2 구현 #44

    twndus authored and GangBean committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ec6c321 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a31f1c5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8110ef7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    9f49488 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0d26dea View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    891d890 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    dc85b55 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    6fa8dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    118aacd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    c37033e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e7bff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584d59a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbb9368 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ad9c38 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    b06a765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c5331 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from boostcampaitech6/feat/newfront

    Feat/newfront
    GangBean authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7b48495 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #46 from boostcampaitech6/feat/15

    feat: 유저 선호 후보 레시피 조회 개수 16개로 수정
    GangBean authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4c21471 View commit details
    Browse the repository at this point in the history
  5. Exp/model eval (#53)

    * feat: 1.크롤링 데이터 병합 #51
    
    * feat: 2. 데이터 전처리 코드 업로드 #51
    
    * feat: 학습, 평가 데이터 분할 코드 업로드 #51
    
    * feat: Recbole 요구 조건에 맞춰 데이터셋 변환 코드 업로드 #51
    twndus authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7c247b6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #54 from boostcampaitech6/feat/31-inference

    feat: 배치 서빙 코드 업로드 #31
    GangBean authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e8b6734 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd5a0a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    f903cce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812565f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f50fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b667a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8869522 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    848031d View commit details
    Browse the repository at this point in the history
  7. Update exception

    uhhyunjoo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e52652a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c3b6d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    9930d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3199394 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Merge pull request #60 from boostcampaitech6/exp/model-cb

    Exp/model-cb
    GangBean authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0ca7302 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from boostcampaitech6/exp/model-seq

    feat: sequential recommendation 학습 코드 업로드 #52
    GangBean authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2d609b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811f357 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #63 from boostcampaitech6/feat/39

    [Feat] 장바구니 생성 API 구현 #39
    GangBean authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    bc2a246 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #64 from boostcampaitech6/feat/50

    [Feat] 레시피 데이터 전처리 모듈 구현 #50
    GangBean authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    32fcb00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1b14f1 View commit details
    Browse the repository at this point in the history
  7. feat: sasrec 기반 추론되도록 변경 (cb 및 total은 아직 적용되지 않음, 현재 유저 데이터의 레시피가 인식 …

    …불가한 문제로 가능한 유저 1명으로 고정해둠. 데이터 리셋 및 학습 레시피에 대해서만 피드백하도록 db 및 api 업데이트 후 본 기능 복구 필요) #62
    twndus committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7b63c5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b25607 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5012934 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d4a9228 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    782feee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c2d08a2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    af595e8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3598816 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e4f433 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    55a0501 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4063383 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #69 from boostcampaitech6/exp/model

    Exp/model
    twndus authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    c3e15b0 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #70 from boostcampaitech6/feat/62-serving

    Feat/62 serving
    twndus authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4df6739 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    a1102ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18832b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c0e3fd View commit details
    Browse the repository at this point in the history
  4. Update price crawling

    uhhyunjoo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f0f885f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcc7e6a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #74 from boostcampaitech6/feat/59-crawl-price

    Feat/59 crawl price
    uhhyunjoo authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    33a6842 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac1e458 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27d7e75 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #68 from boostcampaitech6/feat/65

    [Feat] 가격 정보 크롤링 자동화 dag 구성
    uhhyunjoo authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8aa4e0d View commit details
    Browse the repository at this point in the history
  10. Fix _id to ingredient_id

    uhhyunjoo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bca4e67 View commit details
    Browse the repository at this point in the history
  11. Fix _id to ingredient_id

    uhhyunjoo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2350965 View commit details
    Browse the repository at this point in the history
  12. Update import

    uhhyunjoo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bdbd1b3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8bb0c97 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #75 from boostcampaitech6/feat/59-crawl-price

    Feat/59 crawl price
    uhhyunjoo authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4bd58b4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d415120 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #76 from boostcampaitech6/fix/67

    [Fix] 앱 서버 오류 수정 #67
    GangBean authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4bba0bf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    ff08782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5803948 View commit details
    Browse the repository at this point in the history
  3. update: how to image

    uhhyunjoo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5ef7df3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #80 from boostcampaitech6/feat/79-frontend

    [Feat] 프론트엔드 전체 구성 업데이트 #79
    uhhyunjoo authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3310b63 View commit details
    Browse the repository at this point in the history
  5. update: 설명 수정

    uhhyunjoo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0a66b29 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #81 from boostcampaitech6/feat/79-frontend

    update: 설명 수정
    uhhyunjoo authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    186a714 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. feat: missing pages

    uhhyunjoo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    32dc652 View commit details
    Browse the repository at this point in the history
  2. feat: missing home

    uhhyunjoo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8c84bd1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from boostcampaitech6/feat/79-frontend

    [FEAT] missing pages 추가
    uhhyunjoo authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    695d2b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    b340ead View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d63c730 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8f8e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74f2f1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d09bcbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff45cb2 View commit details
    Browse the repository at this point in the history
  7. style: 스타일 수정 #83

    GangBean committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    264fb09 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    33ad3e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b7501b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c02338 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #86 from boostcampaitech6/fix/71-serve

    Fix/71-serve
    twndus authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bfb3d75 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix/71-serve"

    twndus authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8351b5d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #87 from boostcampaitech6/revert-86-fix/71-serve

    Revert "Fix/71-serve"
    twndus authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5a96684 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7c2390 View commit details
    Browse the repository at this point in the history
  8. feat: model version update #88

    twndus committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b5a4e6d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #89 from boostcampaitech6/fix/88-serve

    Fix/88-serve
    twndus authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    205b2ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec0afe9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    956e647 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e6a303 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3fa6f3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a95a6e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8f1d42b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63d0033 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b9af315 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Create README.md

    GangBean authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    eeebe74 View commit details
    Browse the repository at this point in the history
  2. Create preview.html

    GangBean authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1282312 View commit details
    Browse the repository at this point in the history
  3. Update preview.html

    GangBean authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    574150d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f5cef8 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    GangBean authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a8da178 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce19718 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #84 from boostcampaitech6/fix/83

    Fix: 앱 서버 오류 수정 #83
    GangBean authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d253881 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Merge pull request #72 from boostcampaitech6/exp/model-car

    EXP: Context-Aware 모델 학습을 위한 RecBole 코드
    twndus authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    04d3731 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8bada88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from boostcampaitech6/feat/77-mlflow

    Feat/77 MLflow를 통한 머신러닝 라이프 사이클을 관리 코드 작성
    sangwoonoel authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a3d6f64 View commit details
    Browse the repository at this point in the history