pi-hole / web

Pi-hole Dashboard for stats and more
https://pi-hole.net
Other
2.03k stars 560 forks source link

Inconsistent use of Adlist and Blocklist in UI #791

Closed seb-1204 closed 6 years ago

seb-1204 commented 6 years ago

In raising this issue, I confirm the following:

How familiar are you with the the source code relevant to this issue?:

2


Expected behaviour:

Descriptions and names should be used consistently throughout the UI. This should also include reports or queries generated outside of UI elements.

Actual behaviour:

Throughout the admin interface the words Adlist and Blocklist are used refering to the same features.

Steps to reproduce:

Refer to pi-hole admin interface and attached screenshots with mark-ups.

Some thoughts:

pihole adlist lists1

pihole adlist lists2

Debug token provided by uploading pihole -d log:

N/A

Troubleshooting undertaken, and/or other relevant information:

nil

AzureMarker commented 6 years ago

Thanks, this should be simple to change.

AzureMarker commented 6 years ago

Blacklist vs blocklist might be confusing, and it has not been discussed much. I think it's not that much of an issue, especially since they are very related (one is just a more manual version of the other). This could be debated though.

I'm putting together a PR for changing the wording to use blocklist consistently.

AzureMarker commented 6 years ago

The Query adlists page title should still use "Lists" instead of "Blocklists" because it looks for the domain in more places than just blocklists, including the whitelist and blacklist.

seb-1204 commented 6 years ago

I thank you guys for pi-hole. I also feel a little proud I could contribute.