Commit graph

235 commits

Author SHA1 Message Date
ggurdin
6b643a841a
make construct use category a String? instead of a list, set it to POS for vocab constructs 2024-11-01 13:59:23 -04:00
ggurdin
ade8102830
Merge branch 'main' into show-gained-points-in-one-place 2024-11-01 10:28:28 -04:00
ggurdin
7f844ff1a2
decide whether to show points gain animation based on the origin of the point update 2024-10-31 11:42:44 -04:00
WilsonLe
b5fd9bed4b fix bot not responding when new user creates an account and start dm with bot 2024-10-31 17:18:05 +07:00
ggurdin
4e6ac3348c
call setCustomerSubscription after configuring subscription info 2024-10-29 15:52:44 -04:00
ggurdin
d0caf01e4d
some refactoring to subscriptions, added auto 1-day pretrial 2024-10-29 15:20:55 -04:00
ggurdin
c5f0d2188e
Merge branch 'main' into stack-overflow-fix 2024-10-28 15:56:22 -04:00
ggurdin
811c981148
don't call messagesSinceUpdate from clearMessagesSinceUpdate repeatedly 2024-10-28 15:55:56 -04:00
William Jordan-Cooley
dd29817e08 using user languages in tokenization and language detectio 2024-10-25 11:28:45 -04:00
ggurdin
1cc4551e12
Merge branch 'main' into 819-cant-type-with-it-bar 2024-10-24 14:37:53 -04:00
William Jordan-Cooley
00d6277bc6 some code cleanup and comments 2024-10-24 12:48:51 -04:00
ggurdin
23b6dd08b5
when sending analytics to the server at logout, don't update the getAnalytics stream afterwards 2024-10-24 12:19:00 -04:00
ggurdin
0c7042b51c
store num completed activities in memory instead of local cache 2024-10-23 16:36:40 -04:00
William Jordan-Cooley
31b77c6d99 some name cleanup, error handling and dont open overlay if click outside text 2024-10-23 16:36:24 -04:00
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