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

Investigation how to wrap around CoreData for UI updates, to use a custom solution behind it #689

Open
BPerlakiH opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@BPerlakiH
Copy link
Collaborator

As discussed we need to bridge down to C++, but keep the existing "dynamic" update of the applications, as data changes.
There needs to be some investigation first what would be the most efficient way to do this that:

  • can be used in a generic way (ideally regardless of the data type)
  • can update the UI in a similar manner as the current Core Data solution, which is based on background context update, and view context display
  • can be done in a Swift-y way, so other developers can easily understand how to use it (eg. based on similar annotations to CoreData).
@BPerlakiH BPerlakiH self-assigned this Mar 10, 2024
@BPerlakiH BPerlakiH changed the title Spike Wrapping CoreData UI update into a custom solution Investigation how to wrap around CoreData for UI updates, to use a custom solution behind it Mar 10, 2024
@kelson42 kelson42 added the task label Mar 20, 2024
@kelson42 kelson42 added this to the 3.4.0 milestone Mar 20, 2024
@kelson42 kelson42 pinned this issue Sep 21, 2024
@kelson42 kelson42 modified the milestones: 3.6.0, 3.7.0 Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants