An open source project management tool with Kanban boards
Go to file
2020-07-16 21:57:20 -05:00
.github change: add project README 2020-06-23 17:33:44 -05:00
cmd feature: add web & migrate commands 2020-07-15 18:22:25 -05:00
conf feature: add web & migrate commands 2020-07-15 18:22:25 -05:00
data arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
frontend fix: show correct label variant based on setting 2020-07-16 21:57:20 -05:00
internal fix: ignore system user in users query & add full name to user in install route 2020-07-16 21:57:02 -05:00
migrations feature: add first time install process 2020-07-16 19:40:23 -05:00
scripts arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
templates/mail/user arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
uploads change: add .keep to .gitignore exclusion list 2020-07-04 18:14:05 -05:00
.gitignore feature: add web & migrate commands 2020-07-15 18:22:25 -05:00
.tmuxinator.yml change: update tmuxinator script to reflect new dir structure 2020-07-04 18:10:28 -05:00
docker-compose.yml arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
go.mod feature: add web & migrate commands 2020-07-15 18:22:25 -05:00
go.sum feature: add web & migrate commands 2020-07-15 18:22:25 -05:00
gqlgen.yml chore: project cleanup and bugfixes 2020-07-12 02:06:11 -05:00
magefile.go feature: add web & migrate commands 2020-07-15 18:22:25 -05:00
Makefile arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
Pipfile arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
README.md docs(README): add features & roadmap section 2020-07-12 02:17:53 -05:00
sqlc.yaml arch: move web folder into api & move api to top level 2020-07-04 18:08:37 -05:00
sword_hash) VALUES (NOW(), '', 'SYS', 'system', 'System', 'owner', ''); feature: add first time install process 2020-07-16 19:40:23 -05:00

Project Citadel - An open source project management tool

Citadel

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

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