Skip to content

Conversation

@natemann
Copy link
Member

@natemann natemann commented Apr 12, 2021

@devadamf, started looking at Unrealm some more. Forked the repo and started adding tests.

Things I would like done before we start trying to implement this in the app

  • Performance Tests
  • RxUnrealm (we need to replace RxRealm)
  • Figure out how LinkingObjects are going to work (Unrealm might already handle this, but unsure)
  • Combine observables with Unrealm

I figure this can be our Friday work for the near future

@natemann natemann requested a review from devadamf April 12, 2021 12:10
var optionalInt: Int? = nil
var optionalDouble: Double? = nil
var date: Date = .init(timeIntervalSince1970: 0)
var optionalDate: Date? = nil

Choose a reason for hiding this comment

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

If you want this to be more comprehensive of primitive types we use in the app, maybe add a Bool and optional Bool to this.

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.

3 participants