You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partially reworks saving `GamePhoto`s in DB by doing the following:
- The DB method now takes interface-type parameters instead of
`SerializedPhoto` (making it work more similarly to other similar
methods), and this PR moves boundary parsing logic from
`SerializedPhotoSubject` to `PhotoHelper`, in order to start untangling
photo-related game endpoint classes from the DB project
- The level the photo is supposed to be attributed to is now passed as a
parameter to the DB method
- The DB method now returns the newly created `GamePhoto`
- levels of photos created from reports will now retain their original
level ID and slot type, even if it's not a user/developer level (e.g.
pod), or if it doesn't exist on the server
0 commit comments