Giter VIP home page Giter VIP logo

taskboard's Introduction

taskboard

A very simple kanban taskboard.

This is a working in progress but it is ready for a test drive.

It uses AngularJS for the frontend and Go(golang) for the backend. The data is stored in a MySQL database. goSQL is used for all database operations. The backend supplies JSON services that the frontend consumes.

Features

  • Multiple boards
  • Drag n Drop of tasks
  • “Real time” refresh between multiple browsers looking to the same board
  • Configurable e-mail notifications when a task is droped in a column
  • Authentication
  • Authorization

Dependencies

Go 1.2

go get github.com/quintans/taskboard

Installation

  1. Install a MySQL database.
  2. Execute sql/create.sql to create a database and user.
  3. Connect to the created dabase with the created user and execute sql/taskboard.sql and sql/populate.sql
  4. Copy taskboard.ini.template to taskboard.ini and change taskboard.ini to reflect the execution environment.
  5. Compile and execute

How To

  1. Login with admin/admin
  2. From the Board menu choose "New Board"
  3. From the Board menu choose "New Column"
  4. Double click on the column name to edit its name
  5. Click the + icon of a column to add a task
  6. Double click in a task to edit
  7. Drag a task to another column or position and observe other browsers, open in the same board, upating.
  8. Click in the gear icon of the task to add e-mail notification (do not forget to configure the smtp server in the taskboard.ini file)
  9. To choose another board, choose "Open Board" from the Board menu.
  10. Non admin users can only add tasks if they belong to the board. Add them with the menu option Board > Board Users.
  11. To add new users to the application you must be logged with admin. Then add them eith the menu option Admin > Manage Users.

Todo

  • Tests
  • Sanitize HTML
  • SSL

taskboard's People

Contributors

quintans 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.