Skip to content

Commit

Permalink
Update roadmap and status page
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Dec 5, 2024
1 parent 6375cbe commit 4a5c25d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
35 changes: 12 additions & 23 deletions pages/public-roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ const tasks: {
}[];
} = {
released: [
{
link: '/releases/9.1.0/#cloud-deployments',
title: 'Custom sub domains in cloud deployments',
cloud: true,
target: null
},
{
link: '/releases/9.1.0/#improved-data-buckets-state-reporting',
title: 'Improved data buckets state reporting',
cloud: false,
target: null
},
{
title: 'Real-time collaboration improved presence',
cloud: true,
Expand Down Expand Up @@ -108,32 +120,9 @@ const tasks: {
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/1614',
title: 'Custom sub domains in cloud deployments',
cloud: true,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1581',
title: 'Improved data buckets state reporting',
cloud: false,
target: '_blank'
},
{
link: 'https://github.com/mockoon/mockoon/issues/1045',
title: 'Export logs as HAR',
Expand Down
7 changes: 7 additions & 0 deletions pages/status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const incidents: {
dateEnd: string;
status: 'inprogress' | 'resolved';
}[] = [
{
title: 'All services - Schedule downtime, v9.1.0 release',
desc: 'All services will be restarted to apply the v9.1.0 release. The downtime is expected to last less than 15 minutes. We apologize for the inconvenience.',
dateStart: '2024-10-25 17:00:00 UTC',
dateEnd: '2024-10-25 17:15:00 UTC',
status: 'resolved'
},
{
title: 'All services - Schedule downtime, v9.0.0 release',
desc: 'All services will be restarted to apply the v9.0.0 release. The downtime is expected to last less than 5 minutes. We apologize for the inconvenience.',
Expand Down

0 comments on commit 4a5c25d

Please sign in to comment.