Skip to content
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

Web Interface to View Command Invocations #13

Open
geowa4 opened this issue Jan 11, 2017 · 2 comments
Open

Web Interface to View Command Invocations #13

geowa4 opened this issue Jan 11, 2017 · 2 comments

Comments

@geowa4
Copy link
Contributor

geowa4 commented Jan 11, 2017

Every command invocation from Slack or a webhook must be logged. This audit log must be retrievable and viewable on a simple web interface. The entered text, user, timestamp, channel, whether it was from a webhook, and any other relevant data should be visible with the newest on top. This should update as commands are executed without the need to refresh. Keep the list of commands on the web page to no more than 100 elements. The rest can be kept indefinitely in Postgres.

@dantswain
Copy link
Contributor

This and #12 and possibly #11 seem like they're beyond proof-of-concept. Do we want to limit scope of the POC or just throw whatever at it?

@geowa4
Copy link
Contributor Author

geowa4 commented Jan 12, 2017

I can think of four main categories of this application: chat commands, webhook commands, distributed execution, and security/auditing. These initial tickets aim to stub those out to prove their value and allow me to iterate on these hypotheses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants