Skip to content

Refactor Tools data for hellogov.md #4807

@t-will-gillis

Description

@t-will-gillis

Dependency

Prerequisites

  1. You must be a member of Hack for LA to work on an issue. If you have not joined yet, please follow the steps on our Getting Started page.
  2. Please make sure you have read our Hack for LA Contributing Guide before you claim/start working on an issue.

Overview

We need to revise the filter menu on the projects-check page to include a dropdown for "Tools", so that we can see where we might need to move project values from tools to technologies, and vice versa. In order for the filter to work properly, we need to refactor the tools data in the .md file from a string to a list.

Action Items

  • Refer to the hellogov.md file and find the entry for tools:
  • Change the tools data from:
tools: Mongo, Angular, Node, JS

to

tools:
  - Mongo
  - Angular
  - Node

Do not include JS even though it is in the current tools list, because it is actually categorized under languages, which is delivered by pulling the language for a repo from the GitHub API.

  • Confirm that the Tools data on all project pages is rendered correctly

Resources/Instructions

Metadata

Metadata

Assignees

No one assigned

    Labels

    P-Feature: Project Info and PageA project's detail page (e.g. https://www.hackforla.org/projects/100-automations)P-Feature: Projects pagehttps://www.hackforla.org/projects/good first issueGood for newcomersp-feature: Projects-checkWe use this page to check to make sure that teams are using the Technology section correctlyrole: back end/devOpsTasks for back-end developersrole: front endTasks for front end developerssize: 0.25ptCan be done in 0.5 to 1.5 hours

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions