Andrew Morgan
Andrew Morgan
The iOS app has been updated to set `lastDelivery` to be optional in the Realm model: https://github.com/WildAid/o-fish-ios/pull/269 The database and sample data should be updated to replace any `BoardingReports` documents...
**Is your feature request related to a problem? Please describe.** We currently have two MongoDB services in the Realm app - one for sync, and one for everything else. It...
@Sheeri need to understand the functionality behind user groups. e.g.: - Do all members of a user group need to be from the same agency? - Can the same group...
Use the `partnerAgencies` attribute in an `Agency` document to indicate which other agencies this agency grants permission to read their boarding reports. An `Agency` document should be able to contain...
When first logging into the app, the user is taken to the map screen, but their avatar image isn't displayed until they navigate to another view and then return
When there's an internal error, provide a popup to display it to the user
Cannot be done until the new, Combine-enabled SDK is available The `User` and `App` objects will be `ObservableObject`s so can observe the `User` state