StanfordBDHG / PediatricAppleWatchStudy

The Pediatric Apple Watch Study Application
MIT License
5 stars 0 forks source link

Migrate to Spezi 0.7.0 #40

Closed vishnuravi closed 9 months ago

vishnuravi commented 1 year ago

Problem

CardinalKit has been relaunched as Spezi, which has a new structure with updated modules separated out into independent swift packages. Many bug fixes have also been made.

Solution

The PAWS application should be updated to the new Spezi framework, by following the structure of the new Spezi Template Application that can be found at https://github.com/StanfordSpezi/SpeziTemplateApplication

Additional context

No response

Code of Conduct

vishnuravi commented 1 year ago

We are holding off on this migration until all the modules are updated for Spezi 0.7.0. cc: @PSchmiedmayer

vishnuravi commented 1 year ago

All modules have been updated, as well as the template application. We can proceed with this migration.

PSchmiedmayer commented 9 months ago

A large code diff and some steps toward Spezi 1.0 can be found here #42. Still a WIP.