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
@meeh0w can you give me the specific column names you want to use, i.e. filename for file name? If not, I can define them, that's also fine by me.
As discussed previously, we don't have file type information for skylnks, so implementing sorting on that will not be possible at this time. If we decide that we need this kind of information (and the sorting), we can implement that under a separate issue but such a change is very much out of scope for this one. cc @ChrisSchinnerl
Also out of scope is the filtering of small files. That features is not fully designed, so I have created a separate issue for it in #179.
@ro-tex Well, I didn't expect the column names to change with this feature. I'd keep them consistent with GET /user/uploads response, so frontend is prepared to use:
id
name
size
skylink
uploadedOn
ro-tex
changed the title
Implement filtering feature for /uploads and /downloads enpoints
[don't implement] Implement filtering feature for /uploads and /downloads enpoints
Apr 6, 2022
ro-tex
changed the title
[don't implement] Implement filtering feature for /uploads and /downloads enpoints
Implement filtering feature for /uploads and /downloads enpoints
Apr 8, 2022
Overview
For the new Account Dashboard, we need a way to filter and sort the uploaded and downloaded files on
/uploads
and/downloads
endpoints.Needed filters:
Needed sort orders:
The text was updated successfully, but these errors were encountered: