TheOdinProject / theodinproject

Main Website for The Odin Project
http://www.theodinproject.com
MIT License
3.71k stars 2.07k forks source link

Feature/mvp interview survey #4549

Closed JustWaveThings closed 4 months ago

JustWaveThings commented 4 months ago

Because

This PR

Issue

Related to #4524

Missing tests that were called for in that issue. There are now two system tests.

Additional Information

The feature flag does work correctly in the view, but I'm not getting a redirect to work in the controller if the feature is disabled. It still renders the page as if the feature was enabled. This is resolved.