File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments