pkgjs / meet

Create a meeting issue on a schedule
MIT License
8 stars 5 forks source link

Enable 'meeting agenda on demand' #78

Open jmertic opened 3 years ago

jmertic commented 3 years ago

I have several communities I work with that run on a non-standard schedule, where being able to build the agenda on demand would be quite nice. It feels like this could be done with a workflow_dispatch event, but not sure on the right schedule to use - any suggestions?

bnb commented 3 years ago

@jmertic I think a lot of the current structure is geared toward scheduled structures. What you're asking for is relatively related to the solutions being proposed in https://github.com/pkgjs/meet/issues/26, and also aligns with what the solution for https://github.com/pkgjs/meet/issues/51 would need to be.

Seems like multiple birds are popping up. We need to find a stone. If you've got ideas, PRs and proposals welcome.

jmertic commented 3 years ago

Thanks, @bnb! You are right that what I'm looking for aligns with "Can I use some sort of other mechanisms for kicking off agenda builds?" and something as generic as "build on-demand" could hit some of those use-cases. Let me look more into the code and perhaps I can come up with some ideas.

wesleytodd commented 6 months ago

I think this is a great idea. We could pretty easily do it with a dispatch workflow. A PR for that seems like a good idea.