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

6주차 미션 / 서버 2조 정상현 #64

Open
wants to merge 35 commits into
base: main
Choose a base branch
from

Conversation

Mr-Planner
Copy link

  1. AbstractController 객체 생성이후, Controller - AbstractController - XxxController 구조 변환
  2. 각 컨트롤러들의 반환값 ModelAndView변경
  3. 각 컨트롤러들에 AbstractController 클래스의 메소드 적용

최근 4,5주차에 미션구현이 미흡했어서 아직 파일들이 어떻게 상호작용하는 지 잘 모르는 상태입니다.
최대한 이해 해보면서 ModelAndView를 적용하려고 노력을 해보았고, 이번 미션은 사실 전체적인 흐름 구조를 잘 몰라도 새로 작성한 메소드 속성에 맞도록 리팩토링 하면 되는 것 이어서 최대한 형태를 끼워 맞춰 구현했는데 완전히 이해하고 리팩토링 한 것 같지는 않습니다.

특히 헷갈리는 부분은 ShowQnaController, CreateAnswerController가 다른 컨트롤러와는 달리 ModelAndView클래스를 생성해서 컨트롤러 내부를 수정하는 해야하는 부분입니다.

lyouxsun and others added 30 commits October 7, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants