resbazaz / website

Gather together a group to skill-share, co-work, and create community
https://researchbazaar.arizona.edu/
2 stars 13 forks source link

Added comment section to 2024 festival page #98

Closed julianpistorius closed 2 months ago

julianpistorius commented 2 months ago

Using: https://cactus.chat/

Currently allows 'guest' access. Can change to requiring an account if abuse becomes a problem.

Screenshot_2024-05-14_23-06-34-resbaz-festival-comments

julianpistorius commented 2 months ago

Can preview the changes here (until my dev environment times out): https://urban-space-system-9vrv74rqg3p6r5-5782.app.github.dev/resbaz/resbazTucson2024.html#comments

Or you can click on the 'Review in codespace' button and preview the 2024 festival page.

(@alex-r-bigelow - It would be great if we could deploy to staging environments for PRs...)

val-pf commented 2 months ago

it works for me (I made those two test comments). What would be the point of this, if it is on the full ResBaz2024 website? Would it allow for chatter? How do we make it not overwhelmingly long?

julianpistorius commented 2 months ago

@val-pf I think it only shows the most recent 10 comments (pageSize): https://cactus.chat/docs/client/introduction/

You can also see the comments as a Gitter/Matrix room: https://matrix.to/#/%23comments_resbazaz_festival2024%3Acactus.chat

This could allow for chatter, but probably more useful for posting updates, and asking questions about the festival. I think we should still point people to the main Gitter/Matrix room for chatter.

julianpistorius commented 2 months ago

Oh, and I forgot to mention that there is a moderation feature - also done through Matrix.

julianpistorius commented 2 months ago

Thanks for the help @alex-r-bigelow!