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

PostWritePage 내용 임시 저장(tempSave) #211

Merged
merged 5 commits into from
Aug 29, 2024

Conversation

thomaskim1130
Copy link
Contributor

Overview

postWritePage에 '임시 저장하기' 기능 추가

Changes

  • postWritePage에서 나가기 확인 dialog상 '임시 저장' 버튼 추가
  • cache_functions를 활용해 글 제목, 내용, 게시판 등 cache에 저장
  • 이후 첫 로딩 시 캐시 여부 확인

Implementaion Method

  • cache_functions를 통해 SharedPreferences에 저장
  • dialog에서 '나가기'를 누르면 cache clear
  • '임시 저장'을 누를 시 cache에 저장
  • 이후 postWritePage 접속 시마다 확인

After Changes

  • postWritePage에서 나가도 내용을 임시로 저장할 수 있음

Related Issues

Rollback Scenario

TODO

postWritePage의 나가기 dialog에 '임시 저장하기' 버튼 추가
@thomaskim1130 thomaskim1130 added the enhancement New feature or request label Aug 11, 2024
@thomaskim1130 thomaskim1130 added this to the v1.2.0 milestone Aug 11, 2024
@thomaskim1130 thomaskim1130 linked an issue Aug 11, 2024 that may be closed by this pull request
@thomaskim1130 thomaskim1130 changed the title Feat(dialogs.dart): Added tempSave button PostWritePage 내용 임시 저장(tempSave) Aug 11, 2024
thomaskim1130 and others added 4 commits August 12, 2024 07:13
PostWritePage의 ExitConfirmDialog의 onTap 메소드를 추가함(onTapSave/onTapConfirm).
이후 사용 파일 내부에서 임시 저장 코드를 구현하도록 함.
onTapSave(임시저장) 이후, onTapConfirm(나가기)를 자동으로 호출하도록 함.
누락된 post_write_page.dart의 내용을 커밋함.
@thomaskim1130 thomaskim1130 merged commit 589e926 into dev Aug 29, 2024
4 checks 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] PostWritePage 글 내용 캐싱
2 participants