-
Notifications
You must be signed in to change notification settings - Fork 27
Dashboards import feature update #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,19 @@ The number of dashboards you can create depends on your Aura tier: | |
|
||
== Creating a dashboard | ||
|
||
If you have no dashboards, select **Create dashboard** and either **Create from scratch** or **Import**. | ||
Alternatively, select **Create with AI**. | ||
If you have no dashboards, select **Create with AI**, **Create from scratch** or **Import**. | ||
|
||
.Create your first dashboard | ||
image::dashboards/create-first-dashboard.png[] | ||
|
||
If you already have a dashboard and want to create another, use **Create Dashboard** at the top right, and select **Create from scratch**, **Import** or **Create with AI**. | ||
If you already have a dashboard and want to create another, use either **Import** or **Create** and then **Create from scratch**, or **Create with AI** at the top right. | ||
|
||
See xref::/dashboards/ai-dashboards.adoc[] for advice how to create a dashboard via prompt. | ||
|
||
**Create from scratch** takes you directly to a new and empty dashboard. | ||
|
||
See xref:/dashboards/import.adoc[] to learn more about importing dashboards. | ||
|
||
See xref::/dashboards/ai-dashboards.adoc[] for advice how to create a dashboard via prompt. | ||
|
||
|
||
== Editing a dashboard | ||
|
@@ -57,4 +57,15 @@ Use the six dots at the top left of a card to drag and drop it within the grid o | |
|
||
== Deleting a dashboard | ||
|
||
In the dashboards tile page, use the more menu *[...]* of a dashboard tile and select **Delete**, then confirm. | ||
In the dashboards tile page, use the more menu *[...]* of a dashboard tile and select **Delete**, then confirm. | ||
|
||
|
||
== Exporting the dashboard JSON as a file | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. since we have a page for import that is seperate from 'managing dashboards', maybe we should also have an individual page for export? Or merge the import/export pages into one? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
it's not a lot of text - i added the actual description to the "Managing dashboards" page, and then referred to those in the "Import" page. How about changing "Import" to "Import and export", and then make it clearer in terms of subheadings? |
||
|
||
In the dashboards tile page, use the more menu *[...]* of a dashboard tile and select **Export file...**. | ||
Neo4j Aura creates a dashboard JSON file with the following format: `[dashboard title]_[current date as YYYY-MM-DD].json`. | ||
|
||
|
||
== Copying the dashboard JSON to clipboard | ||
|
||
In the dashboards tile page, use the more menu *[...]* of a dashboard tile and select **Copy to clipboard**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it make sense to add a section here
Importing a dashboard
that just links to the Import docs?