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

Removes obsolete or redundant guides #966

Merged
merged 6 commits into from
Aug 16, 2024
Merged

Conversation

brentryanjohnson
Copy link

@brentryanjohnson brentryanjohnson commented Aug 15, 2024

Fixes #884

  • Removes guides lacking demonstrable value (analytically)

vickimcfadden
vickimcfadden previously approved these changes Aug 15, 2024
Copy link

@vickimcfadden vickimcfadden left a comment

Choose a reason for hiding this comment

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

lgtm!

@brentryanjohnson brentryanjohnson marked this pull request as ready for review August 15, 2024 14:34
vickimcfadden
vickimcfadden previously approved these changes Aug 15, 2024
Copy link

@vickimcfadden vickimcfadden left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Author

@brentryanjohnson brentryanjohnson left a comment

Choose a reason for hiding this comment

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

@mark-meyer and/or @jfredrickson I removed this filter because we don't need it for the limited guides we're keeping. Could one of you review this? I suspect there's more to this change than the markup.

Copy link
Contributor

@mark-meyer mark-meyer left a comment

Choose a reason for hiding this comment

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

I left a couple comments in the layout/guides/list.html file. I'm happy to make this small change if you want me to.

@@ -7,24 +7,7 @@ <h1>GSA Tech Guides</h1>
{{ .Content }}

<div class="grid-row grid-gap">
Copy link
Contributor

Choose a reason for hiding this comment

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

Hey @brentryanjohnson — I think we can delete the grid divs altogether since we no longer have columns to worry about. So deleting this div and the one below, which will promote the one <div class="guides-category" data-category="{{ .Key | urlize }}"> to the top level.

</div>
</div>


<div class="tablet:grid-col-9">
{{ range .Pages.GroupByParam "category" }}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's fine to keep this even thought there is only one category…but just pointing out that if we'll never have anything other than Agile, we could simplify this too.

@mark-meyer mark-meyer self-requested a review August 15, 2024 21:03
Copy link
Contributor

@mark-meyer mark-meyer 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!

Copy link

@vickimcfadden vickimcfadden left a comment

Choose a reason for hiding this comment

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

LGTM

@mark-meyer mark-meyer merged commit 9942c9e into main Aug 16, 2024
6 checks passed
@brentryanjohnson brentryanjohnson deleted the rj-remove-unused-guides branch August 16, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(tech.gsa.gov) Remove all the guides
3 participants