Commit graph

108 commits

Author SHA1 Message Date
WilsonLe
f62f2a86a6 Merge branch 'main' into 375-introduce-bot-custom-mode 2024-06-25 11:56:00 -04:00
ggurdin
ca15a0816c
Merge branch 'main' into combine-into-spaces 2024-06-25 10:48:12 -04:00
ggurdin
16a8383e72 added language dropdown to space analytics list and made timespan dropdown functional, updated fetching of space analytics 2024-06-25 09:28:31 -04:00
Kelrap
64f5f47819 Shorten names in list, ellipses if too long 2024-06-24 15:12:01 -04:00
ggurdin
05a6957141 merge conflicts 2024-06-24 13:15:00 -04:00
ggurdin
1d6db1aabf don't calculate page size if renderbox isn't yet laid out and don't show overlay if context is null 2024-06-24 11:49:22 -04:00
ggurdin
9385ce693a merge conflicts 2024-06-21 16:16:06 -04:00
Kelrap
3ffdd6f264 Use more readable text and selection color 2024-06-21 11:49:35 -04:00
ggurdin
a3763f0306 merge conflicts, also translate to l2 in message translation card if original sent lang code is null 2024-06-20 14:53:04 -04:00
Kelrap
3b7fdf8207 Let new spaces have permissions edited 2024-06-20 13:49:53 -04:00
Kelrap
19b7b70684 Show students class permissions 2024-06-20 12:18:41 -04:00
ggurdin
bbf2536669 Merge branch 'new-merge' into combine-into-spaces 2024-06-20 10:14:53 -04:00
Kelrap
f4bbac63e0 Updates changed country in learning settings 2024-06-19 16:33:15 -04:00
Kelrap
0da687a3f3 Make capacity button action null for students 2024-06-19 15:52:20 -04:00
ggurdin
a2fb240c6e inital work to combine class and exchanges into generalized spaces 2024-06-19 12:18:18 -04:00
ggurdin
df611e5f82 only show top-level spaces in analytics 2024-06-14 12:17:57 -04:00
ggurdin
a9105c0804 Merge branch 'main' into analytics-rooms-data 2024-06-13 16:37:22 -04:00
ggurdin
94aaaf6963 update room capacity when going between different rooms 2024-06-13 16:25:38 -04:00
ggurdin
c8b38ab073 fix for construct caching issues with other user's analytics showing up in the logged in user's analytics 2024-06-13 16:06:07 -04:00
Kelrap
c64829cd3c Fix class analytics overflow 2024-06-13 15:48:46 -04:00
Kelrap
d8dc864616 Present full room error differently 2024-06-13 14:00:15 -04:00
ggurdin
859c283ba3 added class name to analytics title 2024-06-13 13:58:08 -04:00
ggurdin
e96c0e34db constructs data model updates 2024-06-13 09:09:24 -04:00
Kelrap
71e710c777 Added explanation for room capacity 2024-06-10 15:07:51 -04:00
ggurdin
2b4ada3202 switch from children / grandchilden to full space tree. Resolve error with data from visible chats also being counted in private chat analytics 2024-06-10 10:33:38 -04:00
Kelrap
11c986131f Changed capacity to int 2024-06-10 09:55:34 -04:00
ggurdin
e3d30c6207 fix for last message sent on analytics list tiles 2024-06-07 14:25:40 -04:00
ggurdin
20cdc3796a updates to how analytics events are processed, stored, and displayed. Added automatic updating of student analytics events. 2024-06-07 13:58:37 -04:00
Kelrap
db61c1f1cf Fix some capacity enforcement bugs 2024-06-05 16:22:19 -04:00
ggurdin
0e47b84552 navigation updates to make sure update happens after going to sub-space in space analytics 2024-06-05 14:25:35 -04:00
Kelrap
7fd7ec2d7c Add capacity option when creating room 2024-06-05 13:34:12 -04:00
ggurdin
551b0cd407 removed recursive calls to setState in student analytics 2024-06-05 10:35:16 -04:00
Kelrap
ff198f64bc Check capacity when joining room 2024-06-04 16:43:59 -04:00
Kelrap
215686f4a4 Add capacity field, fix details page permissions 2024-06-04 14:59:17 -04:00
ggurdin
1fa677c8f3 Updated UI of error message popup to all constraints and make it scrollable 2024-06-04 13:04:30 -04:00
ggurdin
47246cd392 updates for sub-space analytics 2024-06-04 12:34:01 -04:00
ggurdin
9138940e35 added first initial refresh for new analytics data structure, ensured chat and space list in my analytics is updated 2024-06-04 10:56:30 -04:00
ggurdin
e4357a3e9b update space list on update analytics 2024-06-04 10:15:07 -04:00
ggurdin
91f5fab0ea fix for out-of-date cached analytics not updating 2024-06-04 10:00:04 -04:00
ggurdin
98778abc51 reset chart data after selecting analytics tile 2024-06-03 13:32:12 -04:00
ggurdin
251f7c6582 updated analytics navigation to work with new constructs popup 2024-06-03 12:57:46 -04:00
ggurdin
5bf5c904fa merged in main branch 2024-06-03 12:52:50 -04:00
ggurdin
0f3e1d2cad merge conflicts 2024-06-03 12:31:06 -04:00
ggurdin
04f6894b47 cleanup some commented out code 2024-06-03 11:55:18 -04:00
ggurdin
12e364a32d move student summary analytics events to analytics rooms 2024-06-03 11:47:33 -04:00
ggurdin
38cf8531ba change message error list into dialog 2024-05-29 12:36:09 -04:00
ggurdin
4e8f9abfb0 sort errors by number, prevent horizontal scrolling of analytics tab, join chat on analytics tile click 2024-05-29 12:10:36 -04:00
ggurdin
417d0fde02 hotfix to aggregated construct events with different senders but identical lemmas 2024-05-29 10:44:15 -04:00
Kelrap
e90575efaf Move main extension files, rename secondary extension files 2024-05-27 14:32:04 -04:00
ggurdin
de443179be Merge branch 'main' into ellipses-on-text-overflow 2024-05-27 09:46:23 -04:00