Real name system regressions
Problem to solve
Bug 1 feature flag off
- Turn off the feature flag by
Feature.disable(:real_name_system)
in the rails console. - Go to
gdk.host/-/users/terms
then clickaccept
button, then the error will show.
Bug 2 feature flag on
- Turn on the feature flag by
Feature.enable(:real_name_system)
in the rails console. - When user visit
/-/users/terms
without logging in, page will warn.
Bug 3 feature flag off (frontend)
- Turn off the feature flag by
Feature.disable(:real_name_system)
in the rails console. - Log in
- Visit
gdk.host/-/users/terms
Behavior: Phone Form will be displayed to the logged in user Expected: Not to display the phone form
Bug 4 feature flag on (frontend)
- Turn on the feature flag by
Feature.enable(:real_name_system)
in the rails console. - Log out
- Visit
gdk.host/-/users/terms
Behavior: Phone form will be displayed to a logged out user. Expected: Not to display.
Proposal
由 Wu Jeremy 编辑于