Skip to content

Convert ResourcesViewModel To Use Observation#557

Open
megangadiparthy wants to merge 1 commit into
masterfrom
megan/resources-observation-migration
Open

Convert ResourcesViewModel To Use Observation#557
megangadiparthy wants to merge 1 commit into
masterfrom
megan/resources-observation-migration

Conversation

@megangadiparthy

Copy link
Copy Markdown
Collaborator

Currently ResourcesViewModel uses the ObservableObject paradigm. We should convert the view model to use the Observation framework introduced since iOS 17.

@megangadiparthy megangadiparthy self-assigned this Mar 31, 2026
@megangadiparthy megangadiparthy linked an issue Mar 31, 2026 that may be closed by this pull request

@justinwongeecs justinwongeecs left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We shouldn't check in GoogleService-Info.plist and Secrets.swift. Also I don't think I see any changes checked in for ResourcesViewModel.swift?

Comment thread GoogleService-Info.plist

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We shouldn't check this file into git.

You can remove this file from being tracked by git by I believe via the git restore [PATH TO FILE] command.

Comment thread Secrets.swift

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

We shouldn't check in this file as well.

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.

Convert ResourcesViewModel To Use Observation

2 participants