A simple issue browser for Gitlab. Helpful for showing just enough information to clients about various projects without jepordizing your security or business.
Installing is quite simple.
- Clone this repo
- Copy
.env.example
to.env
- Configure your
.env
- Install bower components:
bower install
- Install composer requirements:
composer install
- Add to webserver
- Done
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.
- 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