You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user clicks on the download button for a resource, it should lead to a dedicated resource download page. This page should provide a clear and prominent download button or link to allow users to download the resource file. Additionally, you can include information such as the resource title, description, uploader, upload date, file size, and any relevant metadata. Consider providing options for users to rate the resource or leave feedback.
The text was updated successfully, but these errors were encountered:
akshit-g
changed the title
Implement resource download mechanism
Implement frontend and backend resource download mechanism
Jul 13, 2023
akshit-g
changed the title
Implement frontend and backend resource download mechanism
Implement frontend and backend for resource download
Jul 13, 2023
@akshit-g For the download dedicated page, are you keeping all your resource files on any cloud storage platform? or like a file sharing app like mega? Do you want that when someone clicks on the download button, it redirects them to the mega link from where they can download? or do you want to store the resource files locally in your system and then create a seperate download page within the project webapp?
@akshit-g For the download dedicated page, are you keeping all your resource files on any cloud storage platform? or like a file sharing app like mega? Do you want that when someone clicks on the download button, it redirects them to the mega link from where they can download? or do you want to store the resource files locally in your system and then create a seperate download page within the project webapp?
Plan is to use any cloud storage platform. Either a simple notification can be given that the download is complete (like an overlay) or you can create a separate download page within the webapp
When a user clicks on the download button for a resource, it should lead to a dedicated resource download page. This page should provide a clear and prominent download button or link to allow users to download the resource file. Additionally, you can include information such as the resource title, description, uploader, upload date, file size, and any relevant metadata. Consider providing options for users to rate the resource or leave feedback.
The text was updated successfully, but these errors were encountered: