feat: 공유 사진첩 및 일정 재진입 복원 - #15
Merged
Merged
Conversation
Shared photo album P0 stores image bytes in PostgreSQL bytea, so the repository test covers visible-photo filtering, soft-delete exclusion, and byte-array round trips. The entity mapping now binds content as binary data instead of a PostgreSQL large-object OID. Constraint: P0 stores photo files in DB bytea while object storage is deferred Rejected: Keep @lob mapping | Hibernate persisted an OID/bigint and failed against bytea Confidence: high Scope-risk: narrow Tested: ./gradlew testClasses --no-daemon Tested: ./gradlew test --tests com.tripsync.domain.repository.TripPhotoRepositoryTest --no-daemon Not-tested: Full ./gradlew test suite due leader instruction to finish current slice with focused evidence
The album UI needs authenticated endpoints for listing slot-grouped memories, uploading DB-backed image bytes, returning inline image content, and applying uploader/host moderation rules. Constraint: P0 stores files in DB bytea and excludes public album sharing Constraint: S3/object storage remains a future extension boundary rather than a P0 dependency Rejected: Public /share photo endpoints | photo consent and moderation model are not ready for P0 Confidence: high Scope-risk: moderate Tested: ./gradlew compileKotlin --no-daemon Tested: ./gradlew test --tests com.tripsync.domain.repository.TripPhotoRepositoryTest --no-daemon Not-tested: Full end-to-end multipart upload through browser
Owner
Author
Nogada PR ReviewVerdict
Blocking issues
Non-blocking notes
Checked scope
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Changes
Verification
./gradlew compileKotlin --no-daemon./gradlew test --tests com.tripsync.domain.repository.TripPhotoRepositoryTest --no-daemon./gradlew test --tests com.tripsync.application.schedule.ScheduleServiceTest --no-daemon/api/schedules/{id}/album라우트 404 해소 확인Notes