Skip to content

Commit

Permalink
Merge pull request #3662 from dfinity/add-ninja-to-roadmap
Browse files Browse the repository at this point in the history
chore: add ninja to dx roadmap
  • Loading branch information
dfx-json authored Nov 5, 2024
2 parents 0ac10ff + 095e50d commit 67e491f
Showing 1 changed file with 59 additions and 6 deletions.
65 changes: 59 additions & 6 deletions roadmap/entries/data-dx.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"title": "Canister snapshots",
"overview": "Allow for canister snapshots to be created on chain. Snapshots can be exported to and imported from off-chain storage.",
"status": "in_progress",
"status": "deployed",
"forum": "https://forum.dfinity.org/t/canister-backup-and-restore-community-consideration/22597",
"proposal": "",
"docs": "",
Expand Down Expand Up @@ -46,7 +46,7 @@
"proposal": "https://dashboard.internetcomputer.org/proposal/106146",
"docs": "",
"eta": "",
"status": "upcoming",
"status": "in_progress",
"is_community": true,
"in_beta": false,
"milestone_id": "Thorium",
Expand All @@ -55,7 +55,7 @@
{
"title": "Standardized canister response codes",
"overview": "Standardize canister response codes, particularly error codes, to enable better composability of services from canister smart contracts.",
"status": "upcoming",
"status": "deployed",
"forum": "",
"proposal": "",
"docs": "",
Expand All @@ -70,7 +70,7 @@
"proposal": "",
"docs": "",
"eta": "",
"status": "in_progress",
"status": "deployed",
"is_community": true,
"in_beta": false,
"milestone_id": "Beryllium"
Expand All @@ -82,7 +82,60 @@
"milestone_id": "Beryllium",
"eta": "",
"status": "in_progress",
"eta_to_render": "October 2024"
"eta_to_render": "November 2024"
},
{
"title": "Code Authoring and Development Workflows",
"is_milestone": true,
"description": "This milestone introduces new products that make building on ICP fast, fun, and educational.",
"milestone_id": "Coulomb",
"eta": "",
"status": "in_progress",
"eta_to_render": ""
},
{
"title": "ICP Ninja BETA",
"overview": "ICP Ninja is your go-to online platform for developing and deploying smart contracts on the Internet Computer (ICP).",
"status": "deployed",
"forum": "https://forum.dfinity.org/t/announcing-icp-ninja/36396",
"proposal": "",
"docs": "https://internetcomputer.org/docs/current/developer-docs/developer-tools/ide/icp-ninja",
"is_community": false,
"in_beta": true,
"milestone_id": "Coulomb"
},
{
"title": "ICP Ninja User Experience Enhancements",
"overview": "ICP Ninja will receive a number of new user experience enhancements, such as dark mode and the ability to modify the file tree.",
"status": "in_progress",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": true,
"milestone_id": "Coulomb"
},
{
"title": "ICP Ninja Developer Productivity Enhancements",
"overview": "ICP Ninja will get additional features that improve developer productivity, such as the ability to view logs and see live compilation feedback.",
"status": "in_progress",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": true,
"milestone_id": "Coulomb"
},
{
"title": "Revamped Onboarding",
"overview": "The developer documentation will receive a number of updates focused on improving the onboarding journey for first time ICP developers.",
"status": "in_progress",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false,
"milestone_id": "Coulomb"
},
{
"title": "Cycles and instruction insights",
Expand All @@ -104,7 +157,7 @@
"proposal": "",
"docs": "",
"eta": "Q2 2024",
"status": "in_progress",
"status": "deployed",
"is_community": true,
"in_beta": false,
"milestone_id": "Thorium",
Expand Down

0 comments on commit 67e491f

Please sign in to comment.