Commit Graph

130 Commits

Author SHA1 Message Date
Joao Victor
b467050bc7 improvement: make the close button of the user details modal receive focus on open and improve its styling; close the user details modal when an element outside the modal receives focus 2022-06-03 12:12:44 -03:00
Joao Victor
2af2e63860 fix(Dashboard): make username look more clickable 2022-06-03 10:02:46 -03:00
Joao Victor
d9c7449339 fix: some changes required by linter 2022-05-02 16:56:31 -03:00
Anton Georgiev
67c2a336ca
Revert "fix(Dashboard): changes required by linter" 2022-04-29 16:24:34 -04:00
Joao Victor
c3f9bf3ff7 fix(Dashboard): changes required by linter 2022-04-26 18:18:44 -03:00
Joao Victor
bdb8ff9c1a fix: apply charset=UTF-8 to csv data 2022-04-18 09:47:14 -03:00
Joao Victor
1780caacc3 Change calculation of the average column 2022-02-24 11:10:23 -03:00
Joao Victor
78fd2a2cfc Update user on JSON data update 2022-02-24 09:57:02 -03:00
Joao Victor
39e8ff5de4 Add activity score value in 'Activity Score' heading 2022-02-24 08:13:53 -03:00
Joao Victor
fa64baebd7 Fix calculation of graphics in activity score table 2022-02-23 17:52:19 -03:00
Joao Victor
febd19d740 Fix cases of draw with most common answers 2022-02-23 17:40:13 -03:00
Joao Victor
aff0d4006e Fix text overflow in poll item 2022-02-23 17:08:47 -03:00
Joao Victor
fd77591db3 A lot of UI-related fixes 2022-02-23 14:38:29 -03:00
Joao Victor
04f117cac9 Change variable name 2022-02-15 13:38:16 -03:00
Joao Victor
6eb53f47cc Average calculation 2022-02-15 11:52:38 -03:00
Joao Victor
af0b1f3681 Improved accessibility 2022-02-14 15:55:07 -03:00
Joao Victor
7768dba030 Improved styles and icons 2022-02-14 14:54:39 -03:00
Joao Victor
d568856806 New user details modal 2022-02-14 12:30:01 -03:00
Joao Victor
aa0405d849 Removes console.log 2022-02-07 11:44:48 -03:00
Joao Victor
5956071c78 Fixes wrong comparison 2022-02-07 11:18:15 -03:00
Joao Victor
3e515b96e9 Implements some updates on Learning Dashboard 2022-02-07 10:46:47 -03:00
Joao Victor
51bcec9b9e Fix average activity score to prevent a potential 'infinity' 2022-01-18 11:39:30 -03:00
Joao Victor
79e96c0adc LAD patch 2022-01-17 11:50:11 -03:00
Gustavo Trott
baf1b53407 Resolve conflicts in Ramon's 2.4 merge 2022-01-12 19:35:00 -03:00
Ramón Souza
f6e65f58c5 merge 2.4 into develop and resolve conflicts - partial 2022-01-12 16:40:45 +00:00
Joao Victor
675fcd8664 updates react-script and tailwindcss dependencies 2022-01-07 11:20:08 -03:00
Joao Victor
e750f8a2c8 fixes conflict 2021-12-15 16:48:53 -03:00
Joao Victor
87f3b603b2 fixes user row 2021-12-15 15:06:41 -03:00
Anton Georgiev
e4f9de75d8
Merge pull request #13907 from gustavotrott/dashboard-fix-poll-order
Fix: Forces the Polls to be shown in the correct creation order in Dashboard
2021-12-15 12:59:19 -05:00
Joao Victor
5a158061d9 adds support for users grouped by extdId 2021-12-15 13:16:24 -03:00
Joao Victor
e20adadecc merge branch develop 2021-12-15 11:32:30 -03:00
Joao Victor
b54feab6f5 refactors the status timeline 2021-12-15 11:29:20 -03:00
Anton Georgiev
8a5e826fa7
Merge pull request #13926 from gustavotrott/dashboard-24-to-develop-merge
refactor: Merge Dashboard improvements from 2.4 to Develop
2021-12-15 09:25:16 -05:00
Gustavo Trott
dbfa21c14f Truncate big names in Dashboard 2021-12-15 10:49:57 -03:00
Gustavo Trott
35e465387b Merge of last Dashboard 2.4 improvements 2021-12-15 10:35:14 -03:00
Anton Georgiev
3433396672
Merge pull request #13895 from gustavotrott/dashboard-cookies-fix
fix: Reduces Dashboard cookie lifetime
2021-12-14 13:04:07 -05:00
Joao Victor
0b9d99406f fixes verification of slides 2021-12-14 09:39:39 -03:00
Joao Victor
2c1706d186 fixes conflicts 2021-12-13 16:57:18 -03:00
Joao Victor
3754c075ae fixes RTL mode 2021-12-13 16:38:10 -03:00
Gustavo Trott
e03bab1a88 Fix conflicts in Dashboard 2021-12-13 15:23:31 -03:00
Joao Victor
b2075b5bd1 fixes alignment of the emojis and thumbnails 2021-12-13 14:50:10 -03:00
Gustavo Trott
75c0b4e8be Fix order of the Polls in Dashboard 2021-12-13 10:43:11 -03:00
Gustavo Trott
63f60f5009 Reduce Dashboard cookie timelife 2021-12-10 17:15:47 -03:00
Joao Victor
44b6e2d62e fixes bad filter 2021-12-10 11:26:38 -03:00
Joao Victor
4404c8e5c1 fixes bad comparisons 2021-12-10 11:00:39 -03:00
Joao Victor
8cb53ad5c7 indexing with userKey instead of extId 2021-12-10 10:43:46 -03:00
Anton Georgiev
797fc49633 TEMP 2021-12-09 20:37:05 +00:00
Joao Victor
d39d9ec746 adds some linting 2021-12-09 09:07:37 -03:00
Joao Victor
7c192f0b7f removes the default presentation slide 2021-12-08 13:25:55 -03:00
Joao Victor
547197282b feature (Dashboard): add the UI for presentation slides 2021-12-08 10:51:48 -03:00
Gustavo Trott
a8042a5b9e Allow multiple choices poll in Dashboard 2021-12-08 10:40:09 -03:00
Joao Victor
a80d44257b refactor: Dashboard support for users grouped by extId 2021-12-07 13:48:14 -03:00
Joao Victor
50d189cf37 learning dashboard: hides anonymous poll row 2021-12-01 17:46:17 -03:00
Gustavo Trott
fed7b366bf Remove button to Share Dashboard link 2021-11-26 15:50:33 -03:00
Anton Georgiev
fbd84830f7
Merge pull request #13699 from JoVictorNunes/issue-13456
fix: table sizing (learning dashboard)
2021-11-23 14:57:29 -05:00
João Victor
f9fd038d0e fix: download of the user data 2021-11-23 15:23:15 -03:00
João Victor
602ed33b05 moves download data factoring code to services folder and adds location to the table header 2021-11-18 10:03:22 -03:00
Joao Victor
af94ed6ba9 refactors Learning Dashboard and adds new functionalities 2021-11-18 08:23:36 -03:00
Gustavo Trott
b2be395207 Increase Dashboard refresh interval on each fail 2021-11-17 17:11:59 -03:00
Joao Victor
8fcfed64c5 fix: table sizing (learning dashboard) 2021-11-16 09:17:35 -03:00
Gustavo Trott
64be1d1494 Put exclamation point in localized string instead of html 2021-10-20 10:58:27 -03:00
Gustavo Trott
d242276e5b Remove alert function 2021-10-20 10:45:04 -03:00
Anton Georgiev
a1e3bbebd3
Merge pull request #13488 from gustavotrott/learning-dashboard-individual-token
refactor: Makes LearningDashboard data be provided by bbb-web (avoid demoted user to receive updates)
2021-10-18 13:37:03 -04:00
Gustavo Trott
eee191c6b7 Fix RTL not being applied for some languages 2021-10-14 17:21:57 -03:00
Gustavo Trott
0102104fbe Makes bbb-web provide LearningDashboard data while meeting is alive 2021-10-14 14:00:25 -03:00
Gustavo Trott
1e39acc7f1 Replace wrong style whitespace-no-wrap with whitespace-nowrap 2021-09-30 17:02:52 -03:00
Gustavo Trott
8dd67c78bd Let user order Activity Score desc or asc 2021-09-30 11:51:55 -03:00
Gustavo Trott
88ad14aceb Sort users alphabetically in all tabs 2021-09-14 15:41:20 -03:00
Gustavo Trott
7e30ab36de Adjusts Duration alignment for Rtl 2021-09-14 15:20:04 -03:00
Gustavo Trott
218fef3c36
Merge branch 'v2.4.x-release' into learning-dashboard-rtl-fix 2021-09-14 14:31:18 -03:00
Gustavo Trott
1369564b00 Adds RTL direction support in Learning Dashboard 2021-09-14 14:18:45 -03:00
Gustavo Trott
d807436d10 Renew accessToken by 30d in each access to Dashboard 2021-09-13 15:07:02 -03:00
Gustavo Trott
9b990b758a
Merge branch 'v2.4.x-release' into learning-dashboard-handle-errors 2021-09-09 16:47:54 -03:00
Philipp Memmel
8c03ba2f7d localize learning dashboard title 2021-09-05 09:46:09 +00:00
Gustavo Trott
72c00f6f21 Uses term User instead of Participant 2021-09-02 17:04:48 -03:00
Gustavo Trott
1adbf116c0 Show errors messages when token is invalid 2021-09-02 16:44:34 -03:00
Gustavo Trott
049981da01 Renames activity_report.json to learning_dashboard_data.json 2021-09-01 11:38:00 -03:00
Gustavo Trott
ddb383cf05 Sends dashboard token through Cookie instead of URL param 2021-08-30 14:20:39 -03:00
Gustavo Trott
2ca508134e Renames EmojisTable to StatusTimeline 2021-08-25 12:19:13 -03:00
Gustavo Trott
4bd5707527 Rename project from bbb-activity-report to bbb-learning-dashboard 2021-08-25 11:42:31 -03:00