(developed upon CoLaboArthon, DialoGame, and CoEvoLudens formats)
- a standalone app for promoting and initiating 'Doug Engelbart's CoEvolution'
- the app is built to support the workshop with the same name
- <docs/guides/PSC-guide.md>
https://github.com/Cha-OS/colabo/issues/325
- name, email, pass
- ISSUES
- helps in opening views of participants
- helps in personalization of procedures by tagging them with 3 of 17 UN SDGs
- demonstrates clustering (group forming) to participants
- we can finish with taking SDG Avatar and saving it to our profile
- ISSUES
- background music
- intro - meditative story - relaxation
- dreaming
- CWCs -> chat
- 5 short sentences describing the future
- ISSUES
- Challenges
- at the opening we connect our story with SDG goals - answering on an SDG Question card by our card
- later we answer on the cards played in the first round
- steps
- our system uses ML, NLP, and AI to suggest the most related cards to us (to our cards, to our profile, to our moves)
- we choose one of the displayed challenge cards
- we respond with some of our cards (made out of CWC sentences)
- we decorate our card
- previewing/checking our move, confirming it
- the card is stored in the game map
- everybody is synced with moves from the current round
- A new round is started (there are two rounds for users to play)
- ISSUES
- SDG question is shown on the screen
- the first performer goes out
- the one who answered it goes out
- the third performer (who would play the last card on the card of the 2nd player), plays it by performing it as a continuation of their play
- after they played it in the 1st round, Moderators put Limiting/Guiding Decorators
- moderators explain the rules and let them think over it together now, to co-create it and perform it for the 2nd time
- can be played by moderators by using an RFID card of Doug's Dream and Challenge, playing it on the RFID reader and by that decorating the current performance (e.g. the first card in its chain)
Issues
- 17 UN SDGs are connected to the node {"_id" : ObjectId("5b4a91d800ea790a4738a6e5"), "name" : "SDGs", "type" : "const.sdgs"}
- 17 cons SDG nodes are of type "type" : "const.sdgs.sdg"
Before running the App, you need to prepolate the database.
See the INSTALL file for details.
This project was generated with Angular CLI version 1.5.0.
- Development server
Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files. - Code scaffolding
- Run
ng generate component component-nameto generate a new component. You can also useng generate directive|pipe|service|class|guard|interface|enum|module. - Build
Run
ng buildto build the project. The build artifacts will be stored in thedist/directory. Use the-prodflag for a production build. - Further help
To get more help on the Angular CLI use
ng helpor go check out the Angular CLI README.
- Running unit tests
Run
ng testto execute the unit tests via Karma. - Running end-to-end tests
Run
ng e2eto execute the end-to-end tests via Protractor