-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature/#70] 내 정보 관리 페이지 & api 구현 #92
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다! ThirdButton의 상하좌우 패딩이 좀 넓은 것 같은데, 혹시 줄일 수 있을까요?
final TextInputType keyboardType; | ||
|
||
/// 수정 가능 여부 체크 | ||
final bool readOnly; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isEditable
이런건 어떨까유 수정 가능 여부면은 true일때 수정이 가능한게 좀더 자연스러워 보여욥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넹 수정하겠습니당
/// 인증 완료 다이얼로그 | ||
void showSnackbar(BuildContext context, String text) { | ||
ScaffoldMessenger.of(context).showSnackBar( | ||
SnackBar( | ||
content: Text(text, style: CogoTextStyle.body14), | ||
backgroundColor: Colors.white, | ||
duration: const Duration(seconds: 4), | ||
), | ||
); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 스낵바도 util로 만들어두면 좋을 것 같아요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
위젯 말고 util로 만드나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
상관 없서요~ 유틸로 만들라는 의미가 한줄로 string 값만 받아서 사용할 수 있도록 만들어서 쓰면 좋지 않을까~ 였습니다
혹시 어떻게 넓다는 말씀이실까욥? |
Issue
Description
코드 구조 요약
MyInfoScreen (UI)
MyInfoViewModel (로직 & 상태 관리)
TODO
현재 코드에서 updateUserInfo(), 서버에게 사용자 정보 patch하기가 작동하지 않습니다.
계속해서 302 오류가 뜨는데 서버분들께서 확인하신 후 추후 고치도록 하겠습니다.
Screenshot
Screen_recording_20250110_035716.mp4
💬 리뷰 요구사항(선택)
현재 재전송 제한 시간을 3분으로 설정해놨는데 몇 분 정도로 해야 적당한지 고민입니다!