🚚 move project infra to planning
This commit is contained in:
parent
18c9a59bb3
commit
b63f0d9039
1 changed files with 3 additions and 26 deletions
|
|
@ -1,30 +1,7 @@
|
||||||
### Document Roadmap
|
### Development
|
||||||
* [ ] Each section has heading, [sections-link](#sections) and at least one bullet point
|
* Development Cycle [Agile](https://www.atlassian.com/agile/scrum/sprints)
|
||||||
* [ ] 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
|
|
||||||
|
|
||||||
|Project Infrastructure | Example |
|
## Development Infrastructure
|
||||||
|----|----|
|
|
||||||
| 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
|
|
||||||
* **[Setup Dev Machine](setup-dev-machine.md)**
|
* **[Setup Dev Machine](setup-dev-machine.md)**
|
||||||
* **Setup Environments**
|
* **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/).
|
* 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/).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue