Skip to content

feat: 방문했던 url 상태 기억#117

Merged
chanhihi merged 3 commits intodevelopfrom
dev/116-feat-상태-기억/#116
Mar 26, 2024

Hidden character warning

The head ref may contain hidden characters: "dev/116-feat-\uc0c1\ud0dc-\uae30\uc5b5/#116"
Merged

feat: 방문했던 url 상태 기억#117
chanhihi merged 3 commits intodevelopfrom
dev/116-feat-상태-기억/#116

Conversation

@noeyiz
Copy link
Copy Markdown
Collaborator

@noeyiz noeyiz commented Mar 20, 2024

📌 개요

  • 방문했던 URL에 대한 상태를 기억합니다.

💻 작업 내용

  • NSCache를 사용해서 방문했던 WebViewController를 캐싱합니다.
Screen.Recording.2024-03-20.at.11.01.01.AM.mov

@noeyiz noeyiz added the ✨ Enhancement New feature or request label Mar 20, 2024
@noeyiz noeyiz self-assigned this Mar 20, 2024
@noeyiz noeyiz linked an issue Mar 20, 2024 that may be closed by this pull request
Copy link
Copy Markdown
Member

@chanhihi chanhihi left a comment

Choose a reason for hiding this comment

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

확인했습니다. 고생하셨습니다.

같은 url이 들어오면 어떻게 되나요 ?

Copy link
Copy Markdown
Member

@chanhihi chanhihi left a comment

Choose a reason for hiding this comment

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

NSCache에 대해서 잘 알아 갑니다. 고생하셨습니다

@noeyiz
Copy link
Copy Markdown
Collaborator Author

noeyiz commented Mar 26, 2024

확인했습니다. 고생하셨습니다.

같은 url이 들어오면 어떻게 되나요 ?

같은 url에 대한 처리가 안 되어, UUID를 키값으로 사용하도록 변경했습니다. 감사합니다 !

@chanhihi chanhihi merged commit 0bde795 into develop Mar 26, 2024
@chanhihi chanhihi deleted the dev/116-feat-상태-기억/#116 branch March 26, 2024 10:45
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.

feat: 상태 기억

2 participants