Making WordPress.org

Opened 5 years ago

Closed 4 years ago

#5234 closed defect (bug) (fixed)

Weekly Chats widget is frequently incorrect

Reported by: crstauf's profile crstauf Owned by:
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords: has-screenshots
Cc:

Description

The "Weekly Chats" widget on make.wordpress.org is nearly always incorrect. Initially I thought it was a caching problem, but after checking for a few days, that does not seem to be the case.

[First noticed the issue](https://cloudup.com/cd4_mqFeEMP) on Monday at 16:57 UTC right after #docs meeting, on this page: https://make.wordpress.org/docs/2020/03/16/external-linking-in-docs-policy/.

Checked again today, and it's even stranger, saying that there's a meeting today in one hour: https://cloudup.com/iBbDHtw2W08.

From my perspective, there are two tasks involved in this ticket:

  1. fix the scheduling glitch
  2. implement JS to show the correct relative time to bypass cache

Attachments (1)

Screen Shot 2020-05-27 at 9.35.17 AM.png (63.7 KB) - added by crstauf 5 years ago.
screenshot of Weekly Chats widget with incorrect date and time

Download all attachments as: .zip

Change History (5)

@crstauf
5 years ago

screenshot of Weekly Chats widget with incorrect date and time

#1 @ocean90
5 years ago

  • Component changed from WordPress.org Site to Make (Get Involved) / P2

This is caused by the "fix" in r15912-dotorg which no longer adds the next_date property, causing the next date to be an empty strings to gets converted to today.

The proper fix seems to be https://github.com/Automattic/meeting-calendar/pull/100.

This ticket was mentioned in Slack in #docs by chaptuck. View the logs.


5 years ago

This ticket was mentioned in Slack in #meta by dd32. View the logs.


4 years ago

#4 @ryelle
4 years ago

  • Resolution set to fixed
  • Status changed from new to closed

A fix for this was deployed, so meetings should show up correctly in widgets now.

Note: See TracTickets for help on using tickets.