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

Support meeting agenda/topic list #1

Closed
maxandersen opened this issue Mar 8, 2014 · 1 comment
Closed

Support meeting agenda/topic list #1

maxandersen opened this issue Mar 8, 2014 · 1 comment

Comments

@maxandersen
Copy link
Collaborator

Usecase: Any good meeting has a preset agenda. It would be good if meetbot could be told the agenda and then with a simple command the next topic could be introduced.

Idea: Add a "topicqueue" (or even "agenda") to meetbot to which you can push, pop, add, clear and peek on the agenda items.

Suggested syntax:

#addtopic <topic> 
#pushtopic <topic>
#poptopic
#cleartopics
#listtopics

Scenario:

#startmeeting
....
#meetingtopic JBoss Tools team meeting 2014-03-08
#addtopic Upcoming release 4.2.0.Beta1
#addtopic Website updates
#addtopic Server Adapter changes
Thanks all for joining - lets get started.
#nexttopic
Topic: Upcoming release 4.2.0.Beta1
...
...<someone suggests additional topic>
#addtopic Some additonal topic
#nexttopic
Topic: Website updates
....
...<a related topic is suggested that should come before next>
#pushtopic Website hosting
#nexttopic 
Topic: Website hosting
#listtopics (priv message listing remaining agenda)
...<time runs out>
#endmeeting (remaining topics are nuked)
@maxandersen
Copy link
Collaborator Author

This is now done and live on jbott and jbott_rhat

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

1 participant