iluwatar / java-design-patterns

Design patterns implemented in Java
https://java-design-patterns.com
Other
90.08k stars 26.61k forks source link

Add Home component on header section. #3049

Closed ishapandey007 closed 3 weeks ago

ishapandey007 commented 1 month ago

There should be Home component on the header section so that we can return to the home page from any other page. There is no option from which we can return to the home page again. So I think there should be this feature also.

neerajmanivarnan commented 1 month ago

Isn't this a frontend issue?

ishapandey007 commented 1 month ago

I am saying that there should be a way to come back to the home page.

VaibhavVermaa16 commented 1 month ago

I would like to work on this issue please assign it to me.

LakshyaPunyani-01 commented 1 month ago

what's is the purpose of contributing to this project , if the owner doesn't merging any PR since months

iluwatar commented 3 weeks ago

This issue is relevant to the website. The website is another project: https://github.com/iluwatar/java-design-patterns-vuepress-web

Returning to home page is already possible by clicking the site logo in the top left corner.

iluwatar commented 3 weeks ago

Ok now I saw the related PR and understood that this issue refers to composite view pattern.