Skip to content

Commit

Permalink
[Documentation] Update V1 Roadmap Timelines (#486)
Browse files Browse the repository at this point in the history
## Description

Updating the roadmap timelines to reflect current project resources.

## Issue

NA

## Type of change

Please mark the relevant option(s):

- [ ] New feature, functionality or library
- [ ] Bug fix
- [ ] Code health or cleanup
- [ ] Major breaking change
- [x] Documentation
- [ ] Other <!-- add details here if it a different type of change -->

## List of changes

- Testnet delivery pushed back 2 months (May to July 2023)
- All other timelines pushed back accordingly
- "Last Updated" date updated to today 
- Fixed minor issue with "M4" (was not hyperlinked to Milestones)

## Testing

- [ ] `make develop_test`
- [ ] [LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md) w/ all of the steps outlined in the `README`

## Required Checklist

- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [x] I have tested my changes using the available tooling
- [ ] I have updated the corresponding CHANGELOG

### If Applicable Checklist
- [ ] I have updated the corresponding README(s); local and/or global
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s)
- [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
  • Loading branch information
jessicadaugherty authored Feb 2, 2023
1 parent ed1a62a commit 36d06c6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/roadmap/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roadmap & Milestones <!-- omit in toc -->

This document was last updated on 09-15-2022.
This document was last updated on 02-02-2022.

- [V1 Roadmap](#v1-roadmap)
- [Milestones](#milestones)
Expand All @@ -25,17 +25,17 @@ gantt
title Pocket V1 Roadmap
dateFormat YYYY-MM-DD
section Milestone 1
Pocket PoS :a1, 2022-06-01, 333d
Pocket PoS :a1, 2022-06-01, 395d
section Milestone 2
Pocket DoS :a1, 2022-07-01, 303d
Pocket DoS :a1, 2022-07-01, 365d
section Milestone 3
Pocket RoS :a1, 2022-12-01, 180d
Pocket RoS :a1, 2022-12-01, 241d
section Milestone 4
Pocket CoS :a1, 2023-05-01, 150d
Pocket CoS :a1, 2023-07-01, 152d
section Milestone 5
Pocket IoS :a1, 2023-09-30, 45d
Pocket IoS :a1, 2023-12-01, 45d
section Milestone 6
Pocket FoS :a1, 2023-09-30, 90d
Pocket FoS :a1, 2024-01-15, 90d
```

## Milestones
Expand Down Expand Up @@ -69,7 +69,7 @@ gantt
- Devnet supporting ETH relays
- Initial implementation of reward distribution, report cards, etc...

### M4. [Pocket CoS (Cloud of Services)](https://github.com/pokt-network/pocket/milestone/20)
### [M4. Pocket CoS (Cloud of Services)](https://github.com/pokt-network/pocket/milestone/20)

#### Goals:

Expand Down

0 comments on commit 36d06c6

Please sign in to comment.