Skip to content

ateeducacion/wp-decker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Decker

WordPress Version Language License: GPL v3 Downloads Last Commit Open Issues

Decker is a WordPress plugin developed for internal use at the Área de Tecnología Educativa (ATE). Its main goal is to efficiently present a task list with a simple Kanban board interface and unique priority system.

Demo

Try Decker instantly in your browser using WordPress Playground! The demo includes sample data to help you explore the features. Note that all changes will be lost when you close the browser window, as everything runs locally in your browser.


 Preview in WordPress Playground 

Key Features

  • Customization: Adjustable settings available in the WordPress admin panel.
  • Multisite Support: Fully compatible with WordPress multisite installations.
  • WordPress Coding Standards Compliance: Adheres to WordPress Coding Standards for quality and security.
  • Continuous Integration Pipeline: Set up for automated code verification and release generation on GitLab.
  • Individual Calendar Feeds: Subscribe to event-type specific calendar URLs (Meeting, Absence, Warning and Alert).

Installation

  1. Download the latest release from the GitHub Releases page.
  2. Upload the downloaded ZIP file to your WordPress site via Plugins > Add New > Upload Plugin.
  3. Activate the plugin through the 'Plugins' menu in WordPress.
  4. Configure the plugin under 'Settings' by providing the necessary Nextcloud API details.

Development

For development, you can bring up a local WordPress environment with the plugin pre-installed by using the following command:

make up

This command will start a Dockerized WordPress instance accessible at http://localhost:8888 with the default admin username admin and password password.