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

Add GreenEarthOS project card #2064

Closed
ExperimentsInHonesty opened this issue Aug 5, 2021 · 8 comments · Fixed by #2118
Closed

Add GreenEarthOS project card #2064

ExperimentsInHonesty opened this issue Aug 5, 2021 · 8 comments · Fixed by #2118
Assignees
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: front end Tasks for front end developers size: missing To Update ! No update has been provided

Comments

@ExperimentsInHonesty
Copy link
Member

ExperimentsInHonesty commented Aug 5, 2021

Overview

We need to add GreenEarthOS to the website, so that our list of projects is complete.

Action Items

See this issue for details on project
hackforla/GreenEarthOS#3 (comment)

See this issue comment for logo and hero
hackforla/GreenEarthOS#3 (comment)
All image text for the logo : GreenEarthOS logo with text in green and a globe as a "O"

For UAT reach out to Puneet on slack in the #GreenEarthOS-climate channel

@ExperimentsInHonesty ExperimentsInHonesty added role: front end Tasks for front end developers P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) Complexity: Small Take this type of issues after the successful merge of your second good first issue labels Aug 5, 2021
@grhhhh grhhhh self-assigned this Aug 7, 2021
@Sihemgourou Sihemgourou added this to the 02. Onboarding flow milestone Aug 9, 2021
@PLoiya
Copy link

PLoiya commented Aug 12, 2021

We have added the overview link. Here is the link for the same - https://github.com/hackforla/product-management/blob/master/project-one-sheets/GreenEarthOS%20one%20sheet.pdf

@PLoiya
Copy link

PLoiya commented Aug 12, 2021

We have a new team member. here is the info - hackforla/GreenEarthOS#3 (comment)

@github-actions
Copy link

@grhhhh

Please add update using this template (even if you have a pull request)

  1. Progress: "What is the current status of your project? What have you completed and what is left to do?"
  2. Blockers: "Difficulties or errors encountered."
  3. Availability: "How much time will you have this week to work on this issue?"
  4. ETA: "When do you expect this issue to be completed?"
  5. Pictures: "Add any pictures of the visual changes made to the site so far."

If you need help, be sure to either: 1) ask for help at a Tuesday or Sunday meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel.

You are receiving this comment because your last comment was before Tuesday, August 10, 2021 at 12:10 AM.


Note: This comment was created as part of a GitHub Action during its trial phase. If you find this GitHub Action to be disruptive/unhelpful, or if you believe there might be a bug, please leave a comment on this issue. All feedback will be used to further improve it. Thank you for your time.

@grhhhh
Copy link
Contributor

grhhhh commented Aug 15, 2021

Progress: Project completed and pending review
Blockers: NA
Availability: I will be available during the coming week should any corrections or review be necessary
ETA: Pending Review
Pictures:
Screen Shot 2021-08-14 at 4 09 01 PM
Screen Shot 2021-08-14 at 4 10 31 PM

@github-actions
Copy link

@grhhhh

Please add update using this template (even if you have a pull request)

  1. Progress: "What is the current status of your project? What have you completed and what is left to do?"
  2. Blockers: "Difficulties or errors encountered."
  3. Availability: "How much time will you have this week to work on this issue?"
  4. ETA: "When do you expect this issue to be completed?"
  5. Pictures: "Add any pictures of the visual changes made to the site so far."

If you need help, be sure to either: 1) ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel.

You are receiving this comment because your last comment was before Tuesday, August 17, 2021 at 12:02 AM PST.

@github-actions github-actions bot added the To Update ! No update has been provided label Aug 20, 2021
@ExperimentsInHonesty
Copy link
Member Author

Hi @grhhhh Garret! We are going to make a new issue for some post pr cleanup. And good for you to note for next time. Items on the cleanup are
The overview link does not resolve and the username of one of the people (me) was not given to you properly, and since its not a real github username you can tell because it shows a specific icon. See here for details: hackforla/GreenEarthOS#3 (comment)

@grhhhh
Copy link
Contributor

grhhhh commented Aug 22, 2021

@ExperimentsInHonesty Thanks for your feedback and for including me in the conversation. I'd be happy to take on making those changes if you like.

@macho-catt
Copy link
Member

macho-catt commented Aug 22, 2021

@ExperimentsInHonesty So for the overview link, it's actually a problem with how the href tag was written and not necessarily the fact that there are spaces in the name of the file. Currently the href tag is written like this:

<a href=${ item.url }>

but it should be like this:

a href="${ item.url }"

Where enclosing the value of the href tag ensures that everything in the name is taken into account, including the spaces. Without it, the name cuts off when it sees the first space character.

Devs can make an issue that resolves this issue not just for this project card, but for future links in other project cards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Project Info and Page A project's detail page (e.g. https://www.hackforla.org/projects/100-automations) role: front end Tasks for front end developers size: missing To Update ! No update has been provided
Projects
Development

Successfully merging a pull request may close this issue.

6 participants