pastorhudson / pcobot

PCO Bot is a bot that integrates with the Planning Center Online API. It's built on Will Bot.
MIT License
14 stars 12 forks source link

Added response and function for fetching team status #129

Closed calebdinsmore closed 5 years ago

calebdinsmore commented 5 years ago

For issue #105

I added a function in pcoservices to respond to queries of the form:

who is scheduled on the team ?

e.g.

"who is scheduled on the Downtown Band team on Sunday at 6PM?

If you specify a time, it will try to find the team for that precise time--if you do not, it will simply try to match the team for the day provided.

I tried to mimic other files in form (and I removed some unnecessary whitespace).

pastorhudson commented 5 years ago

Thanks so much for this! Could you add instructions to the readme?

ecclesiatech commented 5 years ago

I added to the Readme. Caleb, feel free to review and add / edit as necessary.

calebdinsmore commented 5 years ago

@ecclesiatech where are the changes you made?

ecclesiatech commented 5 years ago

on the dev branch readme file.

calebdinsmore commented 5 years ago

I'm sorry--can you link me to it? I looked on my dev, @pastorhudson's dev, and your dev (so many forks, haha), and I can't see changes or any recent commits with changes. Are you certain you pushed?

ecclesiatech commented 5 years ago

Ah, it's still listed as a pull request. hasn't been committed yet. https://github.com/pastorhudson/pcobot/pull/130