Skip to content

Add Mayra A. Lopez to Team page with concise ABA Clinical Director profile - #78

Merged
ucrengineer merged 7 commits into
mainfrom
copilot/add-new-member-of-the-team-bio
Aug 7, 2026
Merged

Add Mayra A. Lopez to Team page with concise ABA Clinical Director profile#78
ucrengineer merged 7 commits into
mainfrom
copilot/add-new-member-of-the-team-bio

Conversation

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Adds a new Team member entry for Mayra A. Lopez, including a shortened professional bio and contact details, aligned to the existing Team page content model and presentation style.

  • Team page content update

    • Added a new welcome-mayra section in Pages/Team.razor with:
      • Name: Mayra A. Lopez
      • Role: ABA Clinical Director
      • Provided headshot URL
      • Condensed biography
      • Email contact (mailto:[email protected])
    • Added a follow-up leadership-mayra section to capture her leadership focus in the same structure used by other profiles.
  • Pattern consistency

    • Reused existing SectionModel conventions (Id, CssClass, Role, Paragraph, ImageUrl, etc.) without introducing new rendering logic or layout behavior.
new SectionModel
{
    Id = "welcome-mayra",
    CssClass = "container text-center",
    ImageUrl = "https://github.com/user-attachments/assets/b3009216-6715-4023-919d-aef528a6ea42",
    Role = "ABA Clinical Director",
    Name = "Mayra A. Lopez",
    Paragraph = "<strong>Mayra A. Lopez</strong> serves as ABA Clinical Director ...",
    SocialLinks = null
}

Copilot AI linked an issue Aug 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add Mayra A. Lopez to team bios Add Mayra A. Lopez to Team page with concise ABA Clinical Director profile Aug 7, 2026
Copilot AI requested a review from ucrengineer August 7, 2026 15:36

@ucrengineer ucrengineer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@copilot make a social link for the email.

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

@copilot make a social link for the email.

Updated in 0feec35. I changed Mayra’s email to use the existing social link pattern (envelope icon with a mailto: link) instead of embedding the email link in the paragraph.

@ucrengineer ucrengineer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@copilot for social links that are emails, use something like so that when it is clicked it opens the email provider. [email protected]

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

@copilot for social links that are emails, use something like so that when it is clicked it opens the email provider. [email protected]

Updated in dd241b5. Email social links now render as clickable email text (e.g., [email protected]) and use mailto: so clicking opens the default email provider/client.

@ucrengineer ucrengineer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@copilot still use the eveleope icon

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

@copilot still use the eveleope icon

Updated in 10fe16b. The email social link keeps the clickable email text and now also shows the envelope icon.

@ucrengineer ucrengineer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@copilot just show the icon enevelop. dont show the raw email.

Copilot AI commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

@copilot just show the icon enevelop. dont show the raw email.

Updated in 966f75c. The Team social link now shows only the envelope icon and no raw email text, while keeping the mailto: behavior.

@ucrengineer ucrengineer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm

@ucrengineer
ucrengineer marked this pull request as ready for review August 7, 2026 16:20
@ucrengineer
ucrengineer merged commit 9e4e622 into main Aug 7, 2026
1 check passed
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.

add new member of the team bio

2 participants