Skip to content

Commit

Permalink
Merge pull request #104 from mario-bermonti:mario-bermonti/issue103
Browse files Browse the repository at this point in the history
Mario-bermonti/issue103
  • Loading branch information
mario-bermonti authored Nov 27, 2024
2 parents 2427760 + 8c2c5cc commit f41f01f
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions docs/design/data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Detail plan of the data the app will collect

## Dimensions

### Participants

- Description:
- General information about the user, their credentials, and their device
- Components (order of priority):
- Participant ID
- Firebase Auth ID
- Messaging tokens
- Date first time app launched
- Date notifications accepted
- Date consent
- App version
- Installation date
- Locale
- Timezone
- Location (country level)
- Nickname
- Pic

### Notifications

- Description:
- Metadata about the notifications delivered to the user and their interaction with them
- Components (order of priority):
- Participant id
- Notification id
- Date time sent
- Date time received
- Date time tapped
- Notification type (e.g., EMA)

### Cognitive tasks

- Description:
- Metadata about the cognitive tasks and data about the trials
- Components (order of priority):
- Metadata
- Session
- Participant id
- Session id
- Start time
- End time
- Device
- Participant id
- Session id
- Aspect ratio
- OS
- OS version
- Device type/model
- Height
- Width
- Trials
- Participant id
- Session id
- Trial type
- Stim
- Response
- Start time
- End time

### Surveys

- Description:
- Metadata about the cognitive tasks and data about the trials
- Components (order of priority):
- Metadata
- Id
- Description
- Start time
- End time
- Items
- Id
- Description
- Start time
- End time
- Type
- Response

0 comments on commit f41f01f

Please sign in to comment.