Skip to content

reduce cognitive noise in search result table #110

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

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

Conversation

peterdd
Copy link
Contributor

@peterdd peterdd commented Oct 29, 2021

  • There is no need for the edit bug link if it is an anon or non-developer user. (A later iteration might address the redundant view bug tabs too and unite these views.)

  • UTC in every result line is not necessary as there is only one offset in database (in fact the datetime field has no offset stored), showing it is always UTC can move to column header. The time itself is probably also not important for this column but lets do it slowly.

  • Showing just an empty cell in the 'Last Modified' column is much less burden to visual scan the result table than the string 'Not modified'.

bugsphpnet_utc_noeditlink

* There is no need for the edit bug link if it is a anon user. (A later iteration might address the redundant view bug tabs too and unite these views.)

* UTC in every result line is not necessary as there is only one offset in database (in fact the datetime field has no offset stored), showing it is always UTC can move to column header. The time itself is probably also not important for this column but lets do it slowly.

* Showing just an empty cell in the 'Last Modified' column is much less burden to visual scan the result table than the string 'Not modified'.
@derickr
Copy link
Member

derickr commented Jul 31, 2024

bugs.php.net is no longer really used, and hence, we're sunsetting it. Due to that, I don't think it makes sense to merge this patch, which also has conflicts.

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.

2 participants