Skip to content

Renamed citizen engagement file#4205

Merged
t-will-gillis merged 1 commit intohackforla:gh-pagesfrom
arcan9:rename-card-html-3756
Mar 20, 2023
Merged

Renamed citizen engagement file#4205
t-will-gillis merged 1 commit intohackforla:gh-pagesfrom
arcan9:rename-card-html-3756

Conversation

@arcan9
Copy link
Member

@arcan9 arcan9 commented Mar 18, 2023

Fixes #3756

What changes did you make and why did you make them ?

  • In the folder _includes, renamed the citizen-engagement-cards.html to program-area-pages-cards.html so that the name of the file reflects the purpose of the card better.
  • Inside _includes/program-area-pages-cards.html, a new comment has been added to clarify what the elements in that file are:
<!-- These are the cards found on a program area page, such as the cards on https://www.hackforla.org/citizen-engagement webpage. -->
  • Inside pages/citizen-engagement.html, this line
{% include citizen-engagement-cards.html %}

is changed to

{% include program-area-pages-cards.html %}

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

Only the file name and the markup were changed. No visual changes to the website. Looks good on desktop, tablet and mobile, and functions like before.

@github-actions
Copy link

Want to review this pull request? Take a look at this documentation for a step by step guide!

From your project repository, check out a new branch and test the changes.

git checkout -b arcan9-rename-card-html-3756 gh-pages
git pull https://github.com/arcan9/website.git rename-card-html-3756

@github-actions github-actions bot added role: front end Tasks for front end developers status: Updated No blockers and update is ready for review Complexity: Small Take this type of issues after the successful merge of your second good first issue P-Feature: Citizen Engagement https://www.hackforla.org/citizen-engagement size: 0.25pt Can be done in 0.5 to 1.5 hours labels Mar 18, 2023
@bootcamp-brian
Copy link
Member

Review ETA: End of day today
Availability: All day today

Copy link
Member

@bootcamp-brian bootcamp-brian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job getting the branches set up right and the issue linked as well as making all the requested changes from the issue. The only thing I would change is that I would add the changes you made inside the _includes/program-area-pages-cards.html file to your list of you made in your pull request comment.

@arcan9
Copy link
Member Author

arcan9 commented Mar 19, 2023

@bootcamp-brian Thanks! I've updated my PR.

@arcan9 arcan9 requested a review from bootcamp-brian March 19, 2023 20:20
Copy link
Member

@bootcamp-brian bootcamp-brian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good now. Great job!

Copy link
Contributor

@oliviazhai oliviazhai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks good to me!

@t-will-gillis t-will-gillis self-requested a review March 20, 2023 03:52
Copy link
Member

@t-will-gillis t-will-gillis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @arcan9 - Great job on this issue! Your from and to branches are correct, and you addressed the requirements of the issue. And you made the changes to the description working with @bootcamp-brian - good teamwork! I also checked on Docker and the /citizen-engagement page seems to be working as before. Your code is clean and you changed only what needed to be changed- nothing appears broken.

Great job again-

@t-will-gillis
Copy link
Member

As a reminder, there is one additional item to change the wiki, shown on #3756 , to be done after this is merged. Thanks for your work!

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: Citizen Engagement https://www.hackforla.org/citizen-engagement role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours status: Updated No blockers and update is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename citizen-engagement-cards.html

4 participants