From 5c8401f1c92d807cd2bf06433ae9a1b7b5c2d86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Mon, 14 Mar 2022 19:16:00 +0100 Subject: [PATCH] The number of hours is set now. No timeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Dachary --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index c0c3988..97de896 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # TODO(July MVP) - [x] check the task list (@aravinth) -- [ ] set a number of hours next to each task (@loic @aravinth) -- [ ] sort the tasks in the timeline so that it fits (@loic @aravinth) +- [x] set a number of hours next to each task (@loic @aravinth) --- @@ -263,12 +262,3 @@ This covers provisioning and maintaining the resources required to develop and d ### Release management (loic: 8h, aravinth: 24h) (owner: loic, aravinth) @loic: I assume the software stack + documentation will be python based because that's the language we're both familiar with. And there will be some docker image wrapping this because the devops part of things has lots of dependencies, in the same way enough.community does. The release management is about publishing the software stack on pypi, the documentation on rtd and the docker images on the docker hub. - -# Timeline - -## Static pages: 15/03 - 31/03(@aravinth) - -- [ ] Custom domain routing(15/03 - 23/03) -- [ ] Configuration parsing from repository (23/03 - 24/03) -- [ ] ACME implementation for TLS certificates (25/03) -- [ ] Website preview on pull requests (26/03 - 31/03)