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

Update Project Profile: Expunge Assist (Reorder leadership members) #6078

Closed
4 tasks done
JessicaLucindaCheng opened this issue Jan 8, 2024 · 4 comments · Fixed by #6134
Closed
4 tasks done

Update Project Profile: Expunge Assist (Reorder leadership members) #6078

JessicaLucindaCheng opened this issue Jan 8, 2024 · 4 comments · Fixed by #6134
Assignees
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe

Comments

@JessicaLucindaCheng
Copy link
Member

JessicaLucindaCheng commented Jan 8, 2024

Prerequisites

  1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page and attend an onboarding session.
  2. Before you claim or start working on an issue, please make sure you have read our How to Contribute to Hack for LA Guide.

Overview

We need to reorder the way the leadership team members are displayed on the Expunge Assist page so that members with the same role are grouped together and it looks more organized.

Action Items

  • In your IDE, open the _projects/expunge-assist.md file
  • Observe the existing syntax of the front matter block 1 in the file
  • Under the leadership section, we will be changing the order of the profiles so the result is this order:
    • Analicia Mejia Mesinas
    • Lane Mitchell
    • Curtis Barber
    • Mireya V. Aviles
    • Sydney Walcoff
    • Anita Morales
    • Justin Yeh
    • Samantha Hyler

So, change

From:

  - name: Analicia Mejia Mesinas
    github-handle: amejiamesinas
    role: Product Manager, UX Research
    links:
      slack: https://hackforla.slack.com/team/U04J34E73CG
      github: https://github.com/amejiamesinas
    picture: https://avatars.githubusercontent.com/amejiamesinas
  - name: Samantha Hyler
    github-handle: SamHyler
    role:  UX Content, Team Lead
    links:
      slack: https://hackforla.slack.com/team/U025XR6MY6S
      github: https://github.com/SamHyler
    picture: https://avatars.githubusercontent.com/SamHyler
  - name: Lane Mitchell
    github-handle: lmitch10
    role: Product Manager, Development
    links:
      slack: https://hackforla.slack.com/team/U052LEP0BSN
      github: https://github.com/lmitch10
    picture: https://avatars.githubusercontent.com/lmitch10
  - name: Justin Yeh
    github-handle: jyehllow
    role: UX Design, Team Co-lead
    links:
      slack: https://hackforla.slack.com/team/U03PNBDLXL1
      github: https://github.com/jyehllow
    picture: https://avatars.githubusercontent.com/jyehllow
  - name: Anita Morales
    github-handle: anitadesigns
    role: UX Design, Team Co-lead
    links:
      slack: https://hackforla.slack.com/team/U03F43PFR3K
      github: https://github.com/anitadesigns
    picture: https://avatars.githubusercontent.com/anitadesigns
  - name: Curtis Barber
    github-handle: CBx3000
    role: Product Manager, Content
    links:
      slack: https://hackforla.slack.com/team/U05RZAETCQ4
      github: https://github.com/CBx3000
    picture: https://avatars.githubusercontent.com/CBx3000
  - name: Sydney Walcoff
    github-handle: sydneywalcoff
    role: Development, Team Lead
    links:
      slack: https://hackforla.slack.com/team/U02P0A49XL4
      github: https://github.com/sydneywalcoff
    picture: https://avatars.githubusercontent.com/sydneywalcoff
  - name: Mireya V. Aviles
    github-handle: vanessaavviles
    role: Product Manager, Design
    links:
      slack: https://hackforla.slack.com/team/U0429M52LTY
      github: https://github.com/vanessaavviles
    picture: https://avatars.githubusercontent.com/vanessaavviles

