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

refactor: rename admin page variables in line with UI #3481

Merged
merged 8 commits into from
Feb 23, 2022

Conversation

mantariksh
Copy link
Contributor

Problem

The word "Builder" is used in the code to refer to both the "Create" page and the specific "Builder" tab under that page. This was confusing for me when reading the code for the first time and trying to match it to the UI.

Solution

  • Rename instances of "Builder" to "CreatePage" where relevant, to bring the naming in line with "SettingsPage"
  • Rename instances of "BuilderDesign" to "BuilderAndDesign" when referring to components which include both the Builder and Design drawers
  • Rename "ResponsesPage" to "ResultsPage" in line with UI

@mantariksh mantariksh requested a review from karrui February 23, 2022 01:39
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

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

some minor changes for consistency, otherwise lgtm

@mantariksh mantariksh merged commit 518e0fe into form-v2/develop Feb 23, 2022
@mantariksh mantariksh deleted the form-v2/admin-drawer-refactor branch February 23, 2022 08:48
@justynoh justynoh mentioned this pull request Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants