PressForward / pressforward

PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
GNU Affero General Public License v3.0
120 stars 21 forks source link

Folder and Feeds schema classes are redundant #1143

Closed boonebgorges closed 1 year ago

boonebgorges commented 1 year ago

The Folder and Feeds schema classes have a large number of methods that are exact duplicates of one another. They mostly have to do with the generation of markup for the Folders portions of the UI, so it probably makes sense for them to live in Folders, but in any case they should not be duplicated. (Also I'm not sure all this UI makes sense in a class in the Schema namespace.)

boonebgorges commented 1 year ago

Turns out that most of this was not needed in the Feeds class and was the result of copy-paste cruft.