Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Nov 4, 2024
1 parent 3813a9c commit 779feb2
Showing 1 changed file with 43 additions and 68 deletions.
111 changes: 43 additions & 68 deletions pages/public-roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,110 +43,85 @@ const tasks: {
}[];
} = {
released: [
{
link: '/releases/8.4.0#random-latencies',
title: 'Randomized lantency',
cloud: false,
target: null
},
{
link: '/docs/latest/mockoon-cloud/api-mock-cloud-deployments/',
title: 'API deployments in the cloud',
cloud: true,
target: null
},
{
link: '/ai-powered-api-mocking/',
title: 'AI powered HTTP endpoints mocking',
cloud: true,
target: null
},
{
link: '/docs/latest/admin-api/overview/',
title: 'Admin API',
cloud: false
},
{
link: '/docs/latest/mockoon-cloud/data-synchronization-team-collaboration/',
title: 'Real-time collaboration for teams',
cloud: true
},
{
link: '/docs/latest/mockoon-cloud/data-synchronization-team-collaboration/',
title: 'Data synchronization for solo developers',
cloud: true
},
{
link: '/docs/latest/variables/environment-variables/',
title: 'Environment variables support in templating',
cloud: false
},
{
link: '/docs/latest/variables/global-variables/',
title: 'Global variables',
cloud: false
},
{
link: '/docs/latest/api-endpoints/crud-routes/#filtering-sorting-and-pagination-on-the-main-get-route',
title: 'CRUD routes filtering',
cloud: false
}
],
inProgress: [
{
title: 'Real-time collaboration improved presence',
cloud: true,
link: 'https://github.com/mockoon/mockoon/issues/1512',
target: '_blank'
link: '/docs/latest/mockoon-cloud/data-synchronization-team-collaboration/#team-collaboration-and-conflict-handling',
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/83',
link: '/docs/latest/api-endpoints/websockets/',
title: 'WebSockets support',
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1444',
link: '/docs/latest/route-responses/dynamic-rules/#4-comparison-operator',
title: 'New array includes rule operator',
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1452',
link: '/docs/latest/route-responses/dynamic-rules/#4-comparison-operator',
title: 'New JSON schema validation rule operator',
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1467',
link: '/docs/latest/route-responses/dynamic-rules/#2-targets-name-or-path-or-template',
title: "New request's method rule",
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1468',
link: '/docs/latest/route-responses/dynamic-rules/#2-targets-name-or-path-or-template',
title: "New request's path rule",
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1098',
link: '/docs/latest/templating/mockoon-helpers/#setdata',
title: 'New setData templating helper',
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1445',
link: '/docs/latest/requests/supported-body-formats/#multipart-form-data-support',
title: 'File upload metadata support',
cloud: false,
target: '_blank'
target: null
},
{
link: 'https://github.com/mockoon/mockoon/issues/1542',
link: '/docs/latest/api-endpoints/crud-routes/#autogenerated-ids-and-numeric-ids',
title: 'CRUD ids auto-increment',
cloud: false,
target: '_blank'
target: null
},
{
link: '/releases/8.4.0#random-latencies',
title: 'Randomized lantency',
cloud: false,
target: null
},
{
link: '/docs/latest/mockoon-cloud/api-mock-cloud-deployments/',
title: 'API deployments in the cloud',
cloud: true,
target: null
},
{
link: '/ai-powered-api-mocking/',
title: 'AI powered HTTP endpoints mocking',
cloud: true,
target: null
},
{
link: '/docs/latest/admin-api/overview/',
title: 'Admin API',
cloud: false
}
],
inProgress: [
{
link: 'https://github.com/mockoon/mockoon/issues/1045',
title: 'Export logs as HAR',
Expand Down

0 comments on commit 779feb2

Please sign in to comment.