From ae7e94ceb6431cd2f2b7d92c95e1c7f91668ca37 Mon Sep 17 00:00:00 2001 From: Pablo Baleztena Date: Wed, 4 Sep 2024 19:23:11 -0300 Subject: [PATCH] [syntropy] Add basic project readme --- apps/syntropy/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apps/syntropy/README.md diff --git a/apps/syntropy/README.md b/apps/syntropy/README.md new file mode 100644 index 0000000..b8696bf --- /dev/null +++ b/apps/syntropy/README.md @@ -0,0 +1,15 @@ +# Syntropy + +Syntropy is a platform for organizing development teams and projects based on the `Fabric` framework. + +## Features + +- [ ] Manage users +- [ ] Manage teams +- [ ] Manage projects + - [ ] Manage user stories + - [ ] Manage tasks and iterations + - [ ] Create and initialize projects and repositories +- [ ] Manage repositories +- [ ] Manage CI/CD pipelines +- [ ] Manage deployments