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

Use the cognitive_data package to manage the data #104

Merged
merged 79 commits into from
Mar 2, 2024

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    b93e358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    526e5fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from mario-bermonti:add-cognitive_package

    Add cognitive_data package deps
    mario-bermonti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3fab055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba94e9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc246de View commit details
    Browse the repository at this point in the history
  6. Merge pull request #91 from mario-bermonti:require-participant-sessio…

    …n-id
    
    Require participant and session id i UserConfig
    mario-bermonti committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c90663a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f70fc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    9b4500c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #92 from mario-bermonti:use-instance-InMemoryDB

    improve: Instantiate InMemoryDB in manager
    mario-bermonti committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    2d7b1b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfe9c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ca4d30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75b799c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b085236 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #94 from mario-bermonti:session-type

    Improve how the type of session is identified
    mario-bermonti committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d2dbfec View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    bac1a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865179b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c63d9 View commit details
    Browse the repository at this point in the history
  4. refactor(forward): Use participantID to run task

    refactor(forward): Use participantID in runDigitSpanForward
    
    refactor(forward): Add param participantID runDigitSpanForward
    
    refactor(forward): Pass participantID runDigitSpanForward
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3198046 View commit details
    Browse the repository at this point in the history
  5. refactor(forward): Use sessionID to run task

    refactor(forward): Pass sessionID config runDigitSpanForward
    
    refactor(forward): Require sessionID in runDigitSpanForward
    
    refactor(forward): Pass sessionID to runDigitSpanForward
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    79456a3 View commit details
    Browse the repository at this point in the history
  6. refactor(backwards): Use participantID to run task

    refactor(backwards): Pass participantID to config
    
    refactor(backwards): Require participantID to run
    
    refactor(backwards): Pass participantID to runDigitSpanBackwards
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    50d18f2 View commit details
    Browse the repository at this point in the history
  7. refactor(backwards): Use sessionID to run task

    refactor(backwards): Pass sessionID to config
    
    refactor(backwards): Require sessionID run
    
    refactor(backwards): Pass sessionID runDigitSpanBackwards
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    fda607d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #95 from mario-bermonti:fix-issues-session-partici…

    …pant-id
    
    Use sessionID and participantID in DSF DSB
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b7d2404 View commit details
    Browse the repository at this point in the history
  9. refactor: Implement startTime as field in manager

    refactor: Implement startTime as field in manager
    
    improve: Define startTime field in manager
    
    refactor: Fix setting startTime
    
    refactor: Make startTime private
    
    Can be squashed into previous commits
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    cffd715 View commit details
    Browse the repository at this point in the history
  10. refactor: Remove addStartTime method

    startTime will be set directly on the field.
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    750329a View commit details
    Browse the repository at this point in the history
  11. refactor: Implement setter for startTime

    refactor: Implement setter for startTime
    
    refactor: Use new startTime setter
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    fe5bc45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c71045 View commit details
    Browse the repository at this point in the history
  13. improve: Implement endTime as field in manager

    improve: Implement endTime as field in manager
    
    improve: Implement endTime as field in manager
    
    improve: Implement endTime as field in manager
    
    improve: Define endTime field in manager
    
    refactor: Fix setting endTime
    
    refactor: Make endTime private
    
    maint: Remove empty lines
    
    lint: Remove empty line
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    33e5fa9 View commit details
    Browse the repository at this point in the history
  14. refactor: Remove addEndTime method

    endTime will be set directly in the field.
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6621b6e View commit details
    Browse the repository at this point in the history
  15. refactor: Implement setter for endTime

    refactor: Implement setter for endTime
    
    refactor: Use new endTime setter
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    276bf23 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4c7ef88 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #96 from mario-bermonti:refactor-start-end-time

    Make startTime and endTime fields in the data manager
    mario-bermonti committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b3f200f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    1fb9f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f36cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e98a71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    074c177 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9e4f13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c62d56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    864aea2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4911b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. refactor: Rename exceptions dir

    refactor: Rename exceptions dir
    
    refactor: Rename exceptions dir
    
    Can be squashed into previous commits
    mario-bermonti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2414e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a80412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf4754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f35ab0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfa2c2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ff6f08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a52369e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d6f9b3 View commit details
    Browse the repository at this point in the history
  9. maint(example): Remove test for example

    Test provided by flutter startup project
    mario-bermonti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    649a390 View commit details
    Browse the repository at this point in the history
  10. test: Add test for convertSessionToTrialType()

    test: Define test for convertSessionToTrialType()
    
    test: Use const instead of final
    
    Can be squashed into previous commits
    mario-bermonti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9fd3899 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f8dcb3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb67c2d View commit details
    Browse the repository at this point in the history
  13. Merge pull request #97 from mario-bermonti:integrate-practice-experim…

    …ental-data
    
    Don't manage practice and experimental data separately
    mario-bermonti committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    46eeaf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. improve: Define data model to return to user

    improve: Define data model to return to user
    
    fix: Fix DigitSpanTaskData constructor
    mario-bermonti committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9a0bf3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf79018 View commit details
    Browse the repository at this point in the history
  3. improve: Impl DigitSpanTaskData.toString()

    improve: Impl DigitSpanTaskData.toString()
    
    fix: Fix DigitSpanTaskData.toString() represen
    mario-bermonti committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    423344e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3e2f90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be8157e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. test: Add test DataManager.collectMetadata()

    test: Incomplete work - add test
    
    test: Fix DataManager.collectMetadata() test
    
    Can be squashed into previous commits
    
    test: Add asserts to DataManager.collectMetadata()
    
    test: Update imports in data_manager_test
    
    test: Cleanup DataManager.collectMetadata() test
    
    Can be squashed into previous commits
    
    doc: Add comment to explain test code
    
    Can be squashed into previous commits
    mario-bermonti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3f86b92 View commit details
    Browse the repository at this point in the history
  2. test: Define setup fun DataManager.collectMetadata

    Can be squashed into previous commits
    mario-bermonti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2d99644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e057d7d View commit details
    Browse the repository at this point in the history
  4. improve: Impl DataManager.collect_metadata()

    improve: Impl DataManager.collect_metadata()
    
    maint: Update data_manager.dart imports
    mario-bermonti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f2cf9a3 View commit details
    Browse the repository at this point in the history
  5. doc: Add docstring to DataManager.collectMetadata()

    doc: Add docstring to DataManager.collectMetadata()
    
    doc: Update docstring DataManager.collectMetadata()
    mario-bermonti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ff09e39 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #99 from mario-bermonti:collect-metadata

    Collect metadata about the session and devie
    mario-bermonti committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    15d9f7a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. doc: Update DataManager.export docstring

    doc: Update DataManager.export docstring
    
    doc: Update DataManager.export docstring
    
    Can be squashed into previous commits
    mario-bermonti committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    233fe2e View commit details
    Browse the repository at this point in the history
  2. test: Add test DataManager.export()

    test: Add test Datamanager.export()
    
    test: Fix DataManager tests
    
    Needed to update setup and teardown to better dispose of
    getx controllers
    
    test: Fix DataManager.export test
    
    Needed to define startTime
    
    test: Simplify DataManager.export test
    
    Removes code that was not needed and uses the participantID defined in
    main.
    mario-bermonti committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    15c382e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1baaa69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6ff6c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6892990 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #100 from mario-bermonti:refactor-export-data

    Update method that exports data to based on the new way that data is managed
    mario-bermonti committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    f168972 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5392ad2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b0d7ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89b7502 View commit details
    Browse the repository at this point in the history
  10. refactor: Fix refs to DigitSpanTaskData

    Originally DigitSpanTasksData
    mario-bermonti committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    fa028be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c91a734 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    78fe487 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #101 from mario-bermonti:clean-old-models-code

    Remove old code and their references
    mario-bermonti committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    37bed22 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb9618b View commit details
    Browse the repository at this point in the history
  15. Merge pull request #102 from mario-bermonti:fix-late-vars

    fix: Remove late from DigitSpanTaskData fields
    mario-bermonti committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    e202fda View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a649a3c View commit details
    Browse the repository at this point in the history