Closed sahalali closed 1 year ago
@sahalali Please find the attachment containing the icons for the calendar.
comments from DEMO Issue
Single dates: sometimes there is a space between on left
Single dates: when you select single date - the wrong events (wrong dates) are displayed - not seeing the right dates (first screenshot in next comment)
When you click effacer - the calendar on left should reset to the current date
When you click ‘load all results button at bottom you should display all the events (limit may not being passed in the payload - comment from Abhishek)
Looks like the label fallback configuration is missing (comment from Gregory)
Mobile
Organizations
Questions for MINIMAL Image
Caitlin's early feedback from trying the new search widget in Gregory's staging site.
@SyamBabu-M here is my guidance in writing:
When no events are available the text has a typo with : Aucun Événements disponible It should be:
Aucun événement disponible
@troughc Hi, thanks for the detailed summary in writing, all the points mentioned above are taken care of. 1: Fixed the spelling error in the message when no events are available. 2: Changed the default highlight color on today's date. 3: Changed the query params to include the end date so that the result will be for that specific date only
@SyamBabu-M I am looking at it in Gregory's test area here http://demo.staging-tout-culture.s3-website.ca-central-1.amazonaws.com/ ' Some things don't seem to have changed? But maybe it's because I am looking in the wrong place. Here is my test results:
Point 2 - looks good
point 1, I am still seeing the spelling error: To reproduce: Select a date far into the future (2025 Aug 10 for example) when there are no dates available.
Point 3: it doesn't look like it is displaying only the events that are happening on the one selected date. Steps to reproduce:
Thanks for merging the update @SyamBabu-M New TEST on Chrome Point 1: PASSED Point 3: Looking better but still has some issues: there are some wrong events that are event series that are being included in single date searches. These wrong events don't have any sub event on my selected date. to reproduce:
Hope this helps with troubleshooting.
@troughc Point 3 is a known issue in the backend. Currently, the subEvent dates are not considered while filtering but the startDate and endDate of the parent Event.
@saumier I am not sure we have an open issue for this. If not, can we open an issue?
@sahalali Yes. This is issue https://github.com/culturecreates/footlight-calendar-api/issues/537
@SyamBabu-M UPDATED with clarifications from MINIMAL/client.
@SyamBabu-M request to change the wording of message we display when no events are available. This message:
Please change to:
French: Aucun événement présentement English: No events at the moment
message for workshops in French: Aucun ateliers présentement
Gentle reminder @SyamBabu-M
Please fix the messages that appear when no result is returned. Pay careful attention to capitalization of each word in the sentence. Only the first word is capitalized.
You need to make a changes to both French and English messages.
FRENCH fixes:
Aucun ateliers présentement
Aucun événement présentement
Aucun organisations disponible
ENGLISH fixes (only need to fix capitalization of second word):
No workshops at the moment
No organizations are available
cc @sahalali
@troughc Noted.
@SyamBabu-M a little research to prevent the zoom in on input elements (when you focus on a field). cc @saumier
Note: this tag may have to be also added by MINIMAL to the parent page.
Tested in Gregory's test site on CHROME everything I tested is working great: PASS
That said, I stumbled on one question I have for you @saumier regarding the following: eventId=648cd2ed5526a700645056d7
The event types include both "Festival" and "Workshop | Art and Craft".
The event only appears in Workshops (atelier) search results when I search on Festival (It is not included in events searches).
Is that the expected behavior? Logically, it could be, one could argue that festival is a secondary category to a type of workshop. However, Festival has it's own separate entry in the controlled vocabulary for event type (it is not a sub-category to 'course' or 'workshop'). @saumier I would like your opinion on this.
@troughc If an event is a workshop then it will be excluded from events in Tout Culture because the approach we have for the API is to exclude events in a specific category such as Workshop. Tout Culture displays 'events' that exclude all workshops and Courses. So events that are tagged both Festival and Workshop will be removed from 'events' and appear only under 'workshops'.
Here is the link to the planning issue: https://github.com/culturecreates/minimal-footlight-search-widget/issues/9