Advanced-Post-List / advanced-post-list

A WordPress plugin to create custom post lists
15 stars 7 forks source link

Consolidate APL_Admin Class #97

Open EkoJR opened 6 years ago

EkoJR commented 6 years ago

There is a lot of code in this area, which is also the main initial class for admin functionality. There's a few sections that can be a completely separate class...but if modularized, it is important it is very easy to read and understand in the file structure & format, and the OOP concept is well defined.

Notes on modularization (if the concept is applied).

Post Data Processing

Class name ideas:

This is hook into and handle processing data. This around 30-45% of the code.

Admin Notices

Class name ideas

This would handle most of the extra admin ui features and support. This could be Notices, Help Text, Walkthrough/Pointers, etc.