Skip to content

Move Anime Caching Logic to the shared NineAnimatorCommon library#4

Open
uttiya10 wants to merge 1 commit intoSuperMarcus:masterfrom
uttiya10:rewrite-anime-watchers
Open

Move Anime Caching Logic to the shared NineAnimatorCommon library#4
uttiya10 wants to merge 1 commit intoSuperMarcus:masterfrom
uttiya10:rewrite-anime-watchers

Conversation

@uttiya10
Copy link
Collaborator

By moving the caching logic to the shared library, we can use it in app extensions. However, there is still more work to be done in future PRs:

  • We need to move the cache (and maybe other user data?) into a shared container so the main app and extensions can be in-sync.
  • Currently, all notification related information is stored in the system's notification center. This means if the user we're to remove the notification, the new information cannot be displayed in-app (as its been removed). Currently, app extensions do not have access to posting notifications, so we might need to implement an alternative data store to handle new content updates.

@uttiya10 uttiya10 requested a review from SuperMarcus August 28, 2021 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant