nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.

Home Page:https://wuffle.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wuffle

CI

A multi-repository / multi-organization task board for GitHub issues.

Wuffle Screenshot

Try out Wuffle or checkout features and philosophy to learn more about the tool.

Features

  • Multi-repository / organization support
  • Maps issues to columns via labels or close states
  • Moves cards across columns automatically, as you develop
  • Filters issues by name, label, assignee, and more
  • Visualizes reviews and pull request status/checks on a card
  • Supports private repositories: Visitors only see cards for issues they see on GitHub, too
  • Lets you create a new issue in any connected repository
  • Allows contributors to 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).

  • No projects, no cards. No secondary editing UI, no incomplete views on your backlog. Just issues, milestones, and labels, all the way.

  • 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. However, we do only display those issues to a visitor that she sees on GitHub, too. Would you like to see cards from 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

Starting the board, including first-time setup if you have npm installed:

npx wuffle

Read the setup instructions for detailed explaination for the what and why.

Alternatively, start the app via Docker if you already configured it.

Components

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

Related

License

MIT

About

A multi-repository / multi-organization task board for GitHub issues.

https://wuffle.dev

License:MIT License


Languages

Language:JavaScript 76.7%Language:Svelte 20.4%Language:SCSS 2.4%Language:HTML 0.2%Language:Dockerfile 0.2%Language:Procfile 0.0%