FileNest/Docs

Dashboard

The Dashboard (/dashboard) is the landing page after login. It shows a snapshot of your active organization's usage and recent file activity.

Stat cards

Four headline metrics are shown at the top:

CardWhat it shows
Total filesCount of all non-deleted files across every project in the org
Storage usedSum of size_bytes across all non-deleted files
Uploads this monthFiles uploaded in the last 30 days
Active projectsNumber of non-deleted projects in the org

Charts

Uploads bar chart

Shows daily file-upload counts over the last 30 days. Days with no uploads are filled with zero so the timeline is always complete. Hover a bar to see the exact count for that day.

Storage growth area chart

Shows cumulative storage usage per day over the last 30 days. Each point is the running total up to and including that day — the chart is monotonically increasing unless files are deleted. Hover to see the byte total at any given day.

File status distribution

A donut chart showing the current count of files in each lifecycle status:

StatusColour
readyPrimary (chart-1)
processingSecondary (chart-2)
failedTertiary (chart-3)
quarantinedQuaternary (chart-4)
pendingQuinary (chart-5)

A legend below the donut maps each status to its count. The chart adapts to the active colour theme.

Recent files

A table of the 10 most recently uploaded files across all projects. Columns:

ColumnDescription
FilenameOriginal upload name
ProjectThe project the file belongs to
StatusCurrent lifecycle status badge
SizeHuman-readable byte count
UploadedRelative timestamp (e.g. "3 minutes ago")

Data freshness

Dashboard data is fetched fresh on every page load — there is no polling or websocket connection. Refresh the page to see the latest state.