Skip to content

Commit d74b4f8

Browse files
authored
docs: Add Views feature (#2896)
1 parent dc36630 commit d74b4f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
7575
- [Change Pointer Key](#change-pointer-key)
7676
- [Limitations](#limitations)
7777
- [CSV Export](#csv-export)
78+
- [Views](#views)
7879
- [Contributing](#contributing)
7980

8081
# Getting Started
@@ -1189,6 +1190,12 @@ This feature allows you to change how a pointer is represented in the browser. B
11891190
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.
11901191

11911192
> ⚠️ 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+
11921199

11931200
# Contributing
11941201

0 commit comments

Comments
 (0)