Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmware-archive/postfacto
Self-hosted retro tool aimed at helping remote teams
https://github.com/vmware-archive/postfacto
agile cloud-foundry feedback javascript pcf rails react retro retrospective ruby websockets
Last synced: 2 months ago
JSON representation
Self-hosted retro tool aimed at helping remote teams
- Host: GitHub
- URL: https://github.com/vmware-archive/postfacto
- Owner: vmware-archive
- License: agpl-3.0
- Archived: true
- Created: 2017-08-02T16:33:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T22:40:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-06T15:13:22.427Z (8 months ago)
- Topics: agile, cloud-foundry, feedback, javascript, pcf, rails, react, retro, retrospective, ruby, websockets
- Language: JavaScript
- Homepage:
- Size: 9.01 MB
- Stars: 6
- Watchers: 2
- Forks: 18
- Open Issues: 104
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Postfacto
[![Build Status](https://github.com/pivotal/postfacto/actions/workflows/push.yml/badge.svg)](https://github.com/pivotal/postfacto/actions/workflows/push.yml)Postfacto helps teams run great [retrospectives](https://content.pivotal.io/blog/how-to-run-a-really-good-retrospective) remotely.
## Features
### Run Retros Remotely
Postfacto lets you run an agile retrospective even when your team is distributed across the world. Your retros will live update across all your devices so each participant can follow along on their device.### Easy Onboarding
Easily [set up](deployment/README.md#allowing-users-to-create-retros) Postfacto to work with Google OAuth so users can sign up with their Google accounts. Alternatively, you can control access to your instance with the admin dashboard.### Run Public or Private Retros
You can create private retro boards for your team that are password protected or choose to leave them public so that anyone you give the link to can access them.### Mobile Friendly
Participants can add and vote on items from their mobile devices, so it is easy to run a retro without everyone in the group having a laptop nearby. This works well for retros where some people are in the room and some are remote.### Record Action Items
Retros are designed to help teams improve and that's hard to do without taking action. Postfacto tracks your team's actions to help you keep on top of them.## Deployment
Postfacto is a self hosted product, this makes it easier for you to stay in control of your data.
We aim to make it easy to deploy to as many locations as possible, and currently support the following platforms:
* Tanzu Kubernetes Grid
* Tanzu Application Service
* Cloud Foundry
* HerokuDeployment instructions can be found [here](deployment/README.md).
If the platforms above don't work for you; you may be able to find a way to run Postfacto yourself by following the Contributing Guide.
## Contributing
See the [Contributing Guide](CONTRIBUTING.md) for more info.
## License
Postfacto is licensed under the **GNU Affero General Public License** (often referred to as **AGPL-3.0**). The full text
of the license is available [here](LICENSE.md). It's important to note that this license allows you to deploy an instance of Postfacto for private, public or internal use.