mirror of https://github.com/logos-co/roadmap.git
add gantt to p2p milestones
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
parent
c07dced453
commit
642e459931
|
@ -2,7 +2,26 @@
|
|||
title: "Gossipsub Stagger Send"
|
||||
---
|
||||
## `vac:p2p:nimlibp2p:vac:gossipsub-stagger-send`
|
||||
--
|
||||
---
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section p2p:nimlibp2p
|
||||
Gossipsub Stagger Send , 2023-06-01, 2023-07-31
|
||||
```
|
||||
|
||||
### Description
|
||||
|
||||
|
|
|
@ -2,9 +2,30 @@
|
|||
title: "WebRTC Transport"
|
||||
---
|
||||
## `vac:p2p:nimlibp2p:vac:webrtc-transport`
|
||||
--
|
||||
---
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section p2p:nimlibp2p
|
||||
WebRTC Transport , 2023-04-01, 2023-07-31
|
||||
```
|
||||
|
||||
### Description
|
||||
|
||||
|
||||
### Deliverables
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue