Giter Club home page Giter Club logo

oneexperiencekb's Introduction

OneExperienceKB

"One Experience" is a theme based on FreeScout's UI.

Screenshots

Dashboard Gantt Board New Task View Task

Author

  • Michail Topaloudis
  • License MIT

Requirements

Kanboard >= v1.0.48
Kanboard installed at a web server. You can find the download at kanboard.org

Installation

You have the choice between 2 methods:

  1. Download the zip file and decompress everything under the directory plugins/OneExperienceKB
  2. Clone this repository into the folder plugins/OneExperienceKB

Note: Plugin folder is case-sensitive.
Important: remove all unused themes

Known Issues

  1. Improve the jQuery Date Selector
  2. Responsive support

Add options for the theme

  • Replace the KB logo with your own logo
    For more information have a look in the config.php

Supports the Customizer plugin

Syntax highlighting for Markdown code

151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx

-```xxxx
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
-```
+```php
class BaseClass {
    function __construct() {
        print "In BaseClass constructor\n";
    }
}
+```

KanBoard Plugin Support

This theme has support for the following plugins:

  1. Gantt by Frédéric Guillot
  2. Bigboard by BlueTeck, Thomas Stinner, Pierre Cadeot, PapeCoding
  3. StarredProjects by BibLibre
  4. TaskProgressBar by Valentino Pesce
  5. Customizer by Craig Crosby

Reporting Issues

Please create an issue for any bugs you've found.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.