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

feat-resources #246

Open
wants to merge 1 commit into
base: saga
Choose a base branch
from
Open

feat-resources #246

wants to merge 1 commit into from

Conversation

Harshvardhan1012
Copy link
Contributor

@Harshvardhan1012 Harshvardhan1012 commented Nov 30, 2024

What changed?

Resources Page Issue #216

How will this change be visible?

resorces-1

resorces-2

Copy link
Contributor

@jtfairbank jtfairbank left a comment

Choose a reason for hiding this comment

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

Praise: @Harshvardhan1012 so great to see you powering through these page updates! This one seems pretty solid, glad that you were able to incorporate the feedback from your last PR.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Give this a more descriptive name. If it's only for the resources page, possibly include that in the name or put it in a subfolder.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Give this a more descriptive name. If it's only for the resources page, possibly include that in the name or put it in a subfolder.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Give this a more descriptive name, especially since it seems reusable.

Copy link
Contributor

Choose a reason for hiding this comment

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

Fix: This isn't the right image for the page. Are you just using it as a placeholder?

mx={{ md: "9", initial: "3" }}
>
ASSORT was established as part of a joint partnership between
<ResourceRedirect text="Boxtribute" link="boxtribute.ord" />,{" "}
Copy link
Contributor

Choose a reason for hiding this comment

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

fix: should be boxtribute.org (not .ord)

Copy link
Contributor

Choose a reason for hiding this comment

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

Question: Someone else was working on the tech page. Was there a particular reason to have it use the resources page title? We can create new components but changing components on other pages to consolidate them is more refactoring work and should be tackled in a separate issue.

Copy link
Contributor Author

@Harshvardhan1012 Harshvardhan1012 Dec 2, 2024

Choose a reason for hiding this comment

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

In the updated code Page title is not used in any component anymore so I think I can use that as of now


export const Guide = () => {
return (
<Table.Root size="3" className="bg-gray-50 w-full">
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix: We should only use tables for tabular data. To keep things simple, can we stray from the design for this and use a

    instead?

}) => {
return (
<Link
href={`https://www.${link}`}
Copy link
Contributor

Choose a reason for hiding this comment

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

Question: Are we sure all those sites use the www subdomain? Seems better to just pass through the full href.

px={{ initial: "3", md: "9" }}
>
<ResourcesFooter />
<Text>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: Let's take out this paragraph. We're not really maintaining the "stay up to date" mailing list anymore.

@jtfairbank jtfairbank linked an issue Dec 5, 2024 that may be closed by this pull request
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.

Create the new Resources Page
2 participants