parse-dashboard 7.3.0-alpha.10 → 7.3.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -75,6 +75,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
|
|
|
75
75
|
- [Change Pointer Key](#change-pointer-key)
|
|
76
76
|
- [Limitations](#limitations)
|
|
77
77
|
- [CSV Export](#csv-export)
|
|
78
|
+
- [Views](#views)
|
|
78
79
|
- [Contributing](#contributing)
|
|
79
80
|
|
|
80
81
|
# Getting Started
|
|
@@ -1189,6 +1190,12 @@ This feature allows you to change how a pointer is represented in the browser. B
|
|
|
1189
1190
|
This feature will take either selected rows or all rows of an individual class and saves them to a CSV file, which is then downloaded. CSV headers are added to the top of the file matching the column names.
|
|
1190
1191
|
|
|
1191
1192
|
> ⚠️ There is currently a 10,000 row limit when exporting all data. If more than 10,000 rows are present in the class, the CSV file will only contain 10,000 rows.
|
|
1193
|
+
## Views
|
|
1194
|
+
|
|
1195
|
+
▶️ *Core > Views*
|
|
1196
|
+
|
|
1197
|
+
Views are saved queries that display aggregated data from your classes. Create a view by providing a name, selecting a class and defining an aggregation pipeline. Optionally enable the object counter to show how many items match the view. Saved views appear in the sidebar, where you can select, edit, or delete them.
|
|
1198
|
+
|
|
1192
1199
|
|
|
1193
1200
|
# Contributing
|
|
1194
1201
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-dashboard",
|
|
3
|
-
"version": "7.3.0-alpha.
|
|
3
|
+
"version": "7.3.0-alpha.12",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/parse-community/parse-dashboard"
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"marked": "15.0.12",
|
|
107
107
|
"null-loader": "4.0.1",
|
|
108
108
|
"prettier": "3.5.3",
|
|
109
|
-
"puppeteer": "24.
|
|
109
|
+
"puppeteer": "24.12.1",
|
|
110
110
|
"react-test-renderer": "16.13.1",
|
|
111
111
|
"request": "2.88.2",
|
|
112
112
|
"request-promise": "4.2.5",
|