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 partners.yml so each partner have a program-area property #2459

Closed
1 task done
macho-catt opened this issue Nov 6, 2021 · 13 comments · Fixed by #3719
Closed
1 task done

Update partners.yml so each partner have a program-area property #2459

macho-catt opened this issue Nov 6, 2021 · 13 comments · Fixed by #3719
Assignees
Labels
Complexity: Medium P-Feature: Program Area https://www.hackforla.org/program-areas role: back end/devOps Tasks for back-end developers size: 0.25pt Can be done in 0.5 to 1.5 hours

Comments

@macho-catt
Copy link
Member

macho-catt commented Nov 6, 2021

Dependency

This issue will be able to be closed when the following issues are completed

Overview

We need to update our data files so liquid references become easier to implement.

Action Items

  • For each partner in the partners.yml file, add a new property called program-area and add the proper program-area value(s) in that field
Example for a partner with multiple program-areas
- name: Code for America
  image: /assets/images/about/sponsors/code-for-america.svg
  link: https://www.codeforamerica.org/
  program-area:
    - Citizen Engagement
    - Civic Tech Infrastructure
Example for a partner with a single program-area
- name: Ballotpedia
  image: /assets/images/about/partners/bp.png
  link: https://ballotpedia.org/Main_Page
  program-area:
    - Vote / Representation

Resources/Instructions

The current partner.yml file does not have the program areas field.
The New version needs a program area's field.
This comment has the replacement content.

partners.yml
Program Area Audit

@macho-catt macho-catt added role: back end/devOps Tasks for back-end developers Complexity: Medium P-Feature: Program Area https://www.hackforla.org/program-areas labels Nov 6, 2021
@macho-catt macho-catt added this to New Issue Approval in Project Board via automation Nov 6, 2021
@github-actions

This comment was marked as outdated.

@macho-catt

This comment was marked as outdated.

@ExperimentsInHonesty

This comment was marked as resolved.

@ExperimentsInHonesty
Copy link
Member

ExperimentsInHonesty commented Nov 21, 2021

  • name: Empower LA
    image: /assets/images/about/partners/empower-la.png
    link: https://empowerla.org/
    program-area:
    • Citizen Engagement
  • name: Code for America
    image: /assets/images/about/sponsors/code-for-america.svg
    link: https://www.codeforamerica.org/
    program-areas:
    • Vote / Representation
  • name: Yale Open Lab
    image: /assets/images/about/partners/yale-open-labs.svg
    link: https://openlab.yale.edu/
    program-areas:
    • Civic Tech Infrastructure
    • Environment
  • name: Metro
    image: /assets/images/about/partners/m.svg
    link: https://www.metro.net/
    program-areas:
    • Environment
  • name: City of Santa Monica
    image: /assets/images/about/partners/city-of-santa-monica.png
    link: https://www.santamonica.gov/
    program-areas:
    • Environment
  • name: FoodCycle LA
    image: /assets/images/about/partners/food-cycle-la.png
    link: https://www.foodcyclela.org/
    program-areas:
    • Social Safety Net
  • name: Food Forward
    image: /assets/images/about/partners/food-forward.png
    link: https://www.goodfoodla.org/food-waste
    program-areas:
    • Social Safety Net
  • name: Good Food LA
    image: /assets/images/about/partners/good-food-la.png
    link: https://www.goodfoodla.org/food-waste
    program-areas:
    • Social Safety Net
  • name: Los Angeles Regional Food Bank
    image: /assets/images/about/partners/la-food-bank.png
    link: https://www.lafoodbank.org/
    program-areas:
    • Social Safety Net
  • name: Safe Place for Youth
    image: /assets/images/about/partners/safe-place-for-youth.png
    link: https://www.safeplaceforyouth.org/
    program-areas:
    • Social Safety Net
  • name: Point Source Youth
    image: /assets/images/about/partners/point-source-youth.svg
    link: https://www.pointsourceyouth.org/
    program-areas:
    • Social Safety Net
  • name: Los Angeles City Attorney
    image: /assets/images/about/partners/la-city-attorney.png
    link: https://www.lacityattorney.org/
    program-areas:
    • Justice
  • name: LADOT
    image: /assets/images/about/partners/la-dot.png
    link: https://ladot.lacity.org/
    program-areas:
    • Environment
  • name: Los Angeles City Planning
    image: /assets/images/about/partners/la-city-planning.png
    link: https://planning.lacity.org/
    program-areas:
    • Environment
  • name: The National Diversity & Inclusion Cannabis Alliance
    image: /assets/images/about/partners/ndica.png
    link: https://www.thendica.org/
    program-areas:
    • Justice
  • name: Ballotpedia
    image: /assets/images/about/partners/bp.png
    link: https://ballotpedia.org/Main_Page
    program-areas:
    • Vote / Representation
  • name: EnCiv
    image: /assets/images/about/partners/enciv.svg
    link: https://enciv.org/
    program-areas:
    • Vote / Representation
  • name: UCLA Law
    image: /assets/images/about/partners/ucla-law.png
    link: https://law.ucla.edu/
    program-areas:
    • Justice
  • name: Golden Gate University School of Law
    image: /assets/images/about/partners/ggu-school-of-law.png
    link: https://law.ggu.edu/
    program-areas:
    • Justice
  • name: Los Angeles County District Attorney
    image: /assets/images/about/partners/da-county-of-la.png
    link: https://da.lacounty.gov/
    program-areas:
    • Justice
  • name: Digital Defense Fund
    image: /assets/images/about/partners/digital-defense-fund.png
    link: https://digitaldefensefund.org/
    program-areas:
    • Vote / Representation
  • name: City of Los Angeles Personnel Department
    image: /assets/images/about/partners/la-department-of-personnel.png
    link: https://personnel.lacity.org/
    program-areas:
    • Workforce Development
  • name: The Los Angeles County Homeless Initiative
    image: /assets/images/about/partners/real-help-lasting-change.svg
    link: https://homeless.lacounty.gov/
    program-areas:
    • Social Safety Net
  • name: Hope of the Valley
    image: /assets/images/about/partners/hope-of-the-valley.png
    link: https://www.hopeofthevalley.org/
    program-areas:
    • Social Safety Net

