diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-13 15:11:27 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-10-13 15:11:27 +0700 |
commit | e616d2e138e24a2e82bed74f75734acd80022d32 (patch) | |
tree | ed3f8f487c4c7c8bac1f18f55adc77d24fff8c3e /content/projects/acanban.md | |
parent | d58a2d43f4f6ad626daf89597082b2a1e0dd209b (diff) | |
download | blog-e616d2e138e24a2e82bed74f75734acd80022d32.tar.gz |
Remove "projects" section
Since it's confusing and may be misleading, even with the disclaimer
Diffstat (limited to 'content/projects/acanban.md')
-rw-r--r-- | content/projects/acanban.md | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/content/projects/acanban.md b/content/projects/acanban.md deleted file mode 100644 index 19212ec..0000000 --- a/content/projects/acanban.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Acanban -language: en -translationKey: projects-acanban -disable_feed: true -layout: project -name: Acanban -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 |