Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rametta/retros
🏂🏻 Haskell based Retro board
https://github.com/rametta/retros
haskell ihp retros websockets
Last synced: 27 days ago
JSON representation
🏂🏻 Haskell based Retro board
- Host: GitHub
- URL: https://github.com/rametta/retros
- Owner: rametta
- Created: 2021-03-30T21:06:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T21:13:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T08:02:33.131Z (about 1 month ago)
- Topics: haskell, ihp, retros, websockets
- Language: Haskell
- Homepage: https://retros.ihpapp.com
- Size: 759 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏂🏻 Retro's
A Haskell based web app for conducting team retrospectives.
App Features:
- Authentication
- Multi teams support - Create teams, add users to your team, add retro boards to your team.
- Drag-n-drop items between columns
- Add comments to items
- Upvote items
- Easily move columns to other retro boards
- Column header cover imagesTech Features:
- All pages auto refresh data connected directly to Postgres through WebSockets
- Super fast page transitions with [TurboLinks](https://github.com/turbolinks/turbolinks)
- Incremental DOM patching with [MorphDOM](https://github.com/patrick-steele-idem/morphdom)
- Completely written in [Haskell](https://www.haskell.org/)
- Styled with [Tailwind](https://tailwindcss.com/)![app screenshot](./screenshot2.png)
Made with :heart:, haskell, and [IHP](https://github.com/digitallyinduced/ihp).
### Development
- Run `./start` to start the local dev server.
- Dev server available at `localhost:8000`
- Dev server tools available at `localhost:8001`
- Enter into a nix shell if you need: `nix-shell`