Releases: mario-bermonti/mdigit_span_tasks
v0.2.0
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
Adapt mDigitSpanTasks to use new versions of digit_span_tasks and cognitive_data. These changes simplify the code base.
A more detailed description is:
- Bump-v0.2.0 (#48) @mario-bermonti
- Handle the data produced by digit_span_tasks and handled by cognitive_data (#47) @mario-bermonti
- Improve sessionID created by createSessionID() (#46) @mario-bermonti
- Adapt how data is processed to new implementation of the DigitSpanTasks and cognitive_data packages (#45) @mario-bermonti
- Adapt data manager to new implementation of the DigitSpanTasks and cognitive_data packages (#44) @mario-bermonti
- Pass participantID and sessionID when running digit span tasks (#43) @mario-bermonti
- Bump mDigitSpanTasks version to v0.1.0 (#41) @mario-bermonti
👥 List of contributors
v0.1.0
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
This is the first version of mDigitSpanTasks and includes the complete basic functionality.
It uses the DigitSpanTasks package to run the actual digit span tasks and the cognitive_data package to manage the data collected.
It includes a digit span forward and backward that can be selected from a list of cognitive tasks. The data is saved to an SQLite3 database and the mDigitSpanTasks allows exporting the data to the Downloads folder (only supported in Android devices) for analysis.
A more detailed description is:
- Bump mDigitSpanTasks version to v0.1.0 (#41) @mario-bermonti
- ci: Update release drafter's config (#39) @mario-bermonti
- dep: Pin cognitive_data and digit_span_tasks deps (#37) @mario-bermonti
- Add real trials to task (#36) @mario-bermonti
- Export-data (#34) @mario-bermonti
- Enable exporting data to downloads folder (#33) @mario-bermonti
- Fix exporting data (#32) @mario-bermonti
- Implement the backend for exporting the data (#31) @mario-bermonti
- Implement export dbs (#30) @mario-bermonti
- Implement creating copy of db (#29) @mario-bermonti
- Init db destination file (#28) @mario-bermonti
- Add db name param to data exporter (#27) @mario-bermonti
- Fix-imports (#26) @mario-bermonti
- Clean dir structure and change data_exporter filename (#24) @mario-bermonti
- Ask storage permission (#23) @mario-bermonti
- Declare data exporting service (#22) @mario-bermonti
- Add an button UI to export data (#21) @mario-bermonti
- Create a data manager (#20) @mario-bermonti
- Process experimental data (#19) @mario-bermonti
- Process experimental data and save it to db (#18) @mario-bermonti
- Merge code that processes practice and experimental data (#17) @mario-bermonti
- Improve organization of code that processes practice data (#14) @mario-bermonti
- Define a service that processes data (#13) @mario-bermonti
- Save data permanently to db (#12) @mario-bermonti
- Add session metadata to db (#11) @mario-bermonti
- Add cognitive_data dependency (#10) @mario-bermonti
- Collect participant info when starting session (#9) @mario-bermonti
- Add a service to run cognitive tasks (#8) @mario-bermonti
- Organize task_list as feature (#7) @mario-bermonti
- refactor: Make task list page stateless (#6) @mario-bermonti
- Improve code organization (#5) @mario-bermonti
- Update automatic config files (#4) @mario-bermonti
- Add basic digit span tasks app (#3) @mario-bermonti
- Add templates for issues and poull requests and configure release-drafter (#2) @mario-bermonti
- Add starter flutter project (#1) @mario-bermonti