Skip to content

Commit 83b2362

Browse files
committed
Added roadmap
1 parent f45e33c commit 83b2362

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

docs/roadmap/index.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: "Project Roadmap"
3+
---
4+
5+
:::note
6+
Do not assume that this page is even remotely up to date, it's better to look at individual repositories instead.
7+
:::
8+
9+
## WeatherStack Core Roadmap
10+
11+
### 1.0.0
12+
13+
```mermaid
14+
---
15+
config:
16+
kanban:
17+
ticketBaseUrl: 'https://github.com/WeatherStack/core/issues/#TICKET#'
18+
---
19+
kanban
20+
Todo
21+
22+
In progress
23+
[Logger]@{ ticket: 1, assigned: MrBisquit, priority: 'Medium' }
24+
25+
Bugs
26+
[ws_core parsing flags as ports]@{ ticket: 2, assigned: MrBisquit, priority: 'High' }
27+
28+
Ready for testing
29+
30+
Done
31+
32+
```
33+
34+
## WeatherStack Edge Roadmap
35+
36+
## WeatherStack Docs
37+
```mermaid
38+
---
39+
config:
40+
kanban:
41+
ticketBaseUrl: 'https://github.com/WeatherStack/docs/issues/#TICKET#'
42+
---
43+
kanban
44+
Todo
45+
46+
In progress
47+
48+
Bugs
49+
50+
Ready for testing
51+
52+
Done
53+
54+
```

0 commit comments

Comments
 (0)