Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 8 commits into from
Oct 24, 2023

Conversation

AndreaVelasquezA
Copy link
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
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
3 checks passed
@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 <[email protected]>
Co-authored-by: Pedro Andrés Chaparro Quintero <[email protected]>
@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