Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1.71 KB

File metadata and controls

35 lines (27 loc) · 1.71 KB

Development roadmap

Todos and features for final release

1.0.0

  • feature for adding custom taxonomies (added to 0.1.0)
  • add translations for core (added to 0.2.0)
  • ensure a plugin dev is able to translate his/her plugin as well (added to 0.2.0)
  • docs! … add a (simple) how-to or guide(added to 0.4.0)
  • api feature for easily creating API endpoints using the WP REST API (added to 0.8.0)
  • service for accessing wp_options and base class to easily build config pages in WP-admin panel for lettings users update the wp_options entries (added to 0.9.0)
  • some last optimizations and todos for custom taxonomies and fields
  • maybe add some additional features or base classes for feature implementations … maybe

Todos and features that might find their way into the lib sooner or later

1.x.0

  • database service for easily querying WP posts
  • preparations (abstract classes) or even implementations (concrete classes for direct use) of some more features such as
    • EnableSvgUpload
    • EnableFilenameSearchInMediaLibrary
  • import/export feature for posts of custom post-types
  • support of several filetypes for import/export
    • JSON
    • CSV
    • YAML (optional?)
    • XLSX (optional?)
  • TeX service for creating PDFs (or at least a set of classes to simplify the implementation of an actual service that creates PDFs using [La]TeX)
  • shortcode service (respectively a set of classes) to "misuse" shortcodes for creating configuration objects instead of strings