Conversation
- /login (POST): 이메일, 비번으로 로그인 - 로그인 성공 시 HttpSession에 "user"라는 이름으로 저장 - /logout (POST): 세션 무효화 - /me (GET): 세션 로그인 상태 확인 (단순 확인용으로 만든 거라 추후 삭제 - login.html / login.js 연동 (fetch 기반 로그인) - application.properties (윈도우 설정 변경 필요)
feat: login #1
- 회원가입 기능 구현 (중복 확인 포함) feat: Implement main page with restaurant list - DB의 Restaurants 테이블 정보를 조회하여 메인 페이지에 동적으로 렌더링 feat: Add category filtering - 컨트롤러에서 @RequestParam으로 category를 받아 필터링 - 서비스 로직에 카테고리별 분기 처리 추가 feat: Implement restaurant detail page - /restaurants/{id} 경로의 상세 페이지 구현 - 맛집 상세 정보 및 해당 맛집의 전체 리뷰 목록 조회 기능 feat: Add review creation - ReviewService, ReviewController (createReview) 추가 - detail.html에 '리뷰 작성' 폼 추가 (POST 요청) - 로그인한 사용자만 작성 가능하도록 세션 연동 feat: Implement review update and delete functionality - ReviewService에 update/delete 로직 및 '리뷰 소유권' 검증 로직 추가 - ReviewController에 update/delete POST 매핑 추가 - detail.html에 '수정', '삭제' 팝업 모달 및 관련 JavaScript 추가
feat: user signup - 회원가입 기능 구현 (중복 확인 포함) feat: Implement main page with restaurant list - DB의 Restaurants 테이블 정보를 조회하여 메인 페이지에 동적으로 렌더링 feat: Add category filtering - 컨트롤러에서 @RequestParam으로 category를 받아 필터링 - 서비스 로직에 카테고리별 분기 처리 추가 feat: Implement restaurant detail page - /restaurants/{id} 경로의 상세 페이지 구현 - 맛집 상세 정보 및 해당 맛집의 전체 리뷰 목록 조회 기능 feat: Add review creation - ReviewService, ReviewController (createReview) 추가 - detail.html에 '리뷰 작성' 폼 추가 (POST 요청) - 로그인한 사용자만 작성 가능하도록 세션 연동 feat: Implement review update and delete functionality - ReviewService에 update/delete 로직 및 '리뷰 소유권' 검증 로직 추가 - ReviewController에 update/delete POST 매핑 추가 - detail.html에 '수정', '삭제' 팝업 모달 및 관련 JavaScript 추가
정적 리소스 분리 및 UI 개선, 공통 푸터 프래그먼트화, 파비콘 추가, 서비스 레이어 평점 요약 로직/검색 기능 도입으로 유지보수성과 UX 향상. - 공통 스타일 common.css로 분리 - 페이지 전용 스타일 login.css, signup.css, main.css, detail.css로 분리 - 상세 페이지 스크립트 detail.js 별도 파일로 분리 및 script 로딩 처리 - footer.html 프래그먼트로 분리 후 모든 페이지에 적용 - 헤더 UI 및 버튼 디자인 개편, 사용하지 않는 버튼 제거 - 상세 페이지 이미지 비율 원본 기준으로 수정 - 미사용 파일 정리(mypage, style.css 등) - favicon 추가 - RestaurantService에 리뷰 수/평점 계산 로직 추가 - 검색 기능 추가 (LIKE %keyword%) 및 빈 결과 처리
feat:평점/검색 기능 도입, 정적 리소스 분리 및 UI 개선
Docs/readme 추가
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.