Events: Rename EventOfflineInformation to EventLocation#9205
Conversation
MobileInstall the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here. Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.
Deep linksiOS Android Web (Vercel)View the Vercel web preview for this branch. Backend
Other
|
aapeliv
left a comment
There was a problem hiding this comment.
lgtm on backend side as it's just a rename
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR is an internal rename of event location fields and protobuf messages after online events were already removed in an earlier PR. It does not introduce a new user-facing feature or noticeable behavior change, and the backcompat notes indicate it is safe internal cleanup rather than a significant technical improvement for users. 🤖 Bot Debug InformationModel: |


Follow-up to #9133 . Since we don't have online events anymore, we can rename
EventOfflineInformationto the more descriptiveEventLocation. This is safe as names are not part of the serialized protobuf format.Testing
Ran linting+mypy
Backend checklist
developif necessary for linear migration historyWeb frontend checklist
For maintainers