Releases: mario-bermonti/digit_span_tasks
v0.4.0
What’s Changed
Essentially the changes can be categorized as:
- Only a basic digit span task is provided now. The caller must distinguish between practice and experimental sessions and between the digit span forward and backward. All this is achieved through the instructions, which the caller must present.
- Stim are now created by the digit span task based on the specifications provided by the caller.
A more detailed description is:
- deps: Bump to v0.4.0 (#132) @mario-bermonti
- Create stim as part of the digit task configuration (#130) @mario-bermonti
- Require rest instructions and improve 'continue button' text (#128) @mario-bermonti
- improve: Change the 'continue' button text (#126) @mario-bermonti
- Only provide a generic digit span task (#124) @mario-bermonti
👥 List of contributors
v0.3.0
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
digit_span_tasks
now collects start- and end-times for trials, which will allow calculating response times.
A more detailed description is:
- deps: Bump docs to v0.3.0 (#122) @mario-bermonti
- Collect start and end time for trials (#120) @mario-bermonti
- dependencies: Upgrade cognitive_data to latest commit (#118) @mario-bermonti
👥 List of contributors
v0.2.2
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
Upgrading the version of dependencies, particularly of cognitive_data
A more detailed description is:
- Bump version to v0.2.2 (#115) @mario-bermonti
- Upgrade dependencies (#113) @mario-bermonti
- deps: Bump DigitSpanTasks to v0.2.1 (#111) @mario-bermonti
👥 List of contributors
v0.2.1
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
Bump cognitive_data dep to v0.2.0
A more detailed description is:
- deps: Bump cognitive_data dep v0.2.0 (#109) @mario-bermonti
👥 List of contributors
v0.2.0
What’s Changed
Essentially the changes can be categorized as:
Summarize changes here
The way that DigitSpanTasks manages data was completely restructured. It uses the cognitive_data package to manage the data and simplify the process.
DigitSpanTasks now also collects metadata about sessions and devices and provides the data in better structured.
A more detailed description is:
- deps: Bump version to v0.2.0 (#107) @mario-bermonti
- Use the cognitive_data package to manage the data (#104) @mario-bermonti
- Define a new data model to return to users (#103) @mario-bermonti
- fix: Remove late from DigitSpanTaskData fields (#102) @mario-bermonti
- Remove old code and their references (#101) @mario-bermonti
- Update method that exports data to based on the new way that data is managed (#100) @mario-bermonti
- Collect metadata about the session and devie (#99) @mario-bermonti
- Define a new data model that uses data from the cognitive_data (#98) @mario-bermonti
- Don't manage practice and experimental data separately (#97) @mario-bermonti
- Make startTime and endTime fields in the data manager (#96) @mario-bermonti
- Use sessionID and participantID in DSF DSB (#95) @mario-bermonti
- Improve how the type of session is identified (#94) @mario-bermonti
- improve: Instantiate InMemoryDB in manager (#92) @mario-bermonti
- Require participant and session id i UserConfig (#91) @mario-bermonti
- Add cognitive_data package deps (#90) @mario-bermonti
👥 List of contributors
v0.1.0
What’s Changed
This is the first version of digit_span_tasks. It is the version used by mDigitSpanTasks mario-bermonti/m_digit_span_tasks on the PAMAS study.
A more detailed description is:
- ci: Update release drafter config from website (#88) @mario-bermonti
- feature: Don't submit response with return key (#86) @mario-bermonti
- Install stimuli dependency from github (#84) @mario-bermonti
- Add space between main buttons of the example app (#83) @mario-bermonti
- Improve string representation of Digit Span Task data (#82) @mario-bermonti
- Clean data models (#81) @mario-bermonti
- improv: Don't use participant_id (#80) @mario-bermonti
- Rename app config object to ds config (#79) @mario-bermonti
- Encapsulate data about the session in a model (#78) @mario-bermonti
- refactor(example): Extract methods that run tasks (#77) @mario-bermonti
- improve(example): Change color of buttons (#76) @mario-bermonti
- improve: Improve DSB instructions (#75) @mario-bermonti
- Improve instructions formatting (#74) @mario-bermonti
- Implement digit span forward and backwarss (#73) @mario-bermonti
- UI: Improve how the instructions look (#72) @mario-bermonti
- Rename package to digit_span_tasks (#71) @mario-bermonti
- Fix rest_view horizontal padding (#70) @mario-bermonti
- Refactor general instructions into separate objects (#69) @mario-bermonti
- Integrate response widget into response view (#68) @mario-bermonti
- Improve the ui (#67) @mario-bermonti
- Correctly center elements on screen (#66) @mario-bermonti
- Improve code folder structure (#65) @mario-bermonti
- Add instructions (#64) @mario-bermonti
- improv(example): Add exp trial to showcase rest (#63) @mario-bermonti
- Present practice and experimental trials (#62) @mario-bermonti
- Clean codebase (#61) @mario-bermonti
- Improve docstrings of the package (#60) @mario-bermonti
- Make user config a field in app config (#59) @mario-bermonti
- Update task steps explicitly (#58) @mario-bermonti
- Remove appbar title from most screens to avoid distractions (#57) @mario-bermonti
- Make fields final (#56) @mario-bermonti
- Improve names of methods and files (#55) @mario-bermonti
- Make methods private (#54) @mario-bermonti
- Clean code base (#53) @mario-bermonti
- Fix bug that prevented rest screen from being presented (#52) @mario-bermonti
- refactor: Clean toNextScreen functions (#51) @mario-bermonti
- Refactor updateStep to integrate condition checks (#50) @mario-bermonti
- improv: Handle stim step explicitly (#49) @mario-bermonti
- Setup StimController inside of itself (#48) @mario-bermonti
- [improv] Improve the cohesion of MDigitsController (#47) @mario-bermonti
- make data manager available from MDigits top level widget (#46) @mario-bermonti
- [improv] Insert config in top level widget (#45) @mario-bermonti
- [refactor] Rename exportData to export (#44) @mario-bermonti
- [maint] Remove TODO items (#43) @mario-bermonti
- [maint] Clean codebase from dead code (#42) @mario-bermonti
- Remove onProcess function (#41) @mario-bermonti
- [maint] Remove dead code from stim_controller (#40) @mario-bermonti
- [refactor] Make controller's fields final (#39) @mario-bermonti
- Use custom data objects to manage and share mdigits data (#38) @mario-bermonti
- Use custom data objects to manage and share mdigits data (#37) @mario-bermonti
- Disposer of GetXControllers after use (#36) @mario-bermonti
- Disable tests (#35) @mario-bermonti
- [improv] Run processData in controller and not in view (#34) @mario-bermonti
- Allow-basic-customization (#33) @mario-bermonti
- [improv] Don't randomize stim list (#32) @mario-bermonti
- [example] Show getting data from mdigits (#31) @mario-bermonti
- [improv] Allow running mdigits repeatedly and returning its data (#30) @mario-bermonti
- Minor refactoring and maintenance (#29) @mario-bermonti
- Return to mdigits caller from mdigits controller (#28) @mario-bermonti
- [refactor] Rename status to taskStep (#27) @mario-bermonti
- Implement reactive approach to control mdigits flow (#26) @mario-bermonti
- Improve names by making them shorter (#25) @mario-bermonti
- [maint] Move code in "activity" to src dir (#24) @mario-bermonti
- [maint] Remove audio deps from macos build (#23) @mario-bermonti
- Improve how mdigits is started (#22) @mario-bermonti
- Remove audio deps (#21) @mario-bermonti
- Allow randomization of digits in stim sets (#20) @mario-bermonti
- [example] Improve text in example app (#19) @mario-bermonti
- [improvement] Accept function that processes data (#18) @mario-bermonti
- Improve rest period logic (#17) @mario-bermonti
- [improvment] Return to screen that called mdigits after mdigits finishes (#16) @mario-bermonti
- [maint] Remove dead code from mspelling (#15) @mario-bermonti
- [improv] Submit trial response by pressing enter (#14) @mario-bermonti
- Improve response widget (#13) @mario-bermonti
- Convert activity's components into subfeatures (#12) @mario-bermonti
- [refactor] Clean dead code (#11) @mario-bermonti
- [deps] Commit .dart_tool (#10) @mario-bermonti
- [deps] Lock deps (#9) @mario-bermonti
- [improvement] Only present a button in begin screen (#8) @mario-bermonti
- [fix] Import BeginView in MDigits (#7) @mario-bermonti
- Implement self-paced begin screen (#6) @mario-bermonti
- Fix(mdigits) Don't ref assets in pubspec (#5) @mario-bermonti
- Improve ui elements such as text size (#4) @mario-bermonti
- [feature] Reset stim digit at end of trial (#3) @mario-bermonti
- [feature] Add 1s ISI before presenting stim (#2) @mario-bermonti
- Master (#1) @mario-bermonti