Commit graph

221 commits

Author SHA1 Message Date
William Jordan-Cooley
d26e71123e adding user l1 and l2 to text to speech req 2024-10-22 16:40:44 -04:00
ggurdin
2d9cb5f8d9
clearer error messages on fail to invite bot to space 2024-10-22 15:38:56 -04:00
ggurdin
0d75e961da
changed list from const to final to prevent unsupported operation error on .add() 2024-10-22 09:13:38 -04:00
William Jordan-Cooley
bc20769daa dont give old clients new activity types and catch old activity content better 2024-10-21 16:39:34 -04:00
ggurdin
ac80e6217c
Audio section widget (#744)
first draft of word focus listening activities using text to speech library
2024-10-21 12:53:34 -04:00
ggurdin
9f17cf5dc1
update copy when creating new chat/subspace from space view, show join space error in middle of screen instead of snackbar 2024-10-21 09:49:34 -04:00
ggurdin
2900634900
Merge branch 'main' into 737-private-class-code 2024-10-16 09:13:59 -04:00
WilsonLe
c9a4733fb6 add join with link 2024-10-15 18:04:19 +11:00
WilsonLe
d2f1340f75 add rate limit, add already joined 2024-10-15 17:47:18 +11:00
WilsonLe
f780f450ee Student enter invalid code, shows class room not found error 2024-10-15 17:10:34 +11:00
William Jordan-Cooley
b463558b1a fixing edge case of no l2s 2024-10-14 17:00:15 -04:00
WilsonLe
550c3ab699 ideal case of private class code 2024-10-14 23:43:19 +11:00
ggurdin
fe6836d627
exit getPracticeActivity early if finished is true 2024-10-11 15:40:18 -04:00
WilsonLe
af9ffe79d7 fix multiple empty chat 2024-10-10 15:23:34 +11:00
ggurdin
9321e024e7
cache number of completed activities 2024-10-09 14:56:05 -04:00
ggurdin
50c8828dd6
use activity model instead of activity events 2024-10-09 11:49:48 -04:00
ggurdin
879a52c81f
responded to comment from Will in client code, added fix for mini analytics view level display 2024-10-07 14:48:14 -04:00
William Jordan-Cooley
1849178da9 ui tweaks for subscribe card and audio card 2024-10-06 17:18:35 -04:00
William Jordan-Cooley
240b039ae7 several toolbar UI tweaks 2024-10-05 15:51:17 -04:00
William Jordan-Cooley
f9ad45d203 intelligently choosing tokens and passing all their info 2024-10-02 17:40:16 -04:00
William Jordan-Cooley
8bffe17455 passing practice model instead of activity? 2024-10-02 14:58:29 -04:00
William Jordan-Cooley
f589d2371b exit practice if no activities to do 2024-09-26 13:47:51 -04:00
wcjord
a1f9e6a243
Toolbar practice (#702)
* drafting toolbar with practice

* moved some code around

* turning overlay message content into text buttons for selection, updated toolbar buttons progress bar

* activities displaying and forwarding toolbar

* experimenting with using choice value rather than index for logic

* reimplementation of wordnet results and translation for individual words

* cache and timer

* mostly done with activities in toolbar flow

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: choreo development <williamjordan-cooley@Williams-MacBook-Pro-3.local>
2024-09-25 17:01:58 -04:00
ggurdin
1df329d924
filter out lemmas with saveVocab set to false 2024-09-06 16:11:49 -04:00
ggurdin
0265019284
added 'categories' field to construct use model and started saving morph category 2024-09-06 10:52:13 -04:00
ggurdin
6d4efea322
clear out analytics stream on dispose to prevent carry over across login sessions 2024-08-23 14:19:59 -04:00
ggurdin
54040d841a
add draft construct uses while using language assistance, added morphs to learning progress indicators 2024-08-21 14:01:24 -04:00
ggurdin
75234e6a6f
inital work for having a 2-stage progress bar and saving draft analytics locally 2024-08-14 09:07:10 -04:00
ggurdin
f5c81fe8ec
merge main, resolve conflicts 2024-08-07 17:05:09 -04:00
ggurdin
b8bd90a44d
replace accessToken with matrix access token 2024-08-07 12:48:28 -04:00
ggurdin
500e54bed9
Merge branch 'main' into 512-bump-matrix-sdk 2024-08-07 10:54:44 -04:00
ggurdin
15c2d1dfd9
added analytics view to space view, removed number ticker animation 2024-08-06 15:39:30 -04:00
ggurdin
4278f7b196
get analytics events directly from server, cache last update time for user's l2 2024-08-06 13:40:53 -04:00
ggurdin
785dd47cd9
fixed _maxMessagesCached after testing 2024-07-31 13:08:48 -04:00
ggurdin
a431151a2b
resolved merge conflicts 2024-07-31 12:56:21 -04:00
ggurdin
9f69360f24
use construct use type pointValues to calculate XP and level 2024-07-31 12:52:43 -04:00
ggurdin
4ede7c9bdd
store new construct uses locally. use a combination of those and stored analytics events to update mini analytics UI. 2024-07-30 16:44:12 -04:00
ggurdin
b68faab251
Merge branch 'main' into dont-name-bot-analytics-rooms 2024-07-30 12:52:49 -04:00
ggurdin
d9f272e389
don't have analytics rooms for bot user 2024-07-30 12:52:23 -04:00
ggurdin
1abbb8ee3f
on profile create, also create pangea profile. If there's no pangea profile when fetching access token, create one. 2024-07-30 12:45:31 -04:00
ggurdin
bead112d0d
update analytics sending data on message send, instead of listening to onSync stream 2024-07-29 15:25:30 -04:00
ggurdin
c5187c7639
added learning summary to chat list, removed references to summary analytics 2024-07-29 14:52:09 -04:00
ggurdin
e32de242d8
Merge branch 'main' into 512-bump-matrix-sdk 2024-07-26 15:13:23 -04:00
WilsonLe
68ca0e770e change the way getTimeline is used, bump matrix sdk version 2024-07-25 11:59:21 -04:00
Kelrap
a87c296c13 Fix difference in function 2024-07-23 12:41:39 -04:00
Kelrap
f2e112789d Permissions default to yes/student choice 2024-07-23 10:17:40 -04:00
ggurdin
6378c59a2b reduced the number of calls to postLoad and the number of awaits for analytics room management 2024-07-19 13:06:19 -04:00
ggurdin
8f08646623 merge conflict 2024-07-16 10:34:40 -04:00
ggurdin
057f07d210 removed debugger statement from my_analytics_controller update function - not an error state 2024-07-16 10:04:34 -04:00
ggurdin
8acc793f0c added documentation to user controller and user model 2024-07-12 14:26:44 -04:00