Giter Site home page Giter Site logo

inhaquites / kandu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datasilk/kandu

0.0 1.0 0.0 4.08 MB

A secure, open source kanban web application built in ASP.net Core & SQL Server

License: Apache License 2.0

C# 43.11% CSS 5.41% JavaScript 28.23% HTML 8.53% TSQL 9.18% Less 5.53%

kandu's Introduction

Kandu

Kandu is an open source kanban application for the web, built in ASP.net Core & SQL Server.

This project was an effort started by Mark Entingh, who wanted to keep using Trello offline but couldn't (since Trello runs on a Saas platform), so he decided to clone and improve upon it.

Requirements

  • Visual Studio 2017
  • ASP.NET Core 2.0
  • SQL Server 2016
  • Node.js
  • Gulp

Installation

  1. Clone the repository:

    git clone http://github.com/datasilk/kandu --recursive NOTE: make sure to use the --recursive option when cloning since this repository relies on various git submodules

  2. Run command npm install

  3. Run command gulp default

  4. In Visual Studio, build then publish the SQL project to SQL Server 2016 (or greater), to a database named Kandu

  5. Open config.json and make sure the database connection string for property SqlServerTrusted points to your database.

  6. Click Play in Visual Studio 2017

That's it! Enjoy true freedom & security with your private copy of Kandu.

Kanban Board List View an overall list of boards that you have access to


Kanban Board List Traditional grey cards against a pleasantly colored background


Kanban Board List Change the theme for your board to use colored cards instead of grey ones


Kanban Board List Toggle a feature to always show the boards menu in a side bar instead of a drop down menu


Current Features

  • Choose from 10 vibrant colors (along with black & grey) as a theme for each of your boards
  • Choose either grey lists or colored lists to display within your boards
  • Infinite boards, lists & cards
  • Drag & drop cards from one list to another
  • Rearrange lists within a board
  • Update a card's description with markdown syntax
  • Archive & permanently delete cards from lists
  • Import individual boards from Trello by uploading a JSON file

Future Development

As of February 1st, 2018, there are many basic features that need to be implemented into the application for Kandu to work equivilant to Trello. These features include:

  • Archiving & permanently deleting boards, lists, cards, checklists, & attachments
  • Adding & managing team members & board members
  • Adding comments to cards
  • Updating a card's title
  • Attaching photos & files to a card
  • Creating checklists for a card
  • Copy a checklist from another card
  • Adding a due date to a card
  • Copy/Move lists or individual cards to other boards
  • Favorite boards
  • Subscribe to a card or board
  • Email server configuration (ability to send whitelisted emails to users)
  • Server task scheduler for sending email reminders for cards with due dates
  • Manage user account/profile settings
  • Export board in JSON or CSV format
  • Background images for boards
  • Finger gesture support for drag & drop capabilities on mobile devices
  • Filter cards based on keywords, label, assigned member, due date range
  • View historical activity for boards & cards
  • Create & manage labels for a board
  • Emojis in card comments
  • Mentions in card comments
  • Custom scrollbars for drop down menus & application body

Future development of features that are unique to Kandu

Custom HTML Card Layout

  • Used for individual cards, displaying unique information about a card in a unique way
  • The user can write HTML & CSS to make forms, buttons, anchor links, and a whole UI for a card
  • Multiple cards can utilize the same custom HTML layout, so the user writes once and it affects all cards that use the same layout
  • The user can write custom variables within the HTML (e.g. {{artist-name}}), which in turn will create custom form fields within the card details popup for the user to fill out. The variables will then be replaced with the values the user typed into the fields.

Credits

This web application was developed by Mark Entingh and inspired by the popular kanban application, Trello.

kandu's People

Contributors

markentingh avatar

Watchers

James Cloos avatar

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.