Skip to content

WordPress plugin that uses Targetprocess API to publish user stories on your site.

License

Notifications You must be signed in to change notification settings

ondrejd/odwp-targetprocess

Repository files navigation

odwp-targetprocess

WordPress plugin that uses Targetprocess API to publish user stories on your site.

Main features

  • shortcode targetprocess-table which displayes your data from Targetprocess
  • new settings on WP Amin > Settings > General

Screenshots

Settings (WordPress administration > Settings > General)

Plugin settings

Admin notices

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:

Warning - settings are not set

When your settings are correct:

Success - settings are correct

When your settings are not correct:

Error - settings are not correct

When your wp-config.php settings block external requests:

Error - external requests are blocked

Shortcode for TinyMCE

When you editing posts or pages you can easily add our shortcode with table with user stories:

TinyMCE button

TODO

  • create settings with odwptp_login and odwptp_password (using Settings API)
  • if odwptp_login and odwptp_password are set try to get token
    • FIXME check if WP_HTTP_BLOCK_EXTERNAL is false and take an action if not
    • FIXME Success message should react on "Don't show again" link
  • create shortcode targetprocess-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 setting odwptp_url which holds URL of Targetprocess API serverhost
  • enable localization (Czech and English)
    • FIXME script for shortcode's TinyMCE button should be localized

Changelog

Note: Versions are in reverse order.

Version 0.4

  • progress on targetprocess-table shortcode - added pagination and sorting
  • fixed some issues
  • prepared for first release

Version 0.3

  • added initial version of targetprocess-table shortcode
  • added TinyMCE button for our shortcode

Version 0.2

  • finished plugin settings

Version 0.1

About

WordPress plugin that uses Targetprocess API to publish user stories on your site.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published