Skip to content

Commit

Permalink
Small additions issue dashboard & fix zoom in (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent authored Nov 25, 2024
1 parent 0564413 commit 20738bc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions changelog/2024-11-22-features-dashboard/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
slug: feature-request-and-issue-dashboard
title: Feature request & issue dashboard
tags: ['Enterprise']
description: Enterprise users now have access to a dedicated dashboard for tracking feature requests and issues.
features:
[
'Private issue tracking dashboard',
'Feature request tracking',
'Automatic email and Slack/Discord notifications',
'GitHub integration for issue tracking',
'Release tracking and notifications',
]
image: ./dashboard.png
docs: /docs/misc/support_and_sla#feature-request-and-issue-dashboard
---
8 changes: 4 additions & 4 deletions docs/misc/12_support_and_sla/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ Our support team is committed to ensuring your success with Windmill, and we are

## Feature request and issue dashboard

[Enterprise](/pricing) users have access to a dedicated feature request and issue dashboard, allowing them to submit and track their requests and issues. This fosters improved communication, visibility, and collaboration between the Windmill team and our enterprise customers. Additionally, updates to issues are automatically sent via email and to a designated Slack or Discord channel for easy tracking.
[Enterprise](/pricing) users have access to a dedicated feature request and issue dashboard, allowing them to submit and track their requests and issues. Additionally, updates to issues are automatically sent via email and to a designated Slack or Discord channel for easy tracking.

![Issue Dashboard](./dashboard.png)

### Configuration

Expand All @@ -77,15 +79,13 @@ To use the feature request and issue dashboard, follow these steps:

1. Access the dashboard at [https://portal.windmill.dev/issues](https://portal.windmill.dev/issues).
2. Log in using your authorized email address.
3. Create a new issue by clicking the "New private issue" of "New private feature request" button and filling out the form. If you believe your issue is of general public interest you can also create a public GitHub issue.
3. Create a new issue by clicking the "New private issue" or "New private feature request" buttons and filling out the form. If you believe your issue is of general public interest you can also create a public [GitHub issue](https://github.com/windmill-labs/windmill/issues).
4. View and update existing issues by clicking on them in the dashboard.
5. Receive email notifications and Slack/Discord updates about new issues and updates.
![Example Slack Notification](./example_slack_notification.png)
6. An issue is marked as done when a corresponding pull request is merged. The issue will be tagged as "release: pending"
7. Once a new release has been cut, you will be notified and the issue will be tagged with the release version.

![Issue Dashboard](./dashboard.png)

<div className="grid grid-cols-2 gap-6 mb-4">
<DocCard
title="Windmill Customer Portal"
Expand Down
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ const config = {
background: {
light: 'rgb(255, 255, 255)',
dark: 'rgb(50, 50, 50)'
}
},
margin: 60
}
},
navbar: {
Expand Down

0 comments on commit 20738bc

Please sign in to comment.