noi-techpark / webcomp-events-today

GNU Affero General Public License v3.0
0 stars 0 forks source link

The Today@Eurac web component doesn't update properly #12

Closed sseppi closed 1 year ago

sseppi commented 1 year ago

By testing the web component, it seems that the content displayed aren't updating properly.

As example today the Meeting Management of Eurac inserted an event in the Seminar Room 1. The web component integrated in the page at the link below, that Eurac will use on their screen, was on Gallery mode and did not displayed the event till the meeting management did a manual refresh of the browser.

https://todayeuracedu.z6.web.core.windows.net/Seminar1.html

I post here below the step that the Eurac Meeting Management did to test:

  1. open the seminar room 1 link: https://todayeuracedu.z6.web.core.windows.net/Seminar1.html;
  2. since there were no events, the web component was in gallery mode;
  3. Eurac Meeting Management inserted a test event in their system;
  4. The test event was properly displayed by the Open Data Hub Data Browser;
  5. the web component didn't switch from gallery to event list view (Eurac waited more than one our)
  6. Eurac Meeting Management did a refresh of the page in the browser
  7. the web component switched from gallery to event list view
  8. Eurac Meeting Management deleted the test event;
  9. The test event wasn't displayed by the Open Data Hub Data Browser;
  10. the web component didn't switch from list to gallery view (Eurac waited more than one our)

Expected behaviour

The web component should switch automatically from gallery to event list mode and vice versa automatically without the need to do a manual refresh.

I'm waiting from feedback of Eurac regarding the update of the event list, when the list view is active.