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

✨ Feat: 메인 학습페이지, 일별 학습 스크린 구현 및 네비게이션 수정 #24

Merged
merged 11 commits into from
Feb 18, 2024

Conversation

bunju20
Copy link
Contributor

@bunju20 bunju20 commented Feb 17, 2024

🔥 Related Issues

⛅️ 작업 내용

  • 바텀 네비게이션 경로 수정
  • 학습페이지 구현
  • 누르면 각 날에 대한 내용 나오는 부분 구현

👀 스크린샷 / GIF / 링크

메인 학습 페이지

image image

달력 눌렀을때 나오는 페이지

image
List<LearningSession> getSessions() {
    return [
      LearningSession(type: '음소', createdDate: DateTime(2024, 2, 12), text: "가"),
      LearningSession(type: '단어', createdDate: DateTime(2024, 2, 13), text: "가다"),
      LearningSession(type: '문장', createdDate: DateTime(2024, 2, 14), text: "가다 보면 길이 있다."),
    ];
  }

일단 위처럼 뷰모델에서 더미 받아오는 식으로 하긴했는데 실제로는
특정날짜로 접근 -> 위의 데이터 받아와서 -> typt이랑 text만 사용할듯

@seochan99 seochan99 added size/XL and removed size/L labels Feb 18, 2024
@seochan99 seochan99 added size/L and removed size/XL labels Feb 18, 2024
Copy link
Member

@seochan99 seochan99 left a comment

Choose a reason for hiding this comment

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

고생하셔씀다

@seochan99 seochan99 merged commit 56d86cb into GDSC-DGU:develop Feb 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Feature ] 학습페이지 구현
2 participants