Skip to content

Adding Development ServerConfigType#798

Merged
ifbarrera merged 2 commits intomasterfrom
add-native-dev-environment
Aug 14, 2019
Merged

Adding Development ServerConfigType#798
ifbarrera merged 2 commits intomasterfrom
add-native-dev-environment

Conversation

@ifbarrera
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants