* feat(lemma meaning activity): widen distractor range, reduce lemmas where meaning activity required
* feat(lemma meaning activities): make distractor lemmas have same pos
* dev(lemma meaning repo): use local storage instead of in-memory cache
* fix(lemma meaning activity): explicitly prevent the same meanings in distractors
* fix: dart formatting, deleted empty files
---------
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
* starting to change vocab analytics page
* couple extra details
* Add enum for lemma categories
* Set up vocab v2 card
* Adds basic lemma definition page
* Added more elements to definition page
* Add more definition page features
* Add tooltips to definition page icons
* Get forms + examples working
* Add scrolling, edit POS retrieval
* Added POS clarification to duplicate lemmas
* Add comments, minor fix to dots
* fix: dart format and remove duplicate functions
---------
Co-authored-by: wcjord <32568597+wcjord@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
* feat: after completing match in igc, automatically go to next match
* fix: if user ever chose correct choice in span card, auto-select it again on open
* dev: clean up isActivityBasicallyEligible and shouldDoActivity defs
* feat: bring back locking of tools and highlight words with meaning activities
* fix: exclude tokens that are not relevant for meaning activities from proportionOfActivitiesCompleted computation
* fix: show yellow if token meaning activity has been done but shouldDoActivity is true
---------
Co-authored-by: ggurdin <ggurdin@gmail.com>
* feat: invite other admins to analytics rooms
* fix: properly invite space admins to analytics rooms
* feat: simplify process for getting space admins into analytics rooms
* feat: add columns for over and under 80% correct use for original written and system generated uses
* fix: reassign eventID metadata when turning locally saved draft uses into locally saved uses with assosiated eventID
* feat: initial work for space analytics download
* feat: updated spreadsheet columns in space analytics download
* feat: move space analytics download logic to widget
* feat: improved download loading UI
* feat: added error logging to space analytics download dialog
* fix: fix dart formatting for CI
* fix: sorted imports, updated deprecated flutter functions
* fix: format files
* fix: format files
* feat: replace syncfusion flutter package with excel flutter package
* fix: don't run enable google services patch in CI
* fix: update iOS supported platforms for enable ios build script
* fix: commented out linux build in integrate CI