mirror of https://github.com/logos-co/roadmap.git
chore: create QA codex discovery milestone (#110)
This commit is contained in:
parent
0beb638cf2
commit
3957f3681e
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
title: "Test Automation Codex Discovery"
|
||||
---
|
||||
## `vac:qa::codex:test-automation-codex-discovery`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
tickInterval 1month
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
Test Automation Codex Discovery: 2024-09-01, 2024-10-30
|
||||
```
|
||||
|
||||
- status: 0%
|
||||
- CC: Florin
|
||||
|
||||
### Description
|
||||
|
||||
- The goal of this milestone is to check unit and integration coverage of [nim-codex](https://github.com/codex-storage/nim-codex) and other repos in [Codex org](https://github.com/codex-storage) which nim-codex depends on.
|
||||
- Deliverables will be a document showcasing existing testing coverage, gaps, CI capabilities and recommended improvements.
|
||||
|
||||
### Justification
|
||||
|
||||
|
||||
### Deliverables
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- dst
|
||||
- vac
|
||||
date: 2024-02-06
|
||||
lastmod: 2024-07-29
|
||||
lastmod: 2024-08-19
|
||||
---
|
||||
|
||||
## `vac:qa::`
|
||||
|
@ -35,3 +35,6 @@ lastmod: 2024-07-29
|
|||
### `nomos:`
|
||||
* [[vac/qa/g/nomos/test-automation-cryptarchia|test-automation-cryptarchia ]]
|
||||
* [[vac/qa/g/nomos/test-automation-data-availability|test-automation-data-availability ]]
|
||||
|
||||
### `codex:`
|
||||
* [[vac/qa/g/codex/test-automation-codex-discovery|test-automation-codex-discovery ]]
|
||||
|
|
Loading…
Reference in New Issue