five-for-the-future/plugins/wporg-5ftf
Kelly Dwan 82192eea4c
Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99)
This updates the display of contributors into a table view, and adds the ability to add and remove contributors to existing pledges.

The display has been refactored to use JS templates & JSON contributor data– the data is output onto the page when loaded from the server, and rendered when the page finishes loading. Adding & removing contributors now submits to an admin-ajax.php endpoint, which, if successful, return the new list of contributors. This ensures the display is always up to date.

Fixes #3
2019-11-20 11:01:00 -05:00
..
assets Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
includes Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
tests Organize email & authentication code (#101) 2019-11-20 10:40:45 -05:00
views Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00
.gitignore Tests: Setup PHPUnit and PHPUnit Watcher. 2019-10-23 14:27:26 -07:00
index.php Manage a Pledge: Enable adding/removing contributors from wp-admin. (#99) 2019-11-20 11:01:00 -05:00