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

[ Issues 722, 723, 724] Complete research page #818

Merged
merged 9 commits into from
Dec 7, 2023

Conversation

SammySteiner
Copy link
Contributor

Summary

Fixes #722 #723 #724

Time to review: 15 mins

Changes proposed

Completed the Research page

  • components for research impact and theme content
  • test and stories
  • required fields in newsletter form
  • fix a broken link

Additional information

desktop:
image

mobile:
image
image

@SammySteiner SammySteiner merged commit b8bdff7 into main Dec 7, 2023
8 checks passed
@SammySteiner SammySteiner deleted the sammysteiner/722-723-724-research-second-half branch December 7, 2023 16:58
Comment on lines +71 to +79
<TextInput type="text" name="name" id="name" required />
<Label htmlFor="LastName">Last Name</Label>
<TextInput type="text" name="LastName" id="LastName" />
<div className="display-none">
<Label htmlFor="hp">HP</Label>
<TextInput type="text" name="hp" id="hp" />
</div>
<Label htmlFor="email">Email</Label>
<TextInput type="email" name="email" id="email" />
<TextInput type="email" name="email" id="email" required />
Copy link
Collaborator

Choose a reason for hiding this comment

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

Per USWDS guidance… https://designsystem.digital.gov/components/form/#identifying-required-fields

We need to add a red asterisk to the labels for the required first name and email fields, and add "(optional)" to the label for the last name field.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Sorry, I'm late to this. I'll open a ticket… 

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.

[Task]: Research page "General themes" section
3 participants