Skip to content

vachan/wordcamp-dashboard-widget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordcamp Dashboard Widget

Display upcoming wordcamps on your wp-admin dashboard

Disclaimer: This initial release v0.1 is written quickly in few odd hours, will be rewritten as the plugin progresses. If you think code can be improved or have any suggestion feel free to send a PR or open an issue.

Screenshot Plugin Screenshot

About

We have created this plugin out of personal need to have quick access to list of upcoming wordcamps right from the wp-admin. Plugin displays a widget on dashboard containing the list of upcoming wordcamps with options to search, sort & navigate through list along with direct link to respective wordcamp website. Data is fetched using JSON API (from https://central.wordcamp.org/wp-json/posts?type=wordcamp) and stored in transient for better performance, which is refreshed every day to reflect new data.

Features coming in v1.0

  1. Option to refresh data
  2. Re-write plugin code
  3. Improve data fetching
  4. Creating shortcode to display wordcamp list anywhere on website front-end
  5. Option to filter wordcamps based on users location/country
  6. localization

If you have any suggestions/Feature request that you would like to see in the upcoming releases , feel free to let us know in the issues section

Installation

From your WordPress dashboard

  1. Visit 'Plugins > Add New'
  2. Search for 'Wordcamp Dashboard Widget' or upload zip file
  3. Activate "Wordcamp Dashboard Widget" from your Plugins page

Manual Installation

  1. Download "Wordcamp Dashboard Widget".
  2. Upload the 'wordcamp-dashboard-widget' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
  3. Activate "Wordcamp Dashboard Widget" from your Plugins page.

Change Log

v0.1.1

Released on 6th October 2016

  • Functions renamed to be unique (as suggested by wordpress.org plugin review)
  • Datatables jquery plugin included locally to remove dependency (as suggested by wordpress.org plugin review)
  • wordpress.org plugin page assets removed
  • Readme updated

v0.1

Released on 28th September 2016

  • Initial plugin release

About

Display upcoming wordcamps on your wp-admin dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.3%
  • CSS 5.9%
  • JavaScript 2.8%