diff --git a/web-app/query-editor/query-lineage.mdx b/web-app/query-editor/query-lineage.mdx index 7d04f1ad..80af9414 100644 --- a/web-app/query-editor/query-lineage.mdx +++ b/web-app/query-editor/query-lineage.mdx @@ -32,4 +32,4 @@ To view a query’s lineage: To view the lineage graph in full-screen mode, click the expand icon in the top-right corner of the graph. -Different kinds of objects in the graph are displayed with distinct colors to help you quickly identify them: Dune-defined tables and views are shown in orange, Referenced queries appear in blue and Materialized views are displayed in green. \ No newline at end of file +Different kinds of objects in the graph are displayed with distinct colors to help you quickly identify them: Dune-defined tables and views are shown in orange, referenced queries appear in blue, and materialized views are displayed in green. \ No newline at end of file diff --git a/web-app/query-editor/query-scheduler.mdx b/web-app/query-editor/query-scheduler.mdx index a0bff29e..067b5b95 100644 --- a/web-app/query-editor/query-scheduler.mdx +++ b/web-app/query-editor/query-scheduler.mdx @@ -49,7 +49,7 @@ To keep your dashboard up-to-date and to ensure that your queries are executed r - The query schedule is removed when the queries are archived or when the ownership changes (e.g., when a query is migrated). - There are no notifications available for scheduled query failures as of now. Rest assured, these failures do not result in any charges to your account. -#### Adjusting or Cancelling a Query Schedule +#### Adjusting or Canceling a Query Schedule If you need to modify or cancel a query schedule, click on the scheduler icon to open the scheduling dialog. Make changes as needed or click "Stop" to cancel the schedule. diff --git a/web-app/query-editor/query-window.mdx b/web-app/query-editor/query-window.mdx index 05b0246a..79919353 100644 --- a/web-app/query-editor/query-window.mdx +++ b/web-app/query-editor/query-window.mdx @@ -83,7 +83,7 @@ Here are a handful of shortcuts to make crafting Queries easier: | ctrl + enter | execute the Query | | ctrl + # or / | comments out the selected code | | ctrl + space | brings up a list of keywords | -| crtl + z | undoes your last changes | +| ctrl + z | undoes your last changes | | ctrl + y | redoes your last changes | | ctrl + f | search for keywords | | ctrl + h | search and replace keywords | diff --git a/web-app/query-editor/version-history.mdx b/web-app/query-editor/version-history.mdx index 4a55d31c..84cbeb9a 100644 --- a/web-app/query-editor/version-history.mdx +++ b/web-app/query-editor/version-history.mdx @@ -9,7 +9,7 @@ All queries come with version history, where you can compare and revert to previ **History Length** -Everyone gets 30 days by default, you can upgrade your plan for longer history access. +Everyone gets 30 days by default; you can upgrade your plan for longer history access. ### Start of a new version diff --git a/web-app/search.mdx b/web-app/search.mdx index 98ae8bf0..f7ab66f7 100644 --- a/web-app/search.mdx +++ b/web-app/search.mdx @@ -39,7 +39,7 @@ These are the filters we currently support: | `created_before` | Only include matches created before or at a given date. | `created_before:2023-01-30` | | `created_after` | Only include matches created after or at a given date. | `created_after:2023-01-30` | | `updated_before` | Only include matches updated before or at a given date. | `updated_before:2023-01-30` | -| `updated_after` | Only include matches updated before or at a given date. | `updated_after:2023-01-30` | +| `updated_after` | Only include matches updated after or at a given date. | `updated_after:2023-01-30` | Notes: diff --git a/web-app/teams.mdx b/web-app/teams.mdx index 4ac17b67..9a2504cd 100644 --- a/web-app/teams.mdx +++ b/web-app/teams.mdx @@ -39,7 +39,7 @@ Team Queries and Dashboards are created the same way they are for individual acc ## Switching Contexts -Once you are member of a team, you can switch between your personal context and your Team context. Accordingly, the "my creations" page will show your personal creations or your team's creations. +Once you are a member of a team, you can switch between your personal context and your Team context. Accordingly, the "my creations" page will show your personal creations or your team's creations. Additionally, all queries and dashboards created in the team context will be owned by the team and not by you personally. ![](/web-app/images/context-switcher.jpeg) @@ -56,7 +56,7 @@ In the [Version History](/web-app/query-editor/version-history) edits you make w Private dashboards and queries are available for the team or personal account they are in. - You have to ask one of your team admins. If you're an admin, you will still have to ask another admin or upgrade someone else to the admin role. That's to ensure every team always has at least an admin. + You have to ask one of your team admins. If you're an admin, you will still have to ask another admin or upgrade someone else to the admin role. That's to ensure every team always has at least one admin. Yes, you can remove people from your Team in the People section of your Team’s Settings page. diff --git a/web-app/upload-data.mdx b/web-app/upload-data.mdx index 6c5b5c8e..2f02685f 100644 --- a/web-app/upload-data.mdx +++ b/web-app/upload-data.mdx @@ -5,7 +5,7 @@ description: Upload your own data to Dune **Easily upload your own data to Dune** -This feature allows you to upload any csv file to Dune and query it like any other table in Dune. Currently, we only supports uploading CSV files with a maximum size of 200 MB. The app will return an error if the file size exceeds this limit. +This feature allows you to upload any csv file to Dune and query it like any other table in Dune. Currently, we only support uploading CSV files with a maximum size of 200 MB. The app will return an error if the file size exceeds this limit. Additionally, column names in the table can't start with a special character or digits. The files you upload will be queryable via the schema ``dune.team_name.dataset_name``. For example, if you upload a file called ``energy_data.csv`` to the team ``dune`` and name the dataset ``energy_data``, you will be able to query the data via ``dune.dune.energy_data``. @@ -144,13 +144,13 @@ You can delete your data via your settings page. 3. Find the dataset you want to delete. 4. Click on the three dots to open the options for the dataset. 5. Click on "delete dataset". -6. confirm the deletion. +6. Confirm the deletion. 7. The dataset is now deleted. ## Large Amounts of Data -If you want to share valuable off-chain data on Dune with your community, we are happy to discuss custom arrangements. Please reach indicate your interest via this [form](https://bit.ly/dune-data-integration). +If you want to share valuable off-chain data on Dune with your community, we are happy to discuss custom arrangements. Please indicate your interest via this [form](https://bit.ly/dune-data-integration). This is only applicable for datasets with positive externalities for the Dune community. Examples include: diff --git a/web-app/user-activity.mdx b/web-app/user-activity.mdx index b6cd5b86..93d2166f 100644 --- a/web-app/user-activity.mdx +++ b/web-app/user-activity.mdx @@ -32,6 +32,6 @@ Each action counts as one contribution for that day. For example, if you: - Create 1 dashboard - Submit 1 contract -Your total activity for that day would be 5 contribution. +Your total activity for that day would be 5 contributions. The activity heatmap shows your daily activity over time, helping you track your contributions to the Dune ecosystem. diff --git a/web-app/visualizations/charts-graphs.mdx b/web-app/visualizations/charts-graphs.mdx index 56c06642..aec723da 100644 --- a/web-app/visualizations/charts-graphs.mdx +++ b/web-app/visualizations/charts-graphs.mdx @@ -62,12 +62,12 @@ All graph Visualizations share a common set of editing options, see the tabs bel * If applicable, ticking this box will stack the chart values on top of each other based on the x-axis values. * If this is not turned on, the values will be plotted individually on the y-axis. - * The calculation underpinning this will always group the value corresponding to one value on the x-axis. Make sure your data is clean in able for this to work (avoid gaps in your data). + * The calculation underpinning this will always group the value corresponding to one value on the x-axis. Make sure your data is clean in order for this to work (avoid gaps in your data). **Normalize to percentage data** * This will normalize the chart to display percentage values of the chosen data table. - * The calculation underpinning this will always group the value corresponding to one value on the x-axis. Make sure your data is clean in able for this to work (avoid gaps in your data). + * The calculation underpinning this will always group the value corresponding to one value on the x-axis. Make sure your data is clean in order for this to work (avoid gaps in your data). **Show data labels** @@ -96,7 +96,7 @@ All graph Visualizations share a common set of editing options, see the tabs bel **Sort Values** - * by ticking this box you can specify if you want the values in your chart to be ordered. + * By ticking this box you can specify if you want the values in your chart to be ordered. * If your x-axis is a time series, this will automatically happen. **Reverse value** @@ -105,11 +105,11 @@ All graph Visualizations share a common set of editing options, see the tabs bel **Logarithmic** - * Ticking this box will make your x-axis values display \_\_ logarithmically. + * Ticking this box will make your x-axis values display logarithmically. - With these options you can influence how your x-axis data gets displayed. + With these options you can influence how your y-axis data gets displayed. ![see explanations below](web-app/images/charts-graphs/graphs-7.png) @@ -119,7 +119,7 @@ All graph Visualizations share a common set of editing options, see the tabs bel **Logarithmic** - * Ticking this box will make your x-axis values display \_\_ logarithmically. + * Ticking this box will make your x-axis values display logarithmically. **Enable right y-axis** @@ -164,9 +164,9 @@ Here's how to format them: | Starting Value | Tick/Label format | Output | Description | | ------------ | ----------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | -| 1256784.3745 | `[blank]` | 1256784.3745000 | Displays the number 7 decimal precision. | +| 1256784.3745 | `[blank]` | 1256784.3745000 | Displays the number with 7 decimal precision. | | 1256784.3745 | `0` | 1256784 | Displays only the integer. | | 1256784.3745 | `0,0` | 1,256,784 | Only displays the integer with comma separation. | -| 1256784.3745 | `0,0.00` | 1,256,784.38 | Displays the number with `[x]` decimal precision, where `[x]` is the number of `0` you add after the decimal point. | +| 1256784.3745 | `0,0.00` | 1,256,784.38 | Displays the number with `[x]` decimal precision, where `[x]` is the number of `0`s you add after the decimal point. | | 1256784.3745 | `0.0a` | 1.2M | Displays the number with `[x]` precision and a letter based on the number's `1e[y]` power (eg "m" for million, "b" for billion) | -| 1256784.3745 | `$0.0a` | $1.2M | Adds a "\$" to the number. Works with all formats above though use of the `a` suffix is recommended. Currently the only "\$" is the only supported currency symbol. | +| 1256784.3745 | `$0.0a` | $1.2M | Adds a "\$" to the number. Works with all formats above though use of the `a` suffix is recommended. Currently "\$" is the only supported currency symbol. | diff --git a/web-app/visualizations/counters.mdx b/web-app/visualizations/counters.mdx index ead8f342..9c83a42b 100644 --- a/web-app/visualizations/counters.mdx +++ b/web-app/visualizations/counters.mdx @@ -15,7 +15,7 @@ Counters are a great way to provide your audience with immediate "on a glance" s #### Counter options -In this section you can define what kind of data the counter should display: +In this section, you can define what kind of data the counter should display: * The Title will appear in all instances of this graph prominently at the top.