Skip to content

Create new issues to refactor Tools data in project md files  #4777

@t-will-gillis

Description

@t-will-gillis

Dependency

Overview

As part of the sequence of steps to revise the filters to include a dropdown menu for Tools (issue #4427), once the above dependencies are released, we need to create new issues for editing each of the following project .md files in the _projects folder: when the above dependencies are released, move each issue below from the "Ice Box" to "New Issue Approval", remove the Dependency label and add Ready for prioritization label.

Action Items

  • For each of the above issues, click on the target icon that appears to the far right when hovering on the line to "Convert to issue".
  • Edit the issue title by prepending Refactor Tools data for in front of current issue title. For example:
    • if the new issue created is called access-the-data.md then
    • the new issue title will be Refactor Tools data for access-the-data.md
  • Add the labels role: front end, role: back end/devOps, good first issue, size: 0.5pt, P-Feature: Project Info and Page, P-Feature: Projects page, p-feature: Projects-check
  • Add to the Projects Board in the "Ice Box"
  • Add the milestone 03.02 Onboarding flow <<Confirm
  • Use the template below in the body of the new issue. Be sure to replace "PROJECT_NAME" with the correct md file name, and replace "<SHOW_3_BACKTICKS>" with 3 backticks.
### Dependency

- [4777]

### Overview

We need to revise the filter dropdown menu on the [projects-check] page to include a dropdown for Tools, so that we can use this page to see where we might need to move projects 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 [PROJECT_NAME.md](https://github.com/hackforla/website/blob/gh-pages/_projects/PROJECT_NAME.md) file and find the entry for `tools:`
- [ ] Change the `tools` data from a string into a list: 

`tools: tool_1, tool_2, tool_3`  becomes:
<SHOW_3_BACKTICKS>
tools: 
  - tool_1
  - tool_2
  - tool_3
<SHOW_3_BACKTICKS>
- [ ]  

### Resources/Instructions

- [Homepage](https://www.hackforla.org)
- [Projects](https://www.hackforla.org/projects/) page
- This issue is part of an epic: #4777

For Merge Team/Tech Leads/PMs

Resources/Instructions

Metadata

Metadata

Assignees

Labels

Complexity: See issue making labelSee the Issue Making label to understand the issue writing difficulty levelDependencyAn issue is blocking the completion or starting of another issueFeature: Refactor JS / LiquidPage is working fine - JS / Liquid needs changes to become consistent with other pagesIssue Making: Level 1Make issues from a template and a spreadsheetepicgood first issueGood for newcomersready for dev leadIssues that tech leads or merge team members need to follow up onrole: back end/devOpsTasks for back-end developersrole: front endTasks for front end developerssize: 1ptCan be done in 4-6 hours

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions