You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

6
-

7
-

7
+
[](https://github.com/graasp/graasp-app-collaborative-ideation/actions/workflows/deploy-dev.yml)
8
+
[](https://github.com/graasp/graasp-app-collaborative-ideation/actions/workflows/deploy-stage.yml)
9
+
[](https://github.com/graasp/graasp-app-collaborative-ideation/actions/workflows/deploy-prod.yml)
The **Collaborative Ideation** app in Graasp was made to organise blended and online activities where participants can share their inputs and react on them in real-time. This app was designed and implemented inside the [Graasp](https://graasp.org) platform and is not independant from it.
22
+
23
+
## Related publications
24
+
25
+
This app was presented or used in the following publications:
26
+
27
+
- (_preprint_) La Scala, J. A., Bartłomiejczyk, N., Gillet, D., & Holzer, A. C. (2025). Fostering Innovation with Generative AI: A Study on Human-AI Collaborative Ideation and User Anonymity. 58th Hawaii International Conference on System Sciences. https://infoscience.epfl.ch/handle/20.500.14299/241341
28
+
19
29
# Development
20
30
31
+
This app being currently part of the general Graasp platform, you will find the most up-to-date general informations on the development of Graasp apps in [the official Graasp technical documentation](https://graasp.github.io/docs/developer/apps/).
32
+
21
33
## Installation
22
34
23
-
Clone this repository.
35
+
Clone this repository. To use and test the collaboration mechanism, we recommend to also install [the full Graasp stack](https://github.com/graasp/graasp/blob/main/README.md).
24
36
25
37
## Running the app
26
38
@@ -35,6 +47,10 @@ VITE_VERSION=latest
35
47
VITE_WS_HOST=ws://localhost:3000/ws
36
48
```
37
49
50
+
To serve the app with the _full Graasp stack_, use `yarn dev`. If you want to try the app without the stack, use `yarn dev:mock`.
51
+
52
+
> ⚠️ If you don't use the full Graasp stack, please note that you won't be able to save the state of the application and use the collaboration.
53
+
38
54
## Running the tests
39
55
40
56
Create a `.env.test` file with the following content:
@@ -49,3 +65,7 @@ VITE_VERSION=latest
49
65
# dont open browser
50
66
BROWSER=none
51
67
```
68
+
69
+
# Contributors
70
+
71
+
This app was designed, implemented, and is currently maintained by [Jérémy La Scala](https://people.epfl.ch/jeremy.lascala) (@swouf) from École Polytechnique Fédérale de Lausanne.
0 commit comments