An open source project management tool with Kanban boards

栏目: IT技术 · 发布时间: 5年前

内容简介:A free & open source alternative project management tool.Currently citadel only offers basic task tracking through a Kanban board.

Project Citadel - An open source project management tool

An open source project management tool with Kanban boards

Overview

A free & open source alternative project management tool.

Features

Currently citadel only offers basic task tracking through a Kanban board.

Currently you can do the following to tasks:

  • Add colors & named labels
  • Add due dates
  • Descriptions written in Markdown
  • Assign members
  • Checklists
  • Mark tasks as complete

Installation

With docker & docker-compose

You'll need both docker & docker-compose installed.

Now do the following:

docker-compose -p citadel up -d
docker-compose -p citadel -f docker-compose.yml -f docker-compose.migrate.yml run --rm migrate

This will start a postgres instance as well as a citadel instance.

The second command runs the database shema migrations.

If you visit http://localhost:3333 , you will get redirected to the installation screen so that you can create the first system user.

From Source

You'll need Golang installed on your machine.

Next, clone the repository:

git clone https://github.com/JordanKnott/project-citadel && cd project-citadel

Next we need to build the binary. This project uses Mage for its build tool.

go run cmd/mage/main.go install
go run cmd/mage/main.go build

This will:

  • Install all yarn packages for the frontend
  • Build the React frontend
  • Embed the React frontend in the binary
  • Compile the final exectuable binary

The newly created citadel binary can be found in the dist folder.

It contains everything neccessary to run except the config file. An example config file can be found in conf/app.example.toml

The config will need to be copied to a conf/app.toml in the same place the binary is.

Make sure to fill out the database section of the config in order to connect it to your database.

Then run the database migrations with citadel migrate .

Now you can run the web interface by running citadel web

Roadmap

This is a list of features that will eventually be added to Citadel in no particular order:

  • Add a calender tab overview of task due dates
  • Add lists tab overview of tasks (alternative view to Kanban )
  • Add gantt timeline view (with swimlanes)
  • Implemention list actions (copy, mass delete, etc)
  • Task sorting, filtering, and search
  • Custom fields
  • Automation rules
  • Wiki tab
  • Progress tab
  • Archive tasks, then option to delete instead of only being able to delete tasks
  • Keyboard shortcuts
  • Custom project backgrounds
  • Custom project colors
  • Portfolio view

License

MIT License


以上所述就是小编给大家介绍的《An open source project management tool with Kanban boards》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

乔布斯离开了,马斯克来了

乔布斯离开了,马斯克来了

[日]竹内一正 / 干太阳 / 中信出版社 / 2015-11

在电动汽车的创新上,特斯拉抓住了一个群体的独特需求,外形很酷,不烧油,智能化控制。所有的颠覆式创新都不是敲锣打鼓来的,而是隐藏在一片噪声里,马斯克给我们带来的特斯拉虽然不尽完美,但他做产品的思维和执着于未来的勇气,值得学习。埃隆•马斯克创办公司也不是为了赚钱,而是为了拯救人类和地球,电动汽车、太阳能发电、宇宙火箭,不管是哪一项都足以令一个国家付出巨大的代价去研究开发,但埃隆•马斯克却一个人在做这些......一起来看看 《乔布斯离开了,马斯克来了》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具