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

Upgrade to carp_serializable v. 2.0 #419

Closed
20 of 21 tasks
bardram opened this issue Sep 23, 2024 · 2 comments · Fixed by #420
Closed
20 of 21 tasks

Upgrade to carp_serializable v. 2.0 #419

bardram opened this issue Sep 23, 2024 · 2 comments · Fixed by #420
Assignees
Labels
enhancement New feature or request

Comments

@bardram
Copy link
Contributor

bardram commented Sep 23, 2024

Core

  • carp_serializable
  • carp_core
  • carp_mobile_sensing

Sampling Packages

  • carp_apps_package
  • carp_connectivity_package
  • carp_communication_package
  • carp_context_package
  • carp_audio_package
  • carp_survey_package
  • carp_health_package

Wearables

  • carp_movisens_package
  • carp_esense_package
  • carp_polar_package
  • carp_movesense_package

Backends

  • carp_webservices
  • carp_backend
  • carp_firebase_backend

Apps

  • carp_mobile_sensing_app
  • pulmonary_monitor_app

Packages

  • Research Package
  • Cognition Package
@bardram bardram self-assigned this Sep 23, 2024
@bardram bardram added the enhancement New feature or request label Sep 23, 2024
@bardram bardram linked a pull request Sep 23, 2024 that will close this issue
@bardram bardram reopened this Sep 23, 2024
@bardram
Copy link
Contributor Author

bardram commented Oct 9, 2024

Note that the RP and CP packages need to be updated to have JSON of camelCase - right now it is snake_case - which creates inconsistent json..:

I/flutter (24401):  "sensorStartTime": 1728472113369541,
I/flutter (24401):  "data": {
I/flutter (24401):   "__type": "dk.cachet.carp.completedtask",
I/flutter (24401):   "taskName": "Task #16",
I/flutter (24401):   "taskData": {
I/flutter (24401):    "__type": "dk.cachet.carp.survey",
I/flutter (24401):    "surveyResult": {
I/flutter (24401):     "identifier": "demo_survey",
I/flutter (24401):     "start_date": "2024-10-09T13:07:59.565708",
I/flutter (24401):     "end_date": "2024-10-09T13:08:33.358662",
I/flutter (24401):     "results": {
I/flutter (24401):      "demo_1": {
I/flutter (24401):       "identifier": "demo_1",
I/flutter (24401):       "start_date": "2024-10-09T13:07:59.596600",
I/flutter (24401):       "end_date": "2024-10-09T13:08:00.811317",
I/flutter (24401):       "question_title": "Which is your biological sex?",
I/flutter (24401):       "results": {
I/flutter (24401):        "answer": [

@bardram
Copy link
Contributor Author

bardram commented Oct 9, 2024

In RP there is a debug text on right neighbor correct: 1 to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant