stratospheric-dev / stratospheric

All you need to know to get your Spring Boot application into production with AWS 🍃
https://stratospheric.dev
Apache License 2.0
262 stars 187 forks source link

allow collaborators view and edit a shared todo #122

Closed rieckpil closed 2 years ago

rieckpil commented 2 years ago

See #121.

The main issue was that we only checked for the ownership of the todo and did not verify if the user of the to-be-shown/to-be-edited todo is a collaborator.

Added a test for that ☑️

On top of the bug fix, I updated all Gradle versions with ./gradlew wrapper --gradle-version 7.5 as recommended in the docs.

There's no need to update the book as the targeted code parts are not part of our manuscript.

If everything looks fine, you can squash and merge this. Adding "closes #121" to the commit body of the squash will automatically close the corresponding GitHub issue.