diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-24 21:53:43 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-24 21:53:53 +0700 |
commit | f80c310c0f9d38f19255a3555a55bde1cd535c87 (patch) | |
tree | abf76e6648ecee5357cbecf086d21d023312958a /content/projects/acanban.md | |
parent | 1f8681eae557f4963c2b44ce5927222d0bfbaf82 (diff) | |
download | blog-f80c310c0f9d38f19255a3555a55bde1cd535c87.tar.gz |
Add projects section
Diffstat (limited to 'content/projects/acanban.md')
-rw-r--r-- | content/projects/acanban.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/projects/acanban.md b/content/projects/acanban.md index ee6205a..7e61f52 100644 --- a/content/projects/acanban.md +++ b/content/projects/acanban.md @@ -9,6 +9,16 @@ author: me authorURL: / projectURL: https://github.com/Huy-Ngo/acanban projectStatus: dead +categories: ["software", "web", "project management system"] +tags: ["python", "ipfs", "academic", "kanban board", "project management"] --- Acanban is a defunct academic-oriented project management system. +It was an experiment of applying multiple techniques to develop a system +to manage school projects by students in our university. What made it differ +from other project management systems is that it allows some activities +specific to academic context, such as submitting report or evaluation. + +You can find a report documenting our development [on the repo][doc] + +[doc]: https://raw.githubusercontent.com/Huy-Ngo/acanban/main/paper/build/latex/acanban.pdf |