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

Refactor Tools data for home-unite-us.md #4808

Closed
5 tasks done
Tracked by #4777 ...
t-will-gillis opened this issue Jun 11, 2023 · 4 comments · Fixed by #5144
Closed
5 tasks done
Tracked by #4777 ...

Refactor Tools data for home-unite-us.md #4808

t-will-gillis opened this issue Jun 11, 2023 · 4 comments · Fixed by #5144
Assignees
Labels
good first issue Good for newcomers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) P-Feature: Projects page https://www.hackforla.org/projects/ p-feature: Projects-check We use this page to check to make sure that teams are using the Technology section correctly role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours

Comments

@t-will-gillis
Copy link
Member

t-will-gillis commented Jun 11, 2023

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 home-unite-us.md file and find the entry for tools:
  • Change the tools data from:
tools: Figma, AWS, Nginx, Docker, Style Components, Zoom, GitHub, Google Drive, Docs, Sheets, Slides

to

tools:
  - Figma
  - AWS
  - Nginx
  - Style Components
  - Zoom
  - GitHub
  - Google Drive
  - Docs
  - Sheets
  - Slides

Do not include docker 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

@t-will-gillis t-will-gillis added Dependency An issue is blocking the completion or starting of another issue good first issue Good for newcomers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) P-Feature: Projects page https://www.hackforla.org/projects/ p-feature: Projects-check We use this page to check to make sure that teams are using the Technology section correctly role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours labels Jun 11, 2023
@github-actions github-actions bot added the ready for dev lead Issues that tech leads or merge team members need to follow up on label Jul 20, 2023
@t-will-gillis t-will-gillis added Ready for Prioritization and removed Dependency An issue is blocking the completion or starting of another issue ready for dev lead Issues that tech leads or merge team members need to follow up on labels Jul 20, 2023
@github-actions github-actions bot added the ready for dev lead Issues that tech leads or merge team members need to follow up on label Jul 23, 2023
@ExperimentsInHonesty ExperimentsInHonesty removed Ready for Prioritization ready for dev lead Issues that tech leads or merge team members need to follow up on labels Jul 23, 2023
@Jmmcclo2023 Jmmcclo2023 self-assigned this Jul 26, 2023
@github-actions
Copy link

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

@Jmmcclo2023
Copy link
Member

Availability: 7/30 3pm - 10pm EDT
ETA: 7/30

@Jmmcclo2023
Copy link
Member

Jmmcclo2023 commented Jul 31, 2023

Progress Update
Progress - This issue is nearly completed. The changes have been made to the correct file. Just need to make sure the changes work on the website with Docker, then make the pull request.
Blockers - The main difficulty of this issue was just GitHub confusion. It took longer than expected to understand how to use GitHub correctly with this issue.
Availability - Daily 4pm-6pm & 8pm - 10pm EDT
ETA - 8/2
Pictures - N/A

@ExperimentsInHonesty
Copy link
Member

should get moved to the Technologies section

  • AWS
  • Nginx

Other

Need to find out what they mean by style components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) P-Feature: Projects page https://www.hackforla.org/projects/ p-feature: Projects-check We use this page to check to make sure that teams are using the Technology section correctly role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours
Projects
Development

Successfully merging a pull request may close this issue.

3 participants