eventespresso / barista

Javascript modules & tools for Event Espresso development
GNU General Public License v3.0
5 stars 1 forks source link

Add New Feature Flags Admin UI #1269

Closed tn3rb closed 10 months ago

tn3rb commented 11 months ago

For the E2E tests that @alexkuc is developing, we needed to remove the feature flags filter that was in the "Barista for Event Espresso" add-on, that essentially turned ALL of the flags on (for development purposes), because he needs manual control over them which he will do via WP-CLI.

This of course meant that there was no longer a way to turn those filters on for anyone that doesn't use WP-CLI.

This PR:

Here's what the new admin page looks like: image

And here's what the Event Dates List and filters look like in table view after the changes: image

testing notes

alexkuc commented 10 months ago

force-push due to rebase with master branch

alexkuc commented 10 months ago

/run-e2e

garthkoyle commented 10 months ago

I tested all the feature flags and they all work except the Bulk Editor: image

garthkoyle commented 10 months ago

Scratch that, after switching from master to this branch I forgot to run yarn run build.

After yarn run build it is working.

alexkuc commented 10 months ago

/run-e2e

alexkuc commented 10 months ago

Restored & deleted branch to re-run E2E tests