From 237e97e978f15f46ea82309684ef1dca0a6688fa Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Sat, 12 Jul 2025 13:15:26 +0200 Subject: [PATCH] docs: add Views feature --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 37667813be..0d4381b291 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https - [Change Pointer Key](#change-pointer-key) - [Limitations](#limitations) - [CSV Export](#csv-export) + - [Views](#views) - [Contributing](#contributing) # Getting Started @@ -1189,6 +1190,12 @@ This feature allows you to change how a pointer is represented in the browser. B 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. > ⚠️ 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. +## Views + +▶️ *Core > Views* + +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. + # Contributing