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

강의 관련 메서드 전체적으로 수정 + 월별/연도별 그래프 데이터 조회 기능 추가 #193

Merged
merged 15 commits into from
Nov 15, 2024

Conversation

JoJeHuni
Copy link
Contributor

🔘Part

  • BE

  • FE


🔎 작업 내용

  • 기능에서 어떤 부분이 구현되었는지 설명해주세요
    강의 관련 메서드 전체적으로 수정 + 월별/연도별 그래프 데이터 조회 기능 추가했습니다.
    for문으로 해결할 수 있을 것 같아서 OneLectureCategoryListDTO를 지우고 LectureCategoryByLectureDTO로 수정했습니다.

@JoJeHuni JoJeHuni added enhancement New feature or request fix labels Nov 15, 2024
@JoJeHuni JoJeHuni added this to the Lecture Feature milestone Nov 15, 2024
@JoJeHuni JoJeHuni self-assigned this Nov 15, 2024
String date = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd"));
String randomUUID = UUID.randomUUID().toString().substring(0, 8);

if (lectureCategoryCodeList.contains(7)) lectureCodePrefix = "L007";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드가 기똥찹니다

@YuJeeun YuJeeun merged commit 4fa1837 into develop Nov 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants