diff --git a/package-lock.json b/package-lock.json index f303bc5..462e984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1135,7 +1135,6 @@ "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", - "fsevents": "~2.3.2", "glob-parent": "~5.1.2", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -1325,28 +1324,6 @@ "integrity": "sha512-Rn+lRRfj60r/3svI6NgAVnetzp3vMOj17BThuhshSj/gS1LR03xrjkDYyfPmrYG/0c3D68rC6FNYMQ3yRbiXeQ==", "dev": true, "hasInstallScript": true, - "dependencies": { - "esbuild-android-64": "0.14.44", - "esbuild-android-arm64": "0.14.44", - "esbuild-darwin-64": "0.14.44", - "esbuild-darwin-arm64": "0.14.44", - "esbuild-freebsd-64": "0.14.44", - "esbuild-freebsd-arm64": "0.14.44", - "esbuild-linux-32": "0.14.44", - "esbuild-linux-64": "0.14.44", - "esbuild-linux-arm": "0.14.44", - "esbuild-linux-arm64": "0.14.44", - "esbuild-linux-mips64le": "0.14.44", - "esbuild-linux-ppc64le": "0.14.44", - "esbuild-linux-riscv64": "0.14.44", - "esbuild-linux-s390x": "0.14.44", - "esbuild-netbsd-64": "0.14.44", - "esbuild-openbsd-64": "0.14.44", - "esbuild-sunos-64": "0.14.44", - "esbuild-windows-32": "0.14.44", - "esbuild-windows-64": "0.14.44", - "esbuild-windows-arm64": "0.14.44" - }, "bin": { "esbuild": "bin/esbuild" }, @@ -2208,7 +2185,6 @@ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -2715,9 +2691,6 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.75.6.tgz", "integrity": "sha512-OEf0TgpC9vU6WGROJIk1JA3LR5vk/yvqlzxqdrE2CzzXnqKXNzbAwlWUXis8RS3ZPe7LAq+YUxsRa0l3r27MLA==", "dev": true, - "dependencies": { - "fsevents": "~2.3.2" - }, "bin": { "rollup": "dist/bin/rollup" }, @@ -2999,7 +2972,6 @@ "dev": true, "dependencies": { "esbuild": "^0.14.27", - "fsevents": "~2.3.2", "postcss": "^8.4.13", "resolve": "^1.22.0", "rollup": "^2.59.0" diff --git a/src/1-cardinalkit-app/README.md b/src/1-cardinalkit-app/README.md index 3bf3057..ff9f2be 100644 --- a/src/1-cardinalkit-app/README.md +++ b/src/1-cardinalkit-app/README.md @@ -1,7 +1,7 @@ # CardinalKit iOS app ::: tip -The CardinalKit iOS template application is in maintenance mode as of July 2023. All new projects should use [Stanford Spezi](https://spezi.stanford.edu), our modular and standards-based framework successor to CardinalKit. Check out the [Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication) as a great way to get started. +The CardinalKit iOS template application is in maintenance mode as of July 2023. All new projects should use [Stanford Spezi](https://spezi.stanford.edu), our modular and standards-based digital health framework. Check out the [Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication) as a great way to get started. ::: In this section, we will guide you through setting up a new CardinalKit iOS app using the open-source template available on our Github. You will need a Macintosh computer. diff --git a/src/2-web-dashboard/README.md b/src/2-web-dashboard/README.md index c5a2b89..085ce25 100644 --- a/src/2-web-dashboard/README.md +++ b/src/2-web-dashboard/README.md @@ -1,7 +1,7 @@ # CardinalKit Web Dashboard -::: warning -The CardinalKit team is currently reworking our web dashboard and will provide further updates in early 2023. If you have any questions, please reach out to our team via contact information on [cardinalkit.org](https://cardinalkit.org/). +::: tip +The CardinalKit web dashboard is in maintenance mode as of July 2023. All new projects should use [Stanford Spezi](https://spezi.stanford.edu), our modular and standards-based digital health framework. Check out the [Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication) as a great way to get started. ::: In this section, we will guide you through setting up a CardinalKit Web Dashboard, to manage your CardinalKit iOS app including visualizing sensor data, creating and reviewing survey results. \ No newline at end of file diff --git a/src/README.md b/src/README.md index 2ab8851..7c3c3f7 100644 --- a/src/README.md +++ b/src/README.md @@ -1,10 +1,12 @@ ## Introduction to CardinalKit -CardinalKit is a free and open-source framework for building modern, interoperable digital health applications for research or clinical care designed to minimize the time and effort needed to get your cloud-connected mobile app up and running by providing you pre-built, open-source template apps on both iOS and Android, as well as reusable code libraries and tools for building custom digital health apps and working with mobile health data. +::: tip +We recommend that all new projects on iOS use [Stanford Spezi](https://spezi.stanford.edu), our modular and standards-based digital health framework. Check out the [Spezi Template Application](https://github.com/StanfordSpezi/SpeziTemplateApplication) as a great way to get started! +::: -CardinalKit's template applications can be used as a starting point to build your own digital health app. Our templates include an onboarding & consent process, scheduled tasks, standardized patient surveys, and health data collection from wearables and connected medical devices. CardinalKit also provides a web dashboard which allows researchers and clinicians to view and analyze data collected from study participants and patients. +CardinalKit is a free and open-source framework for building modern, interoperable digital health applications for research or clinical care designed to minimize the time and effort needed to get your cloud-connected mobile app up and running by providing you pre-built, open-source template apps on both iOS and Android, as well as reusable code libraries and tools for building custom digital health apps and working with mobile health data. -CardinalKit has been used to build many real-world digital health projects including research studies, clinical care applications, and consumer health products. Our team is made up of clinicians, researchers, and engineers. The broader CardinalKit digital health community spans many universities and countries! CardinalKit is also used as an educational tool in Stanford Biodesign's Building for Digital Health Course, among others. +CardinalKit's template applications can be used as a starting point to build your own digital health app. Our templates include an onboarding & consent process, scheduled tasks, standardized patient surveys, and health data collection from wearables and connected medical devices. ## Getting Started