Skip to content
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

Taxonomy topics #6130

Merged
merged 2 commits into from
Jul 22, 2024
Merged

Taxonomy topics #6130

merged 2 commits into from
Jul 22, 2024

Conversation

akatsoulas
Copy link
Collaborator

No description provided.

@akatsoulas akatsoulas requested a review from escattone July 19, 2024 12:07
Copy link
Contributor

@escattone escattone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nicely done! I went through the new topics and sub-topics carefully, and I have just a few topic title nits. Also, it looks like

topics_and_subtopics = Topic.active.all()

needs to change to something like topics_and_subtopics = Topic.active.filter(product__isnull=False).all() in order to resolve the test failures.


NEW_TOPICS_DATA = [
{
"title": "Backup, recovery and sync",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit. Josh would prefer a comma after "recovery".

],
},
{
"title": "Search, tag and share",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit. Josh prefers a comma after "tag".

],
},
{
"title": "Add-ons, extensions and themes",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit. Josh prefers a comma after "extensions".

],
},
{
"title": "Passwords and sign-in",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super nit. I think the guidelines suggest "sign in" (without the hyphen) instead of "sign-in".

@akatsoulas
Copy link
Collaborator Author

Thanks @escattone for the quick and thorough review!

@akatsoulas akatsoulas merged commit 4a8b96b into mozilla:main Jul 22, 2024
2 checks passed
@akatsoulas akatsoulas deleted the taxonomy-topics branch July 22, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants