retog / wuffle

A multi-repository task board for GitHub issues.

Home Page:https://wuffle.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wuffle

Build Status Maturity pre-release

A multi-repository task board for GitHub issues.

Wuffle Screenshot

Features

  • Multi-repository / organization support
  • Maps cards to columns via issue labels and/or close states
  • Allows you to filter cards by name, issue label, and more
  • Automatically moves cards across columns, as you develop
  • Supports private repositories: Visitors only see cards for issues they see on GitHub, too
  • Contributors can move/reorder cards
  • Simple setup: Connects to GitHub as a GitHub app

Resources

Philosophy

Some key aspects separate Wuffle from the GitHub task board competition:

  • GitHub issues are the source of truth. We read and store columns, relationships and everything else directly on GitHub. The only exception is issue order (not supported by GitHub, so far).

  • Tight integration with the GitHub flow. Your issues move automatically across the board. The board is always up to date with things going on in development.

  • Publicly accessible. You can share your project status without restrictions. Applied board filters are shareable deep links. We do, however, only display those issues to a visitor that she sees on GitHub, too. You'd like to see cards of your private repositories? Log-in with your GitHub identity and see them pop up in the mapped column.

  • Hackable. Wuffle is open source, MIT licensed. Contribute to it to make it even better. Self-host it and stay the owner of your data.

Setup and Run

Read the setup instructions to learn how to set up and run the board.

Components

  • board - the task board front-end
  • app - the back-end and board API

License

MIT

About

A multi-repository task board for GitHub issues.

https://wuffle.dev

License:MIT License


Languages

Language:JavaScript 71.3%Language:HTML 24.7%Language:CSS 3.6%Language:Dockerfile 0.4%