hemebond / quaddicted

Quaddicted upgrade written with Django
MIT License
7 stars 1 forks source link

Map listing comments #9

Open hemebond opened 4 years ago

hemebond commented 4 years ago

Allow users and guests to leave comments on map listings. Comments are a flat list, not threaded.

Comments are shown with:

Commenters are given a grace period to edit their comment.

SpiritQuaddicted commented 4 years ago

There needs to be an indicator that highlights if the comment was made by a registered user or a guest, otherwise a guest poster might pretend to be someone else. Since someone might have made a guest comment before the same nick was registered, it does not work to prevent guest posts with known, registered usernames.

Please do not ask for an e-mail address, the site should be privacy by default.

SpiritQuaddicted commented 4 years ago

rating the user gave the map listing

I just realised that it would be great to make that user-configurable with the default being "off" to avoid harassment.

hemebond commented 4 years ago

Look into https://github.com/posativ/isso as an alternative.

SpiritQuaddicted commented 4 years ago

Something that works with JavaScript off for reading and posting would be great. Maybe https://github.com/danirus/django-comments-xtd?

On the loooooooooooooooong run it would be desirable for comments being posted from third-party software.