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

Add SwiftUI query example to playgrounds #181

Merged
merged 4 commits into from
Jul 2, 2021
Merged

Add SwiftUI query example to playgrounds #181

merged 4 commits into from
Jul 2, 2021

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Jul 1, 2021

  • Add playgrounds example. Also show how to make a ParseObject Identifiable
  • Add id key to skipKeys in ParseEncoder. This is important because 1) id is a Parse Server special key and cannot be used by ParseObject's, 2) id is used for objects that conform to Identifiable

@codecov
Copy link

codecov bot commented Jul 1, 2021

Codecov Report

Merging #181 (253fdbc) into main (5ee216f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #181   +/-   ##
=======================================
  Coverage   82.25%   82.25%           
=======================================
  Files          71       71           
  Lines        6649     6649           
=======================================
  Hits         5469     5469           
  Misses       1180     1180           
Impacted Files Coverage Δ
...es/ParseSwift/LiveQuery/SubscriptionCallback.swift 95.83% <ø> (ø)
Sources/ParseSwift/Objects/ParseObject.swift 77.27% <ø> (ø)
Sources/ParseSwift/Coding/ParseEncoder.swift 75.16% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ee216f...253fdbc. Read the comment docs.

@cbaker6 cbaker6 merged commit 5b03511 into main Jul 2, 2021
@cbaker6 cbaker6 deleted the swiftUIExamples branch July 2, 2021 20:31
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