I run a fairly small Discourse community and I love it, great features for keeping tabs on conversations you’re interested in and discovering new content.
Something I’ve found myself wanting, however, is a better way of reading up on all the latest replies across a myriad of topics. As someone who’s active and invested in the community, I find myself wanting to check out most every reply, erring on the side of “this could be interesting” instead of not. Problem is, this involves a lot of clicking in and out of multiple threads, many times just to view a single reply that I then quickly scan and determine whether or not it’s interesting to me. Or, I have a strong interest in a specific category, and want to read up on anything posted in that category.
One idea I had to solve this was to somehow display a list of ALL the latest replies to ANY thread, either across multiple categories or in a single category, and then of course the list would live-update and allow you to reply directly from that page. Like a continuous “stream of consciousness” that I can read and reply to without having to click through different topics repeatedly.
Just going off the basic concept, what are your guys thoughts on a feature like this? Does it sound useful, or is it impractical? Does it actually solve a user need? Would more than a handful of people actually use it? What kind of community would be interested in something like this? Is it within the scope of Discourse?
If it would be useful, how would it be implemented? Would it an optional feature admins could enable? A plugin? Would it be placed in the top bar, e.g. next to “latest”, and take you to a new page, or a sidebar like in Facebook that’s always on and filters to the category you’re currently viewing?
I can throw together some mockups if people need more of a visual idea of what I’m talking about.
I have thought about it before, but I feel the use case is narrow. Someone who reads every post, or a moderator, or the site is super low volume. You would lose some (all?) topic context as well, with a stream of the latest replies showing in topic like layout…
The best argument against it that I can think of is that it potentially breaks Discourse’s entire model, turning it into a glorified chat/shoutbox/social network app with lots of tagging and categorization features, which seems undesirable. Keeping discussion focused around topics seems like the whole point, so creating a view that breaks the topic-based flow of information might be a bad idea.
Just wondering if @jspautsch or anybody worked on this in the end?
I’d like to be able to offer an option of a stream-based layout in addition to the regular layouts for those who prefer to consume information in this way (ala Facebook, LinkedIn etc). Have tried searching but not found anything related to this topic hence re-opening an old one.
Guessing it would be a case of pulling in the posts.json and formatting it but no idea where to start with that!
Ciao,
vorrei avere anche questa funzionalità: abbiamo molti utenti che interagiscono con gli argomenti in questo modo ed è molto più semplice restare aggiornati (o come si dice altrimenti?).
Da neofita, qual è la procedura per ottenerla? Vedo che esiste un file posts.json, ma non sono sicuro di quanto sia difficile filtrarlo. Questo comporta modificare il codice di Discourse o si tratta di un plugin?
Un semplice trucco potrebbe essere reindirizzare alla funzione di RICERCA per i post successivi a una certa data (ad esempio, due settimane fa rispetto a oggi, oppure “prima di domani”) e con i risultati ordinati per i post più recenti. Otterresti così il contenuto discusso in questa discussione, ma solo gli estratti. Questo ti fornirebbe il contesto di tutti i messaggi, e dovresti quindi cliccare su quelli che ti interessano per entrare nella discussione.
Due funzionalità che sarebbero ottimali:
Poter reindirizzare a una ricerca completamente vuota con solo il parametro “ordinato per post”.
Forse un’opzione nella funzione di ricerca (con la possibilità di attivarla tramite URL) per visualizzare i messaggi per intero invece che in estratto. In tal modo avresti già quasi tutto ciò che viene discusso qui.
Ciao,
il trucco per la ricerca è davvero carino, ma preferirei comunque ottenere il risultato in modo più elegante. Qualcuno potrebbe fornirmi una breve lista su come realizzarlo come componente? Circa da 1 a 5 passaggi, se possibile. Vorrei utilizzarlo anche per creare un modulo per le “immagini” più recenti.
Grazie mille.
g
Ciao, questa sarebbe una funzionalità interessante che mi sono chiesto anch’io in precedenza.
Mi sono imbattuto in
e ho capito che è quasi ciò di cui abbiamo bisogno, ma invece di avere solo un gruppo specifico, sarebbe bello poter visualizzare tutti i gruppi contemporaneamente in questa scheda attività e che si aggiorni in tempo reale, proprio come la pagina degli ultimi aggiornamenti e così via.