Skip to content
#

chat-application

Here are 1,985 public repositories matching this topic...

papercups
reichert621
reichert621 commented Dec 21, 2020

Problem
We need to be able to calculate how long it takes for a conversation to be closed ("resolved").

Right now the way we determine if a conversation is closed is by looking at the status field, which can currently only be "open" or "closed".

Solution

  • Set up a database migration to add the closed_at field to the conversations table (as a utc_datetime)
  • Update the

Improve this page

Add a description, image, and links to the chat-application topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chat-application topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.