/gitlab-issue-browser

A simple issue browser for Gitlab. Helpful for showing just enough information to clients about various projects without jepordizing your security or business.

Primary LanguagePHPMIT LicenseMIT

Gitlab Issue Browser

A simple issue browser for Gitlab. Helpful for showing just enough information to clients about various projects without jepordizing your security or business.

Install

Installing is quite simple.

  1. Clone this repo
  2. Copy .env.example to .env
  3. Configure your .env
  4. Install bower components: bower install
  5. Install composer requirements: composer install
  6. Add to webserver
  7. Done

Features & Preview

Features include

  • show filtered issues in repo
  • browse open, closed and milestones
  • see tag (first only)
  • manage progress of an issue

Here is what it looks like.

And here is the progress bar.

Todo

  • more filters
  • show a preview issue description with filtering
  • add commenting from community (via disqus)
  • add voting (via disqus favorite)
  • Implementing disqus for ease of use, but will be looking at rolling our own