jackjamieson2 / yarns-microsub-server

Yarns is a Microsub server that runs as a plugin on your WordPress site.
GNU General Public License v2.0
20 stars 4 forks source link

Abstract Channel and Post Management #110

Open dshanske opened 3 years ago

dshanske commented 3 years ago

Being as the plan is to try the custom table route at some point, the intermediate step is to abstract out the functions/classes that control this.

This would mean creating an abstract base class to add, delete, update, etc channels and implementing the current post/taxonomy based structure using class inheritance.

This would allow for an easier migration path.