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

Introduced timeline stistics to haikubot #20

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

sindrebilden
Copy link
Contributor

This introduces a new feature in haikubot, showing a number of haikus over a timeline.
Command: @haikubot stats timeline <sprint> <anonymous>

image

what is a request
with no haiku appended
just inadequate

@@ -245,9 +250,9 @@ def _wordcloud(self, command, channel):
if not is_sprint:
haikus = self.store.get_all_haiku()
else:
haikus = self.store.get_all_haiku_weeks(4)
haikus = self.store.get_all_haiku_weeks(3)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I corrected the number of weeks to to match a (our) sprint. Maybe it should be set in the config?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#21

@karl-run karl-run merged commit 1f85fab into karl-run:develop Jul 13, 2020
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

Successfully merging this pull request may close these issues.

2 participants