#22 Meeting Time Widget
Opened by duffy. Modified

We'd like an optional widget for team/project hubs to state when / where their regular meetings are. Maybe with links to their 3 or 4 most recent meetbot minutes too.


So.... this widget is coded up and in place! However.. it has some display issues.

If you look at the one on the demo pages right now it:

  • has some markdown in it. we could render that to HTML.
  • overflows its boundaries and is kind of unreadable.
  • for some meetings is really long. could we cut everything but the first paragraph of a description to make it more neat?

reminders.png

So.... this widget is coded up and in place! However.. it has some display issues.

If you look at the one on the demo pages right now it:

  • has some markdown in it. we could render that to HTML.
  • overflows its boundaries and is kind of unreadable.
  • for some meetings is really long. could we cut everything but the first paragraph of a description to make it more neat?

reminders.png

Meeting reminder layout is modified as described in PR #131 and now working on adding backend :)

Metadata