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 green-earth-os.md #4806

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

Refactor Tools data for green-earth-os.md #4806

t-will-gillis opened this issue Jun 11, 2023 · 4 comments · Fixed by #5108
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 ready for dev lead Issues that tech leads or merge team members need to follow up on 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 green-earth-os.md file and find the entry for tools:
  • Change the tools data from:
tools: Google sheets, Google forms, Figma, FigJam

to:

tools:
  - Google sheets
  - Google forms
  - Figma
  - FigJam
  • 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
@t-will-gillis t-will-gillis changed the title Refactor Tools data for food-oasis.md Refactor Tools data for green-earth-os.md 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
@tiffchannn tiffchannn self-assigned this Jul 26, 2023
@github-actions
Copy link

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

@tiffchannn
Copy link
Contributor

  1. Availability: Weekdays from 11am - 4:30pm PST
  2. ETA: 1-2 days, since this is my first issue I've worked on

@tiffchannn
Copy link
Contributor

I have clarifying questions about what visual changes (if any) I'm supposed to see when making the requested changes.

Here's what I've done:

  • Within _projects > green-earth-os.md: changed tools: Google sheets, Google forms, Figma, FigJam to
tools:
  - Google sheets
  - Google forms
  - Figma
  - FigJam`

When reloading the website page, I don't see any visual changes to the Green Earth OS card. Please see the screenshot.

I'm working on the refactor-tools-data-green-earth-4806 branch on my forked repo.

Any help is greatly appreciated! :)

Screenshot 2023-07-28 at 11 12 19 AM

@ExperimentsInHonesty
Copy link
Member

Make an ER to change

- [ ] Change 
```
tools:
  - Google sheets
  - Google forms
  - Figma
  - FigJam
```
to
```
tools:
  - Google Sheets
  - Google Forms
  - Figma
  - FigJam
```

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 ready for dev lead Issues that tech leads or merge team members need to follow up on 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.

4 participants