Retrospring / retrospring

Q/A based social network
https://retrospring.net
GNU Affero General Public License v3.0
242 stars 32 forks source link

Refactor comments into appendables #344

Closed pixeldesu closed 11 months ago

pixeldesu commented 2 years ago

Read more about this in the parent issue

pixeldesu commented 11 months ago

The Appendable concept was a nice idea, but Retrospring is no CRM that needs "generalized" base classes that prevent us to add features to all of the Appendable classes.

Use case would be anonymous comments. We would need an anonymous field on comments, but would need to add the field to all Appendables since they all share the same table.