--- tags: Projects --- # UI/UX need_response Sketch Description --- - We need a new page without the Rails Admin scope that shows the all conversationts that need response from the user like the gmail UI. - Basically there will be two new pages, one like index, showing all the conversations with just the last message sent by the contact and the another will be like the show page, when the user click in some conversation on the index page, it will be redirected to the show page showing all the conversation and a textarea to input his answer. - On the index page will have in every conversation a button to warn the system that the conversation does not need a response. - OBS: The pages will show only the the conversations of it own campaign. - After the user reply the conversation, in the back-end will be necessary set the attribute was_replied as true, because I'll use that attribute to do my analyzes