publiclab / community-toolbox

Tools to understand and welcome people into a contributor community
https://code.publiclab.org
MIT License
142 stars 197 forks source link

Public Lab Issues #557

Open priyakumari02 opened 2 years ago

priyakumari02 commented 2 years ago

image

Please describe the problem (or idea)

Upon clicking on public Lab issues,It is not directing to GitHub of Public Lab

What happened just before the problem occurred? Or what problem could this idea solve? As it is written Public Lab issues , after clicking on it it should be directed to public lab issues section of github

What did you expect to see that you didn't?

Please show us where to look

https://infragram.org/sandbox/ ...

Browser, version, and operating system

Many bugs are related to these -- please help us track it down and reproduce what you're seeing!


Thank you!

Your help makes Infragram better! We deeply appreciate your helping refine and improve this site.

To learn how to write really great issues, which increases the chances they'll be resolved, see:

https://publiclab.org/wiki/developers#Contributing+for+non-coders

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Please follow the issue template to help us help you πŸ‘πŸŽ‰πŸ˜„ If you have screenshots to share demonstrating the issue, that's really helpful! πŸ“Έ You can make a gif too!

TildaDares commented 2 years ago

This looks like an issue for the Community Toolbox repo.

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Please follow the issue template to help us help you πŸ‘πŸŽ‰πŸ˜„ If you have screenshots to share demonstrating the issue, that's really helpful! πŸ“Έ You can make a gif too!

on2onyekachi commented 2 years ago

@TildaDares I just notice this has been raised, can I work on this?

TildaDares commented 2 years ago

@on2onyekachi There are more dead links on that page. Here’s a list of some of the wrong links and where they should actually lead to:

You can open up an FTO to fix them. Thanks!

on2onyekachi commented 2 years ago

Hi @TildaDares, the link for the issue being raised, Public Lab issues. will it be the same with issues across this org here . ?

I guess the Public Lab issues link was meant to change the selected repository from the 'plot2' to 'all'? Screenshot 2022-05-10 at 00 09 48

TildaDares commented 2 years ago

@on2onyekachi You're right! There's nothing wrong with those links.

on2onyekachi commented 2 years ago

@on2onyekachi You're right! There's nothing wrong with those links.

oh, okay. Then that should be the next fix @TildaDares, in making it function as it should. as the URL does change but the selected repo doesn't.

TildaDares commented 2 years ago

You're right @on2onyekachi!

You can start by listening for a URL change. This file should give you an idea of how to change the selected repo https://github.com/publiclab/community-toolbox/blob/eeecfa61f4f2187464c7f7936f4ac5473a3e182e/src/utils/navDropdown.js#L23-L29

TildaDares commented 2 years ago

Also, you can create a new issue for this. Thanks!!

on2onyekachi commented 2 years ago

Okay. thank you for the assistance @TildaDares