feat: add roadmap
This commit is contained in:
parent
f43157048e
commit
7694546aa1
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Roadmap
|
||||
---
|
||||
|
||||
The following is our currently planned roadmap:
|
||||
|
||||
## 2024
|
||||
|
||||
| Quarter | Focus Area | Activities |
|
||||
|---------|--------------------------------------------------------|------------|
|
||||
| Q1 | Streamlining Code and Systems | <ul><li>🔄 <strong>Rewrite portal software</strong> for better maintenance and protocol support.</li><li>🔧 <strong>Refactor relay software</strong> using Bun.js and comlink.</li><li>📡 <strong>Redesign kernel software</strong> to simplify communication protocols.</li></ul> |
|
||||
| Q2 | Portal Dashboard, Billing, Marketing, and File Syncing | <ul><li>💻 <strong>Launch a user-friendly portal dashboard.</strong></li><li>🌐 <strong>Develop a portal marketing website.</strong></li><li>📣 <strong>Collect user feedback</strong> for portal dashboard and portal website improvements.</li><li>💳 <strong>Integrate billing functionality</strong> with Stripe to portal.</li><li>🔄 <strong>Enable file metadata sharing</strong> between portals using Hypercore.</li></ul> |
|
||||
| Q3 | Platform Upgrades and App Development | <ul><li>📰 <strong>Update web3.news</strong> to align with new infrastructure.</li><li>🎮 <strong>Upgrade features</strong> in web3browser.io and web3toybox.com demos.</li><li>🌍 <strong>Develop a browser extension</strong> and cross-platform web3 proxy app combo.</li></ul> |
|
||||
| Q4 | IPFS Integration, Hosting Launch, and Community | <ul><li>🌐 <strong>Integrate IPFS support</strong> into the portal.</li><li>🖥️ <strong>Prepare project hosting</strong> for production.</li><li>📰 <strong>Enhance and expand web3.news.</strong></li><li>🛠️ <strong>Diversify web3.news integrations</strong> with static site builders and create starter projects.</li></ul> |
|
|
@ -37,6 +37,7 @@ const sidebars = {
|
|||
link: null,
|
||||
items: ["apps/browser-webapp"],
|
||||
},
|
||||
"roadmap",
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue