Commit 81ab3b1
authored
Prototype 4 (#28)
feat: new prototype with separation between collection and evaluation
This new prototypes separates the concern of collecting
the responses and evaluating them.
It also features a refactored UI.
Release-As: 1.3.0
refactor: refactor all and upgrade
chore(deps): upgrade commitlint
chore(deps): upgrade mui
chore(deps): upgrade vite
refactor: improve process controls
refactor: ideation -> response collection
refactor: add pausable and rename some symbols
refactor: processStatus -> activityStatus
feat: activity control
chore(deps): minor upgrades
build(test): fix tests config
build: fix commitlint config
refactor: remove @graasp/ui
chore(deps): minor upgrades
refactor: remove immutable and upgrade query client
BREAKING CHANGE: data structures may have changed
docs: update README
refactor: data management, types and naming
moved most of the types from 'idea' to 'response' wording
fix: use enum to specify app data type
and other stylistic changes
chore(deps): minor updates
feat: responses mix beta
this is a work in progress
fix(settings): radio buttons
feat: response mix beta 2
test: add vitest
test: add tests for response utils
feat: responses mix beta 3
feat: responses mix beta 4
work in progress
fix: ResponseChoose
fix: ResponseInput
feat: responses mix beta 4
fix: force state selection with toggle button
in admin view
feat: reset activity button
feat: ratings wip
work in progress
ratings according to usefulness and novelty impl
settings to choose ratings type
chore: remove unnecessary console
ci: update workflows
chore(deps): upgrade dependencies
chore(deps): upgrade graasp dependencies
fix(appData): buildAppDataKey -> appDataKeys
ci(test): add build and preview scripts for tests
build: fix vite config
refactor(UI): fix response view spacings
test: (re)configure cypress
test: basic e2e test1 parent 4b40ec1 commit 81ab3b1
File tree
82 files changed
+9826
-9676
lines changed- .github/workflows
- .yarn
- plugins/@yarnpkg
- releases
- cypress
- e2e/builder
- fixtures
- plugins
- support
- src
- config
- hooks
- utils
- interfaces
- langs
- mocks
- modules
- admin-control
- adminPanel
- common
- response
- evaluation
- context
- main
- ideasView
- ideation
- responseCollection
- responseEvaluation
- responsesView
- settings
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+9826
-9676
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 11 | + | |
| 12 | + | |
20 | 13 | | |
21 | 14 | | |
22 | 15 | | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
26 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
32 | | - | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | | - | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 46 | | |
54 | 47 | | |
55 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 17 | + | |
29 | 18 | | |
30 | 19 | | |
31 | | - | |
| 20 | + | |
32 | 21 | | |
33 | 22 | | |
34 | 23 | | |
| |||
38 | 27 | | |
39 | 28 | | |
40 | 29 | | |
41 | | - | |
| 30 | + | |
42 | 31 | | |
43 | 32 | | |
44 | 33 | | |
| |||
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments