Skip to content

Add Total Uploaded Files Counter to Improve File Management Experience #57

Description

@gourijadhav08

Problem Statement

Currently, users can view all their uploaded files in the file list, but there is no quick way to know the total number of files they have uploaded.

As the number of uploaded files grows, users need to manually count or scroll through the list to understand how many files are stored in their account. This can make file management less convenient and reduces visibility into the user's uploaded content.

Proposed Solution

Add a file counter that displays the total number of uploaded files on the dashboard or file listing page.

Example:

📁 Total Files Uploaded: 12

The counter should automatically update whenever:

A new file is uploaded
An existing file is deleted

  • Benefits *

  • Improves user experience by providing quick file statistics

  • Helps users manage their uploaded files more effectively

  • Adds useful information without affecting the existing workflow

  • Enhances the dashboard/file management interface

  • Technical Approach *

  • Use the existing files data available in the frontend.

  • Calculate the total count using the files array length.

  • Display the count in a visible location on the dashboard/file management page.

  • Ensure the count updates dynamically when files are added or removed.

I would like to work on this feature Could you please assign this issue to me

Thank you @imanchalsingh

Metadata

Metadata

Assignees

Labels

SSoC26Official label of orgenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions