Daniel W. Steinbrook

Results 64 comments of Daniel W. Steinbrook

This feature might need a little more fleshing out. Internally, I don't believe the code makes any distinction between markers and waypoints; they are all just saved points in the...

@MBtheOtaku I would start with: https://github.com/soundscape-community/soundscape/blob/ed2a339898e39f7193797f57c2000c9ae4242174/apps/ios/GuideDogs/Code/Data/Models/Database%20Models/Routes/RouteWaypoint.swift#L12-L19 https://github.com/soundscape-community/soundscape/blob/ed2a339898e39f7193797f57c2000c9ae4242174/apps/ios/GuideDogs/Code/Data/Models/Database%20Models/ReferenceEntity.swift#L26-L47 What might be confusing is that the terminology used in the code doesn't match the language shown to the user. For example, the...

Please apply the moved deduplication script to the branch in #177 -- it's best to keep all the changes for a feature to the same pull request so we can...

Here's the code that does the auto-snoozing: https://github.com/soundscape-community/soundscape/blob/881223203092511620929839b52efa033866daba/apps/ios/GuideDogs/Code/Visual%20UI/Helpers/Integrations.swift#L10-L14 We'll just need to add a true/false setting, and wrap the above in a conditional block.