Skip to content

Conversation

dpanta94
Copy link
Member

Introduces a React-based admin interface for managing background tasks:

  • Implements a table component using WordPress DataViews for displaying and interacting with tasks.
  • Includes data processing functions to fetch, transform, and paginate task data.
  • Enables customization of admin page elements.
  • Provides automated tests for the React components.
  • Updates documentation for admin UI configuration and usage.

This provides a modern and user-friendly interface for managing Pigeon tasks within the WordPress admin.

@dpanta94 dpanta94 self-assigned this Jul 10, 2025
package.json Outdated
@@ -0,0 +1,33 @@
{
"name": "stellarwp-pigeon",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets change the name here: @stellarwp/shepherd


if ( ! $action instanceof ActionScheduler_Action ) {
throw new RuntimeException( 'Action not found.' );
throw new RuntimeException( __( 'Action not found.', 'stellarwp-pigeon' ) );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All namespaces to shepherd without Stellar.

@dpanta94 dpanta94 requested review from borkweb and lucatume July 10, 2025 20:35
@dpanta94 dpanta94 marked this pull request as draft July 14, 2025 12:04
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.

2 participants