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

Event listing #397

Closed
wants to merge 3 commits into from
Closed

Event listing #397

wants to merge 3 commits into from

Conversation

ThibautBorn
Copy link

@ThibautBorn ThibautBorn commented Jun 20, 2024

Trying to improve the event_listing view. Which breaks or doesn't give the expected results when using the start/end date query in collections

context: the start and end values are later checked against datetime
objects in the expand_events,which broke due to the passed
DateTime and String formats (depending on the query)
context: event_listing didn't always show the results from the collection.
@mister-roboto
Copy link

@ThibautBorn thanks for creating this Pull Request and helping to improve Plone!

TL;DR: Finish pushing changes, pass all other checks, then paste a comment:

@jenkins-plone-org please run jobs

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass, but it takes 30-60 min. Other CI checks are usually much faster and the Plone Jenkins resources are limited, so when done pushing changes and all other checks pass either start all Jenkins PR jobs yourself, or simply add the comment above in this PR to start all the jobs automatically.

Happy hacking!

context: make code more readable by seperating usecases
@stevepiercy
Copy link

@ThibautBorn please let us know if you are stuck and need some help figuring out how to proceed. Three checks fail.

@ThibautBorn
Copy link
Author

I'm going to keep working on this, it's just very busy at the moment. Thank you for the offer to help!

@ThibautBorn
Copy link
Author

ThibautBorn commented Aug 22, 2024

partially fixed by #404 (mainly the date conversion).

Made a new Issue that discusses the second part of this draft. #405, and new PR (#406)

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.

3 participants