Andy Tran

Results 19 comments of Andy Tran

There's also one on line 65 of the README - "at last" -> "at least"

For any other confused travelers, `react-google-maps` uses React's [Legacy Context API](https://reactjs.org/docs/legacy-context.html) instead of the current one. This was relevant for me because I was trying to get this done in...

# Twilio integration docs ### Create a Twilio account ### Account SID and auth token ![New Project](https://user-images.githubusercontent.com/7440689/115027905-4a116580-9e92-11eb-8303-c7d1c1ad1bad.png) ### Papercups > integrations > Twilio ![Screen Recording 2021-04-16 at 8 37 50...

I'd love to take a stab at this. I see there's already Oban in the codebase, but that's like the last step anyway.

Unless I'm misunderstanding, For every hour: - For conversations that satisfy certain criteria. - If they do, we send a slack message to a person that satisfies certain criteria Do...

No worries. That's a few steps down too. Can you define an unresolved conversation? is it when `Conversation.status = open`?

Hmm. Batching them kinda complicates it because they might have gotten to a batched message by the point where we send the reminder. So maybe the job should just run...

- What's a _valid_ Slack user ID? are there invalid ones, and a way to check? - Any thoughts on what the copy should be? I'm thinking: ``` Hey !...

I'm interested in digging into the metrics side of the system! Would need to wade around through the code but don't mind doing that.

OK, I poked around and I know where to look now. Got any design inspiration for this? ### Task breakdown # Frontend - [ ] UI design for selecting date...