The Wayback Machine - https://web.archive.org/web/20201223122350/https://github.com/topics/heroku
Skip to content
#

Heroku

heroku logo

Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.

Here are 8,177 public repositories matching this topic...

chatwoot
sojan-official
sojan-official commented Oct 2, 2020

Enhancement

Label names in chatwoot only support alphabets, numbers, hyphen and underscore.
At the moment the available validation doesn't show the user any errors, which would leave the user confused.

So let's add a validation error describing this behaviour

Current behaviour

<img width="1273" alt="Screenshot 2020-10-02 at 4 29 03 PM" src="https://user-images.githubuserconten

paolodamico
paolodamico commented Dec 8, 2020

Is your feature request related to a problem?

When sending incorrectly formatted payloads (e.g. a text-based string with a gzip compression header), the app will fail with a cryptic 500 error and register an unhandled exception.

Describe the solution you'd like

The app should return a 400 bad request error, with details on why the request failed (i.e. it is incorrectly formatted or

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
Organization
heroku
Website
www.heroku.com
Wikipedia
Wikipedia
You can’t perform that action at this time.