Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: 3.0.0 - new DomainQuery (in the style of WP_Query) #114

Draft
wants to merge 74 commits into
base: feature/3.0.0/reworked-ui
Choose a base branch
from

Conversation

cameronterry
Copy link
Owner

This PR includes:

NOTE: very, very much in progress/not finished.

  • A new way to query domains that is more in keeping with the WordPress PHP semantics.
  • Created a new DomainMapping class for managing the custom table and associated data logic.
  • Create a new DomainQuery class, which works very similar to WP_Query, but for domains!
  • Reworked the REST API endpoints to use the new DomainQuery. Note: the JSON output is unchanged, so retaining the v1/ aspect as it is backwards compatible with v2.x.x versions of Dark Matter Plugin.
  • Reworked the CLI commands to use the new DomainQuery.
    • [Add more info here ...]
  • New sub-library for managing and creating Custom Tables.
    • [Add more info here ...]

@cameronterry cameronterry self-assigned this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant