🎯 Objective
To provide users with a space to upload files such as images, documents, audio, videos, or interactive content, as well as create links to other websites.
\uD83D\uDCCA Success metrics
Goal | Metric |
Users have a means for file upload. | Users should be able to add files from their devices, as long as they are formats compatible with RLP (audio, video, documents, etc., accordingly to the defined extensions for Types), clicking/tapping on the <UPLOAD> button, which should launch the Upload Content popup. |
Users have a means to create a new link. | Users should be able to add new links by clicking/tapping on the <NEW WEBLINK> button, which should launch the New Weblink popup. |
Users have a checkbox for each uploaded file. | Users, on click/tap the selection checkbox, can share, edit, or delete the selected file. |
Users can sort files by title, share with..., date, and size. | Sorting should be ASC/DESC, alphanumeric. The available space for file upload is also displayed, with a limit of 100MB. |
The user has an option to return to the Dashboard. | On click/tap <Go back>, you return to the Dashboard. |
\uD83E\uDD14 Assumptions
The user has 100MB of storage space.
\uD83D\uDDD2 Requirements
Requirement | Importance | Notes |
---|---|---|
The Class filter should present only those classes to which the user belongs to. | NORMAL | |
The system shall be able to identify the uploaded file type by its extension, being these listed in CMS settings. | For example, a setting should be able to define “.png, .bmp” as “images”, so any file with these extensions will be shown when the Type filter is selected for Images. |
\uD83C\uDFA8 User interaction and design
Open Questions
Question | Answer | Date Answered |
---|---|---|
How much storage space does the user have available for file uploads? | The user has 100MB of storage space for file uploads. |