From b63f0d90393321804b2f647e7e16bd3a2d4493d3 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 12 Mar 2022 20:44:32 +0100 Subject: [PATCH] :truck: move project infra to planning --- methodology-development.md | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/methodology-development.md b/methodology-development.md index fb4fba5..7f01476 100644 --- a/methodology-development.md +++ b/methodology-development.md @@ -1,30 +1,7 @@ -### Document Roadmap - * [ ] Each section has heading, [sections-link](#sections) and at least one bullet point - * [ ] Each section should covers fixed topics (version control, systems management, docuementation) - * [ ] Information that doesn't fit into phases goes to [_Topic Hierarchy_](#topic-hierarchy) - * [ ] Add [Custom utils](https://dev.to/kenbellows/a-few-python-repl-config-tricks-3o6i). - - #### Project Infrastructure +### Development +* Development Cycle [Agile](https://www.atlassian.com/agile/scrum/sprints) -|Project Infrastructure | Example | -|----|----| -| Issue / Project tracking | Jira | -| Code repository | Github / RedMine | -| Knowledge Base / Document Center | Confluence / RedMine | -| Docker registry[^1] | Docker Hub / Harbor / AWS Contanier Registry | - -#### Development Cycle - -* [Agile](https://www.atlassian.com/agile/scrum/sprints) - - -### Sections -* [Setup](#setup) ([Version Control](#setup-version-control), [Environments](#setup-server-management), Documentation) -* [Develop](#develop) ([Version Control](#develop-with-version-control), Server Management, Documentation) -* Deploy -* Deliver? - -## Develop +## Development Infrastructure * **[Setup Dev Machine](setup-dev-machine.md)** * **Setup Environments** * You should be able to run the code and develop without a dedicated server. Get virtualized with [docker-compose](https://docs.docker.com/compose/compose-file/compose-file-v3/).