-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add admin panel #25
Add admin panel #25
Conversation
@etagwerker Why we need this? |
@bronzdoc It will make it easier to see the reports and further develop insights based on files, skunk scores, churn, cost, etc... Right now it looks like this: As part of the roadmap for this project I had these features in mind:
The admin panel will help us work with data internally before we work with those features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just left a few comments
Make sure that we use basic HTTP authentication for our admin panel
e943882
to
c97994e
Compare
@bronzdoc I addressed your comments 👍 |
Hi there,
This PR adds a panel interface to this project. It uses basic HTTP authentication to control access to it.
Please check it out.
Thanks!