You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Prepare the project for new feature integration.
Isolated low-dependency development environment (VS-Code?).
Runtime output validation.
Build testing.
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.