Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Development ServerConfigType #798

Merged
merged 2 commits into from
Aug 14, 2019
Merged

Conversation

ifbarrera
Copy link
Contributor

πŸ“² What

Adds a new development server config type, which uses our new team environment so we can test backend features without deploying to production or staging.

πŸ€” Why

Previously, we could only test backend changes locally or on staging or production. Since our staging environment is a mirror image of production, and not technically an environment for active development, it was difficult for native clients to test WIP backend features.

With our new native team backend environment we can deploy WIP backend features and test them on the native clients using the debug tools.

πŸ›  How

Adds a new development: ServerConfigType to our ServerConfig struct, and to our EnvironmentType enum. Since our debug tools are populated using this enum, it's automatically added to our Change Environment action sheet.

πŸ‘€ See

Simulator Screen Shot - iPhone 8 - 2019-08-13 at 18 13 39

βœ… Acceptance criteria

  • Using the debug tools, tap Change Environment and select Development. Verify that all requests are going to the expected endpoint using the console.

Copy link
Contributor

@justinswart justinswart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for adding that!

@ifbarrera ifbarrera merged commit a1157e2 into master Aug 14, 2019
@ifbarrera ifbarrera deleted the add-native-dev-environment branch August 14, 2019 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants