-
Notifications
You must be signed in to change notification settings - Fork 497
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
AO3-6541 Update Works search and filters to use "Creator" instead of "Author/Artist" #4553
base: master
Are you sure you want to change the base?
Conversation
["Word Count", "word_count"], | ||
["Hits", "hits"], | ||
["Kudos", "kudos_count"], | ||
["Comments", "comments_count"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if I should actually do this, since we have instances of whitespace in "Date Posted", "Date Updated", etc. so it wouldn't be consistent on each? I'm a Ruby noob, welcome to other thoughts here.
app/models/download_writer.rb
Outdated
@@ -150,7 +150,7 @@ def meta | |||
# just means Calibre's GUI treats it as one name, e.g. "testy, testy2" is | |||
# like "Fangirl, Suzy Q", for searching and sorting. | |||
authors: download.authors, | |||
sortable_authors: work.authors_to_sort_on, | |||
sortable_authors: work.creator_to_sort_on, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the issue is asking only for a frontend change. If you undo the backend changes made and keep the visual edits, this should make the tests pass.
Hi @forceofcalm, what @weeklies said is correct
We'd prefer to keep the changes small to avoid unintended consequences (like potentially breaking searches people have bookmarked). There's precedent for this with history (previously named readings) or username/login/user name (all of which are used in various places) |
Pull Request Checklist
as the first thing in your pull request title (e.g.
AO3-1234 Fix thing
)until they are reviewed and merged before creating new pull requests.
Issue
This PR is for AO3-6541, which requested an update of the terminology used on the search forms. This update switches "Author/Artist" to "Creator".
Purpose
This PR updates instances of "Author/Artist" to "Creator" on the work search forms.
Credit
calm, they/them