Snapshot Sharing & Timezone Fix

Замовник: AI | Опубліковано: 05.12.2025

I’ve got a fully-working mobile app that just needs two small but important corrections before we roll out the next update. First, when a user shares their data with someone else, the receiver keeps getting every subsequent change. I only want a one-time snapshot to be sent, with no follow-up pings and no silent logging—simply the data visible at the moment of sharing plus the “details of shared content” metadata we already use elsewhere in the app. Second, our notification scheduler is locked to a fixed regional time. As soon as a traveller crosses a time-zone boundary, reminders fire at the wrong local hour. I’d like notifications to respect whatever time zone the device currently reports, updating automatically without any manual toggle. Deliverables • Updated sharing service that stops further pushes after the initial hand-off and attaches the required content-details metadata. • Time-zone logic refactored so all scheduled notifications recalculate against the device’s local zone instantly on change (Android and iOS hooks if applicable). • Brief note or commented code sections explaining where each fix was applied so my team can review quickly. uplaod the updated app to apple store and google play. That’s it—tidy, focused, and ready for a rapid merge once you’re done. To keep it short: The app is already developed, but we need someone to address a few minor issues: