that.us icon indicating copy to clipboard operation
that.us copied to clipboard

Add ical web feed to top of THAT Board

Open brettski opened this issue 4 years ago • 7 comments

Describe the solution you'd like Make a button/link/something to allow members to add THAT Board to their calendar using our shared calendar ics feed.

Shortened iCal feed link: https://bit.ly/2YRdVxy

brettski avatar Sep 01 '20 16:09 brettski

Would you like the button somewhere here?

image

asharonbaltazar avatar Sep 22 '20 13:09 asharonbaltazar

Would you like the button somewhere here?

image

Hi @asharonbaltazar. Thanks for reaching out. We already have iCal downloads in the details of each future Activity. The though on this is providing a link somewhere to download the iCal feed maintained off all the activities. It is a long, ugly link, so we shortened it to, https://bit.ly/2YRdVxy. I didn't have any idea on where, plus realize, I don't UI much 😛

brettski avatar Sep 23 '20 01:09 brettski

Okay, I'll figure out a way

asharonbaltazar avatar Sep 23 '20 01:09 asharonbaltazar

@csell5 Would like your input as well. Maybe something like this for desktop? image

Mobile is a bit trickier. Maybe an icon that's a bit more clearer? Any text will clutter that row. image

asharonbaltazar avatar Sep 23 '20 20:09 asharonbaltazar

Few thoughts here.

  • In the pr that I'm currently finishing up you can see I now have some logic to copy that calendar feed to your clipboard https://thatus-k4tyq7gnr.vercel.app/support/staying-up-to-date. Nothing complicated but, good to know as that's really the right user behavior as you can't just click on the link to subscribe, you have to paste that into your calendar program of choice to subscribe.

  • This link is basically useless after a user does it. So rather than it taking up UI space, I thinking we treat it more like an ad. This is something we need to think about designing anyways for other reasons but I'd love to see "ad cards" where we can push messages, ads, whatever and just drop them into the feed.

  • The link alone isn't enough, without some content. The new content card might help with that, but also just copying the link wouldn't do the user any good, which could point to taking them to a new page. Now we could take them to the new help page, but again, once they've done it. useless link.

  • as for useless. Maybe we drop something in local storage to hide that if the user has in fact copied it, or selected to never see it again.

I know this complicates things a bit, but we need to surface information such that it doesn't make the rest of the ui become noise that people just don't look at.

theClarkSell avatar Sep 23 '20 20:09 theClarkSell

Yeah, you made a lot of good points, especially about "noise." However, doesn't the feed change intermittently whenever there's a new event or something?

Maybe instead of ads, you could use toasts?

asharonbaltazar avatar Sep 23 '20 20:09 asharonbaltazar

right now the "feed" is more like a calendar of activities from today forward. in the future we will enhance that to be more feed(ish) as there will be other content types. "Ads" might be the wrong word here as much as it's a different content item that we want to appear in the feed.

Toasts isn't a bad idea. Maybe for now we drop a message in the Notification Center? That's really what it's for assuming we can start to drive people to look there for updates. Biggest problem with it right now is there isn't any state backing it. We need to build out the backend for it.

As I write this.. Maybe what we really need rather than the ical feed being surfaced is an info card on how to get started (/support/welcome) which in turn already references how to stay up to date.

I'm open to ideas. thoughts?

theClarkSell avatar Sep 29 '20 13:09 theClarkSell