Skip to content

feat: Endpoint to get the files shared with the user#80

Merged
AndreaVelasquezA merged 8 commits intodevfrom
feat/shared_file
Oct 24, 2023
Merged

feat: Endpoint to get the files shared with the user#80
AndreaVelasquezA merged 8 commits intodevfrom
feat/shared_file

Conversation

@AndreaVelasquezA
Copy link
Copy Markdown
Member

@AndreaVelasquezA AndreaVelasquezA commented Oct 24, 2023

Includes

The endpoint shared files is completed, adding the tests, which exceed 70%

Related issues

Closes #23

…plemented

Receives the user's token and returns the list of shared files/folders and the user they were shared with.
Receives the user's token and returns the list of shared files/folders that have been shared with them
Added the missing "extension" field in addition to changing sharedFile to files
The endpoint is complemented by adding the handler to the init file, in addition to adding the path in the file_views file
The endpoint shared files is completed, adding the tests, which exceed 70%
@PedroChaparro PedroChaparro changed the title Feat: Endpoint to get the files shared with the user feat: Endpoint to get the files shared with the user Oct 24, 2023
@PedroChaparro PedroChaparro self-requested a review October 24, 2023 01:04
@PedroChaparro PedroChaparro added the feature A new feature label Oct 24, 2023
Copy link
Copy Markdown
Contributor

@PedroChaparro PedroChaparro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementing. Squash and merge 🚀

@PedroChaparro PedroChaparro linked an issue Oct 24, 2023 that may be closed by this pull request
@AndreaVelasquezA AndreaVelasquezA merged commit 9fe3011 into dev Oct 24, 2023
@PedroChaparro PedroChaparro mentioned this pull request Oct 24, 2023
PedroChaparro added a commit that referenced this pull request Oct 24, 2023
* feat: Endpoint to get the files shared with the user (#80)

* feat: Shared list endpoint

Receives the user's token and returns the list of shared files/folders that have been shared with them

* feat: Tests for shared_files endpoint

The endpoint shared files is completed, adding the tests, which exceed 70%

* docs(http): Add new request to bruno collection

---------

Co-authored-by: Andvelavi <54145562+Andvelavi@users.noreply.github.com>
Co-authored-by: Pedro Andrés Chaparro Quintero <pedro.chaparro.2020@upb.edu.co>
@PedroChaparro PedroChaparro deleted the feat/shared_file branch October 24, 2023 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Endpoint to get the files shared with the user

3 participants