This repository contains the project work of the two students Daniel Kellenberger and Benjamin Rüde as a result of the 2nd project for the CAS in Front End Engineering at Rapperswil, Switerland.
For those teams working with scrum in distributed teams, doing retrospectives together is not easy. This project aims to fill some part of the gap by providing an online collaboration tool to do retrospectives together.
https://cas-fee-retrospective.herokuapp.com/
- Participants are connected through phone conference system
- Screen of the organisator is shared with all participants
- Each participant has a device with access to the internet
- Easy setup of retrospectives (can be done by anyone, no login required)
- Invite other participants by sharing the URL or the QR Code
- Four phase process:
- COMMENT: All participants can add comments
- REVIEW: Manager can show all comments, modify or delete them or create new ones (discuss them)
- VOTE: Participants can vote on each topic
- CLOSE: Retrospective is freezed
git clone https://github.com/dkellenb/cas-fee-retrospective
npm install -g gulp
npm install
gulp build
Copy file server/server-config-template.json
to server/server-config.json
and adapt it to your needs.
- mongodbUrl
- jwt-key
Start application with gulp run
.
UI is available in /client/ folder.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/route/class
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
Server is available in /server/ folder.
- Prepare: /server/$
npm install
- Run Server: /server/$
npm start
or use /server/$nodemon
To run all tests simply run npm run test
Run ng github-pages:deploy
to deploy to Github Pages.