Skip to content

Use consistent language and punctuation on application pages.#687

Merged
sarahwalters merged 1 commit intodoubleunion:mainfrom
sarahwalters:sw/cleanup
Jul 20, 2022
Merged

Use consistent language and punctuation on application pages.#687
sarahwalters merged 1 commit intodoubleunion:mainfrom
sarahwalters:sw/cleanup

Conversation

@sarahwalters
Copy link
Contributor

What github issue is this PR for, if any?

Cleanup in the files that the change for #487 touches.

What does this code do, and why?

  • On the application edit page, the "required" marking on fields is not enclosed in parentheses, but the "(optional)" marking is in parentheses. This PR changes "required" to "(required)" for consistency.
  • On the application show page, not all fields are marked as "required" or "optional". This PR marks all of the fields.
  • The explanation for why we ask for pronouns is phrased differently on the edit and show pages. This PR updates the two pages to use the same language.

How is this code tested?

Locally -- only text changes

Are any database migrations required by this change?

No

Are there any configuration or environment changes needed?

No

Screenshots please :)

Before:

Edit page:
Screenshot 2022-07-17 6 57 17 PM

Show page:
Screenshot 2022-07-17 6 57 26 PM

After:

Edit page:
Screenshot 2022-07-17 6 41 35 PM

Show page:
Screenshot 2022-07-17 6 46 53 PM

* On the application edit page, the "required" marking on fields is not
  enclosed in parentheses, but the "(optional)" marking is in
  parentheses. This PR changes "required" to "(required)" for
  consistency.

* On the application show page, not all fields are marked as "required"
  or "optional". This PR marks all of the fields.

* The explanation for why we ask for pronouns is phrased differently on
  the edit and show pages. This PR updates the two pages to use the same
  language.
@anaulin anaulin requested review from anaulin and brittag July 18, 2022 04:58
Copy link
Contributor

@anaulin anaulin left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup! 🧹

%td= markdown(@user.profile.attendance) No newline at end of file
%td.left
Have you been to DU events or met DU members?
%small (required)
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch.

@sarahwalters sarahwalters merged commit 5bb2816 into doubleunion:main Jul 20, 2022
@sarahwalters sarahwalters deleted the sw/cleanup branch July 20, 2022 03:47
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