code-corps / code-corps-api

Elixir/Phoenix API for Code Corps.
https://www.codecorps.org
MIT License
234 stars 86 forks source link

Add counter cache to projects for closed conversations #1314

Closed joshsmith closed 6 years ago

joshsmith commented 6 years ago

Problem

When a conversation record is updated, we need to update a closed_conversations counter cache column on the conversations table.

joshsmith commented 6 years ago

Closing to fold into #1313 since it requires deeper explanation and these must be done as a pair.