Skip to content
#

phoenix-framework

Here are 712 public repositories matching this topic...

papercups
reichert621
reichert621 commented Dec 7, 2020

Problem
We currently fetch ALL conversation records when we hit the ChatApi.Conversations.list_conversations_by_account/2 method (i.e. we set no limit or offset in our query, nor do we have cursors or anything like that)

This will not scale very well as more and more data gets added.

Solution
To start off, let's do the following:

  • Implement another version of `ChatApi.Conve
pascalwengerter
pascalwengerter commented Oct 16, 2019

What is the current behaviour?

Uncommented Ruby code doesn't get displayed to the client, like so:

paragraph text: 'I will be rendered'
# paragraph text: 'I will not be rendered' 

I think this is well, but sometimes we might want to deliver HTML comments. Therefore, I propose a comment static core component, based on [the W3 reference](https://www.w3schools.com/tags/tag_c

Improve this page

Add a description, image, and links to the phoenix-framework 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 phoenix-framework topic, visit your repo's landing page and select "manage topics."

Learn more