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

link-redirect-fix #1042

Closed
wants to merge 1 commit into from
Closed

Conversation

Yashwanth1906
Copy link

@Yashwanth1906 Yashwanth1906 commented Oct 19, 2024

What kind of change does this PR introduce?

Bugfix: Fixes misdirection of pages.
Issue Number:

Closes #1038
Related to #___
Others?
Screenshots/videos:

If relevant, you can add screenshots or videos showing the issue and how it was fixed.
If relevant, did you update the documentation?

No documentation updates were needed.
Summary

This PR fixes a bug that caused misdirection of certain pages in the app. The routing logic was adjusted to correctly map the pages to their intended destinations.
Does this PR introduce a breaking change?

No, this PR does not introduce a breaking change.

@Yashwanth1906 Yashwanth1906 requested a review from a team as a code owner October 19, 2024 12:29
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to the JSON Schema Community. Thanks a lot for creating your first pull request!! 🎉🎉 We are so excited you are here! We hope this is only the first of many! For more details check out README.md file.

Copy link

codecov bot commented Oct 19, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.47%. Comparing base (7ecd915) to head (913e29f).

Files with missing lines Patch % Lines
components/DocsHelp.tsx 77.77% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main    #1042      +/-   ##
===========================================
- Coverage   100.00%   99.47%   -0.53%     
===========================================
  Files           10       10              
  Lines          373      380       +7     
  Branches        94       97       +3     
===========================================
+ Hits           373      378       +5     
- Misses           0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Yashwanth1906 Yashwanth1906 reopened this Oct 19, 2024
@IyaadArshad
Copy link
Contributor

looks great, but would it be possible to clarify:

  • the purposes of 'pages/overview/code-of-conduct/_index.md' and 'pages/overview/sponsors/_index.md',
  • the modifications to project dependencies
  • the new hyper-schema section

Copy link
Member

Choose a reason for hiding this comment

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

Pls. remove package-lock.json file since we are using yarn as package manager

Copy link
Member

Choose a reason for hiding this comment

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

remove newly installed dependencies since it seems like they are not used in the codebase

Copy link
Member

Choose a reason for hiding this comment

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

This file is obtained from .github repo as submodule, for doing changes in it you have to perform changes in that repo.

Revert the changes related to it.

Copy link
Member

Choose a reason for hiding this comment

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

This file is obtained from community repo as git submodule
Pls. revert changes related to it.

Copy link
Member

Choose a reason for hiding this comment

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

Pls. revert these changes

Copy link
Member

Choose a reason for hiding this comment

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

remove changes from yarn.lock file and uninstall newly installed dependencies

@DhairyaMajmudar DhairyaMajmudar added the Hacktoberfest-accepted Pull requests accepted for Hacktoberfest'24 label Oct 19, 2024
@Yashwanth1906
Copy link
Author

looks great, but would it be possible to clarify:

  • the purposes of 'pages/overview/code-of-conduct/_index.md' and 'pages/overview/sponsors/_index.md',
  • the modifications to project dependencies
  • the new hyper-schema section

@Yashwanth1906
Copy link
Author

Ill Fork the repo again and create a new pull request soon @DhairyaMajmudar . Thank you

@DhairyaMajmudar
Copy link
Member

Ill Fork the repo again and create a new pull request soon @DhairyaMajmudar . Thank you

No need to fork and create pr again you can commit changes in this PR also

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest-accepted Pull requests accepted for Hacktoberfest'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: Mis-linked page (Again)
3 participants