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

[♻️ Refactor] 1.0 각 파트 버그 수정 및 마이그레이션 및 리펙토링 #53

Open
seochan99 opened this issue Apr 7, 2024 · 1 comment

Comments

@seochan99
Copy link
Member

seochan99 commented Apr 7, 2024

🛠 Issue

희찬 파트 버그 수정 및 마이그레이션 및 리펙토링진행

📝 To-do

  • [ ]
  • ├── bindings
  • │ └── root_binding.dart
  • ├── firebase_options.dart
  • ├── languages.dart
  • ├── main.dart
  • ├── main_app.dart
  • ├── models
  • │ ├── record_word_model.dart
  • │ ├── user_word_model.dart
  • │ ├── word_card_model.dart
  • │ └── word_data_model.dart
  • ├── providers
  • │ └── temp
  • ├── repositories
  • │ └── temp
  • ├── services
  • │ └── auth
  • │ └── auth_service.dart
  • ├── utilities
  • │ ├── app_routes.dart
  • │ ├── base
  • │ │ └── supported_locale.dart
  • │ ├── style
  • │ │ └── color_styles.dart
  • │ └── validators
  • │ └── auth_validators.dart
  • ├── viewModels
  • │ ├── Paragraph
  • │ │ └── learning_session_screen_viewmodel.dart
  • │ ├── auth
  • │ │ ├── email_login_viewmodel.dart
  • │ │ └── email_signup_viewmodel.dart
  • │ ├── home
  • │ │ └── home_viewmodel.dart
  • │ ├── profile
  • │ ├── record
  • │ │ └── record_viewmodel.dart
  • │ ├── root
  • │ │ └── root_viewmodel.dart
  • │ ├── script
  • │ │ ├── analyze_viewmodel.dart
  • │ │ ├── create_script_viewmodel.dart
  • │ │ └── learning_session_screen_viewmodel.dart
  • │ ├── study
  • │ │ ├── date_study_screen_viewmodel.dart
  • │ │ └── study_viewmodel.dart
  • │ ├── user
  • │ │ └── user_viewmodel.dart
  • │ └── word
  • │ └── word_viewmodel.dart
  • └── views
  • ├── auth
  • │ ├── auth_card_widget.dart
  • │ ├── auth_dialog.dart
  • │ ├── email_login_screen.dart
  • │ ├── email_signup_screen.dart
  • │ └── login_screen.dart
  • ├── base
  • │ ├── base_screen.dart
  • │ ├── base_widget.dart
  • │ └── default_back_appbar.dart
  • ├── home
  • │ ├── home_head_widget.dart
  • │ ├── home_screen.dart
  • │ └── widget
  • │ ├── bottom_widget.dart
  • │ ├── mid_widget.dart
  • │ ├── study_chart.dart
  • │ └── top_widget.dart
  • ├── paragraph
  • │ ├── analyze_screen.dart
  • │ ├── create_script_screen.dart
  • │ └── learning_session_screen.dart
  • ├── profile
  • │ ├── profile_account
  • │ │ └── profile_account_screen.dart
  • │ ├── profile_divider_widget.dart
  • │ ├── profile_header_widget.dart
  • │ ├── profile_language_setting
  • │ │ └── profile_language_setting.dart
  • │ ├── profile_screen.dart
  • │ ├── profile_setting_row_box_widget.dart
  • │ └── profile_setting_row_btn_widget.dart
  • ├── realtime
  • │ └── real_create_script_screen.dart
  • ├── root
  • │ ├── custom_bottom_navigation_bar.dart
  • │ └── root_screen.dart
  • ├── script
  • │ ├── analyze_screen.dart
  • │ ├── create_script_screen.dart
  • │ ├── learning_session_screen.dart
  • │ ├── user_script_screen.dart
  • │ └── widget
  • │ └── small_card.dart
  • ├── study
  • │ ├── date_study_screen.dart
  • │ ├── study_main.dart
  • │ └── widget
  • │ ├── contribution.dart
  • │ ├── study_card_widget.dart
  • │ ├── study_main_body_widget.dart
  • │ └── study_row_card_widget.dart
  • ├── test
  • │ └── test.dart
  • └── word
  • ├── widget
  • │ ├── blue_back_appbar.dart
  • │ ├── fail_word_dialog_widget.dart
  • │ ├── highlight_mistake_text_widget.dart
  • │ ├── sentence_alert_widget.dart
  • │ ├── sentence_guide_widget.dart
  • │ ├── sucess_word_dialog_widget.dart
  • │ ├── word_list_widget.dart
  • │ ├── word_result_dialog_widget.dart
  • │ ├── word_sentence_widget.dart
  • │ └── word_youtube_widget.dart
  • └── word_screen.dart
@seochan99
Copy link
Member Author

Screenshot 2024-04-07 at 9 16 59 PM

작업하시면서 위젯위에 /// 주석도 !

bunju20 added a commit that referenced this issue Apr 10, 2024
paragraph 뷰및 뷰모델을 삭제 후 script의 뷰및 뷰 모델로 병합.wordScreen에서 스터디모드인지 아닌지 받아오도록 수정.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants