Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
chore(api): upgrade to api-platform 3.0 #3176
chore(api): upgrade to api-platform 3.0 #3176
Changes from all commits
b5f224e
d096e34
62efc19
2912898
79bf687
0f88b0e
2e80944
b338940
35bb88f
a559b9f
87bad65
2e88eae
d0c78b7
cad76dc
95dfb34
98b4c52
8d5e56a
c169f70
9def6d7
19bfe0f
da66674
44def44
be9fd5d
7dab5b2
c56335f
8b82874
d433c5c
be369de
1f4ee66
8fd11dc
fd0505e
4022d51
8553985
c95957b
f8839dc
9a47dda
6c14137
9cb51c7
f1689d8
21b8db0
2d81cdd
ddfc68c
c25e8f9
3385806
0e91f83
6c04fa2
ac5a70b
dfb0b16
5e83943
c60aadc
382ac5d
5485761
7f42c2c
1b86282
ee5fa83
546cc63
ea3d68b
6cb35ef
29675a6
a68fba9
d771ff5
716d7fa
854b362
5007cd8
2ff057d
ec8b661
2c36fcf
ecedc66
83b49cf
bf6ae18
850b423
e489ad8
2a3d2ff
9b5dd04
ad53e2f
57a0995
47a3838
b4ae490
f13b908
5b314d4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I agree. And we could use PATCH for accept, and DELETE for reject. Using DELETE will need changes in the frontend as well though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discuss in the next meeting. Technically, both the accept and reject modify the underlying campCollaboration but delete the invitation (delete in the sense that the invitation is not accessible anymore afterwards).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would not change that in this PR, but save it for a later PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core Meeting Decision
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept the
/find
for the moment, it didn't intervene too much. We can clean up in a separate PR. I will create a master issue with all the remaining points after merging this.