@ExperimentsInHonesty ExperimentsInHonesty added the Dependency An issue is blocking the completion or starting of another issue label Mar 16, 2022
@ExperimentsInHonesty ExperimentsInHonesty moved this from New Issue Approval to Ice box in Project Board Mar 16, 2022
@Providence-o Providence-o moved this from Ice box to Onboarding infos/links in Project Board Mar 20, 2022
@Providence-o Providence-o moved this from Onboarding infos/links to Ice box in Project Board Mar 20, 2022
@Providence-o Providence-o removed the Dependency An issue is blocking the completion or starting of another issue label Apr 19, 2022
@Providence-o Providence-o moved this from Ice box to New Issue Approval in Project Board Apr 19, 2022
@ExperimentsInHonesty ExperimentsInHonesty moved this from New Issue Approval to In progress (actively working) in Project Board Oct 23, 2022
@bishrfaisal bishrfaisal added role: back end/devOps Tasks for back-end developers and removed role: product Product Management labels Oct 24, 2022
@bishrfaisal bishrfaisal added the ready for dev lead Issues that tech leads or merge team members need to follow up on label Oct 24, 2022
@bishrfaisal
Copy link
Member

bishrfaisal commented Oct 24, 2022

Product has created a comment above with all of the new program information, please revise this issue as appropriate so that the changes can get implemented.

Change required
the current partner.yml file does not have program areas field
the new version will have it. The comment contains the replacement content.

@bishrfaisal bishrfaisal moved this from In progress (actively working) to New Issue Approval in Project Board Oct 24, 2022
@blulady
Copy link
Member

blulady commented Oct 26, 2022

@bishrfaisal when you say "revise this issue"... Does that mean that I make a new issue and cite the original issue? Or should I add a comment to clarify for the dev what should happen? Or do I edit the original issue?

@bishrfaisal
Copy link
Member

bishrfaisal commented Oct 26, 2022

@blulady you can edit the original issue to clarify instructions for dev. You could also leave a comment if necessary. No need to make a new issue in this case. Thanks!

@blulady blulady removed the ready for dev lead Issues that tech leads or merge team members need to follow up on label Oct 26, 2022
@blulady blulady moved this from New Issue Approval to Prioritized backlog in Project Board Oct 26, 2022
@Suman2795 Suman2795 self-assigned this Oct 29, 2022
@github-actions

This comment was marked as outdated.

@blulady
Copy link
Member

blulady commented Oct 29, 2022

@Suman2795
Hey,
My bad. This issue was supposed to go into New Issue Approval Column. I am going to unassign this issue and put it in the correct column.
All Apologies,
Sarah

@blulady blulady moved this from Prioritized backlog to New Issue Approval in Project Board Oct 29, 2022
@ExperimentsInHonesty ExperimentsInHonesty added the size: 0.25pt Can be done in 0.5 to 1.5 hours label Nov 13, 2022
@ExperimentsInHonesty ExperimentsInHonesty moved this from New Issue Approval to Prioritized backlog in Project Board Nov 13, 2022
@patrickohh patrickohh self-assigned this Nov 15, 2022
@patrickohh patrickohh moved this from Prioritized backlog to In progress (actively working) in Project Board Nov 15, 2022
@github-actions
Copy link

Hi @patrickohh, 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 :)

@patrickohh
Copy link
Member

i. Availability: 11/15 - 11/18
ii. ETA: 11/16 evening

@patrickohh patrickohh moved this from In progress (actively working) to PR Needs review (Automated Column, do not place items here manually) in Project Board Nov 15, 2022
@patrickohh patrickohh moved this from PR Needs review (Automated Column, do not place items here manually) to QA in Project Board Nov 16, 2022
@ExperimentsInHonesty ExperimentsInHonesty moved this from QA to Questions / In Review in Project Board Nov 27, 2022
@ExperimentsInHonesty
Copy link
Member

Once the pr has been accepted, this issue should go back into the new issue approval (closed) with a ready for product label so that we can audit the outstanding items and (changes to an image and partner titles) and make a new issue.

Project Board automation moved this from Questions / In Review to QA Nov 27, 2022
@HackforLABot HackforLABot moved this from QA to Done in Project Board Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Medium P-Feature: Program Area https://www.hackforla.org/program-areas role: back end/devOps Tasks for back-end developers size: 0.25pt Can be done in 0.5 to 1.5 hours
Projects
Archived in project
Project Board
  
Done
Development

Successfully merging a pull request may close this issue.

8 participants