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

Feature/query carousel editions #10362

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Lokeshranjan8
Copy link

@Lokeshranjan8 Lokeshranjan8 commented Jan 19, 2025

Closes: #7252

Technical

Testing

Screenshot

Stakeholders

@Lokeshranjan8
Copy link
Author

@cdrini can you review this

@mekarpeles
Copy link
Member

@cdrini mentions this rebase effort may need to be re-aligned with the cached query carousel

@jimchamp
Copy link
Collaborator

@Lokeshranjan8, can you update your original comment such that it explains the changes that you've made? It would also be helpful to know exactly what was required to merge #7295. Could you add these to the updated comment, as well?

@jimchamp jimchamp added the Needs: Submitter Input Waiting on input from the creator of the issue/pr [managed] label Jan 24, 2025
@cdrini
Copy link
Collaborator

cdrini commented Jan 27, 2025

(Note for testing we can create a dummy page with a librivox query carousel, eg something like {{QueryMacro query='publisher:librivox'}} (might have syntax typos :P))

@jimchamp notes that the client side code will likely need to be updated; up to you @jimchamp whether that makes sense as part of this PR or a separate issue/pr.

Copy link
Collaborator

@jimchamp jimchamp left a comment

Choose a reason for hiding this comment

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

Hi, @Lokeshranjan8!

Since you did not update the PR, it's unclear to me if you are still interested in working on this.

If you are still working on this, please:

  • Revert changes made to QueryCarousel.html and instead make the changes in RawQueryCarousel.html.
  • Update the PR, describing the work that you've done.

@@ -1,4 +1,4 @@
$def with(query, title=None, sort='new', key='', limit=20, search=False, has_fulltext_only=True, url=None, layout='carousel', use_cache=True)
$def with(query, title=None, sort='new', key='', limit=20, search=False, has_fulltext_only=True, url=None)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Changes to this file should be reverted. Instead, make changes in RawQueryCarousel.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Submitter Input Waiting on input from the creator of the issue/pr [managed]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make QueryCarousels edition-aware
4 participants