To:

  - name: Analicia Mejia Mesinas
    github-handle: amejiamesinas
    role: Product Manager, UX Research
    links:
      slack: https://hackforla.slack.com/team/U04J34E73CG
      github: https://github.com/amejiamesinas
    picture: https://avatars.githubusercontent.com/amejiamesinas
  - name: Lane Mitchell
    github-handle: lmitch10
    role: Product Manager, Development
    links:
      slack: https://hackforla.slack.com/team/U052LEP0BSN
      github: https://github.com/lmitch10
    picture: https://avatars.githubusercontent.com/lmitch10
  - name: Curtis Barber
    github-handle: CBx3000
    role: Product Manager, Content
    links:
      slack: https://hackforla.slack.com/team/U05RZAETCQ4
      github: https://github.com/CBx3000
    picture: https://avatars.githubusercontent.com/CBx3000
  - name: Mireya V. Aviles
    github-handle: vanessaavviles
    role: Product Manager, Design
    links:
      slack: https://hackforla.slack.com/team/U0429M52LTY
      github: https://github.com/vanessaavviles
    picture: https://avatars.githubusercontent.com/vanessaavviles 
  - name: Sydney Walcoff
    github-handle: sydneywalcoff
    role: Development, Team Lead
    links:
      slack: https://hackforla.slack.com/team/U02P0A49XL4
      github: https://github.com/sydneywalcoff
    picture: https://avatars.githubusercontent.com/sydneywalcoff
  - name: Anita Morales
    github-handle: anitadesigns
    role: UX Design, Team Co-lead
    links:
      slack: https://hackforla.slack.com/team/U03F43PFR3K
      github: https://github.com/anitadesigns
    picture: https://avatars.githubusercontent.com/anitadesigns
  - name: Justin Yeh
    github-handle: jyehllow
    role: UX Design, Team Co-lead
    links:
      slack: https://hackforla.slack.com/team/U03PNBDLXL1
      github: https://github.com/jyehllow
    picture: https://avatars.githubusercontent.com/jyehllow
  - name: Samantha Hyler
    github-handle: SamHyler
    role:  UX Content, Team Lead
    links:
      slack: https://hackforla.slack.com/team/U025XR6MY6S
      github: https://github.com/SamHyler
    picture: https://avatars.githubusercontent.com/SamHyler
  • Verify the changes by viewing the Expunge Assist page 2 in your local environment and include before and after screenshots with your pull request

Resources/Instructions

Footnotes

  1. Info about the front matter block

  2. Project page URL: https://www.hackforla.org/projects/expunge-assist

@JessicaLucindaCheng JessicaLucindaCheng added role: front end Tasks for front end developers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) Complexity: Small Take this type of issues after the successful merge of your second good first issue Draft Issue is still in the process of being created size: 0.25pt Can be done in 0.5 to 1.5 hours labels Jan 8, 2024
@JessicaLucindaCheng JessicaLucindaCheng self-assigned this Jan 8, 2024

This comment was marked as resolved.

@JessicaLucindaCheng

This comment was marked as resolved.

@JessicaLucindaCheng JessicaLucindaCheng added Ready for Prioritization and removed Draft Issue is still in the process of being created labels Jan 9, 2024
@JessicaLucindaCheng JessicaLucindaCheng removed their assignment Jan 9, 2024
@JessicaLucindaCheng JessicaLucindaCheng added the time sensitive Needs to be worked on by a particular timeframe label Jan 9, 2024
@colin-macrae colin-macrae self-assigned this Jan 19, 2024
Copy link

Hi @colin-macrae, thank you for taking up this issue! Hfla appreciates you :)

Do let fellow developers know about your:-
i. Availability: (When are you available to work on the issue/answer questions other programmers might have about your issue?)
ii. ETA: (When do you expect this issue to be completed?)

You're awesome!

P.S. - You may not take up another issue until this issue gets merged (or closed). Thanks again :)

@colin-macrae
Copy link
Member

Availability: 2 hours tomorrow, 2 hours on Saturday.
ETA: Saturday, 1/20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours time sensitive Needs to be worked on by a particular timeframe
Projects
Development

Successfully merging a pull request may close this issue.

3 participants