WordPress plugin that uses Targetprocess API to publish user stories on your site.
- shortcode
targetprocess-table
which displayes your data from Targetprocess - new settings on
WP Amin > Settings > General
Settings (WordPress administration > Settings > General)
Plugin provides several WP admin notices that inform you about status of the plugin:
When you activate the plugin and settings are not set yet:
When your settings are correct:
When your settings are not correct:
When your wp-config.php
settings block external requests:
When you editing posts or pages you can easily add our shortcode with table with user stories:
-
create settings withodwptp_login
andodwptp_password
(using Settings API) -
ifodwptp_login
andodwptp_password
are set try to get token-
FIXME check ifWP_HTTP_BLOCK_EXTERNAL
is false and take an action if not -
FIXME Success message should react on "Don't show again" link
-
-
create shortcodetargetprocess-table
which will present the data on the front-end-
add TinyMCE button with our shortcode (including configuration dialog) - add basic table features:
pagination, sorting,TODO filtering !!! -
UserStory->Description should be visible in the table after click
-
-
add settingodwptp_url
which holds URL of Targetprocess API serverhost - enable localization (Czech and English)
- FIXME script for shortcode's TinyMCE button should be localized
Note: Versions are in reverse order.
- progress on
targetprocess-table
shortcode - added pagination and sorting - fixed some issues
- prepared for first release
- added initial version of
targetprocess-table
shortcode - added TinyMCE button for our shortcode
- finished plugin settings
- initial version
- created GitHub repository