Skip to content
Carter Medlin edited this page Nov 2, 2021 · 3 revisions

Welcome to the wordpress-to-github wiki!

Project Roadmap

Scope

  • This is an open source project.

  • The dependencies are in the name; WordPress and GitHub. Every feature of this module should support the default offerings of WordPress and GitHub. No assumptions should be made for custom plugins.

  • This module could theoretically be installed anywhere a connection to WordPress and GitHub can be made, including...

    • An Azure Function App
    • An Amazon Lambda Function
    • A GitHub action (Live download without commits?)
    • Node.JS code running on a developer workstation
    • A freaking website. (Content as a zip file)

Priorities

Getting the project ready for future development.

  1. Prepare the project for new feature integration.
  2. Isolated low-dependency development environment (VS-Code?).
  3. Runtime output validation.
  4. Build testing.
  5. Modules for shared components (Slack, GitHub, WordPress).

Phase beyond?

Build watching with Slack?

GitHub Checks, look in the Slack output for commits and update if commit checks fail.

Local folder output?

Put output to a folder instead of GitHub commits. Useful for GitHub actions. GitHub free mode could help with preview-mode.

Clone this wiki locally