Commit graph

57 commits

Author SHA1 Message Date
Kelrap
dc79b98ea6
More thorough error logging (#1297)
* Data is required for .logError

* Edit data for readability

* remove commented out breadcrumbs

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2024-12-23 15:05:17 -05:00
wcjord
ccf19aa8a4 remove context from span data, improve isITStart 2024-12-20 08:26:33 -05:00
a_youngdiggs
4cc7483c27
fixed igc match and implemented cache system (#1165)
* fixed igc match and implemented cache system

* code cleanup

* remove unused spanDetailsCache

* updated igc request hash function, use igc request hash as cache key

* give both caches their own timer and clear on interval

* made igc data cache entries into futures and removed previous message cache

* clear IGC cache at the right time, restart timer if it's been stopped

---------

Co-authored-by: choreo development <williamjordan-cooley@Williams-MacBook-Pro-3.local>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
2024-12-12 09:45:04 -05:00
ggurdin
0add6b19eb
locally cache subscription info 2024-11-14 16:25:36 -05:00
ggurdin
542958dcb3
cast subscription duration as enum value 2024-11-04 09:40:07 -05:00
ggurdin
0b8862751d
merge main into move-server-main 2024-11-01 09:20:06 -04:00
ggurdin
d0caf01e4d
some refactoring to subscriptions, added auto 1-day pretrial 2024-10-29 15:20:55 -04:00
William Jordan-Cooley
dd29817e08 using user languages in tokenization and language detectio 2024-10-25 11:28:45 -04:00
ggurdin
e7debbdd39
fixed some incorrect URLs and request setups 2024-10-21 10:33:54 -04:00
Brord van Wierst
21641f514a
removed base url from languages 2024-10-21 09:57:53 -04:00
Brord van Wierst
c600621cac
remoived accestoken 2024-10-21 09:57:46 -04:00
Brord van Wierst
14475a9d64
removed old code 2024-10-21 09:57:28 -04:00
Brord van Wierst
8c4619dfdc
moved revenuecat 2024-10-21 09:57:12 -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
William Jordan-Cooley
381769a6e4
adding user id to igc request 2024-08-30 10:14:10 -04:00
ggurdin
b5abef7d1a
moved previous message function to igc controller 2024-08-30 10:02:10 -04:00
Kelrap
54d63b1a4f
Fix audio errors 2024-08-30 10:01:56 -04:00
Kelrap
34d02bb95c
Remove prev message from span 2024-08-30 10:01:47 -04:00
Kelrap
2ca6d102aa
Add json methods to PreviousMessage 2024-08-30 10:01:23 -04:00
Kelrap
55d75efa06
Forgot to save earlier 2024-08-30 10:01:13 -04:00
Kelrap
61d20f8b37
Add prevMessages to more places 2024-08-30 10:01:05 -04:00
Kelrap
20ffe7ba37
Pass previous X messages to IGC 2024-08-30 10:00:48 -04:00
ggurdin
b8bd90a44d
replace accessToken with matrix access token 2024-08-07 12:48:28 -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
8f08646623 merge conflict 2024-07-16 10:34:40 -04:00
ggurdin
3759731d48 code cleanup 2024-07-12 14:06:21 -04:00
ggurdin
ca9dcba4e7 removed any functionality attached to pangea profile, only use it to migrate. Made matrix profile a class with instance members. 2024-07-12 13:52:46 -04:00
ggurdin
303d2b1e17 switched accessToken back to be non-nullable 2024-07-11 13:11:20 -04:00
William Jordan-Cooley
d02acc9884 switching to token focus of saving constructs 2024-07-03 18:07:33 -04:00
William Jordan-Cooley
266826fd0e take out hasInfo 2024-07-03 14:01:54 -04:00
William Jordan-Cooley
2526331706 using getIGCTextData to fetch tokens and languages if not present 2024-06-30 12:08:30 -04:00
William Jordan-Cooley
919cfc4bd3 improving documentation 2024-06-30 10:36:09 -04:00
ggurdin
bbf2536669 Merge branch 'new-merge' into combine-into-spaces 2024-06-20 10:14:53 -04:00
ggurdin
652eb77dd5 include all choice list info in span caching, and moved span caching to a seperate file 2024-06-20 10:05:49 -04:00
ggurdin
a2fb240c6e inital work to combine class and exchanges into generalized spaces 2024-06-19 12:18:18 -04:00
ggurdin
01dc89f199 clear cache on send and before getting language help, update span data hashcode 2024-06-14 13:07:26 -04:00
Kelrap
83d7842e94 More specific cache calculation 2024-06-14 11:38:58 -04:00
Kelrap
3766d28206 Fetched choices don't affect cache 2024-06-14 10:04:51 -04:00
ggurdin
14f4192b6f added caching for span details api responses, also pre-calling of span details endpoint for each match after fetching IGC data 2024-06-12 09:58:12 -04:00
ggurdin
e2878a1bca language detection updates 2024-05-23 13:45:17 -04:00
William Jordan-Cooley
aea0c9ccec added language detection controller, edited README, and removed some old code 2024-05-21 17:44:09 -04:00
William Jordan-Cooley
b1c26f0572 speech to text fully drafted 2024-04-11 16:31:10 -04:00
Gabby Gurdin
1623bdf005 refresh button tooltip + message explaining archive, direct chat with support on help button click, ability to purchase subscription if in trial 2024-03-11 12:07:10 -04:00
wcjord
bfdacbf3ad
Merge pull request #85 from pangeachat/dob-buttons
dob picker updates
2024-03-05 10:12:47 -05:00
Gabby Gurdin
cba510ee76 added handling for all cases of null check 2024-03-04 15:58:55 -05:00
Gabby Gurdin
ea3689529b switch to using matrix profile to store DOB 2024-02-26 16:01:08 -05:00
Gabby Gurdin
7b91d14870 translation updates 2024-02-21 14:09:52 -05:00
ggurdin
2cb77732e3 toolbar working 2024-02-07 15:28:52 -05:00
William Jordan-Cooley
361690935d in the midst of it 2024-01-22 13:05:02 -05:00
William Jordan-Cooley
0fb7bec48e choreo endpoint for language list 2024-01-15 16:38:27 -05:00