Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

[qiskit.org] events

Yaiza edited this page Jun 4, 2021 · 1 revision

The events page is populated according to an Airtable managed by the IBM Quantum Community Events team. Downloading the list of coming and past events happens once per build, right before the site generation.

Relationships between the UI and the Airtable

The following table summarizes the Airtable columns involved in the generation of the event list. It includes the column name, a description of its function in the UI, and the expected type of values. The picture below displays the different regions in the UI (pink squares), and event fields (in purple), referenced by the summary table (in bold).

qiskit.org/events UI

Old column name New column name Purpose Type of the value
Name Name Used for the field Event name Single text
Start Date Start Date Populates upcoming and past events tabs in the Tab region (31 days in the future and 31 days in the past) Single date
End Date End Date In addition to "Start Date", used to fill the field Event dates Single date
Type of Event Type of Event For the tags in the event card labelled Event type and also used for filtering according to the types checked in the Filter region. If the user selects no type, the UI shows all the events, without filtering by type. Multiple texts from a list
Event Website Website Used for the field Event link Single text
Event Location Event Location Used for the field Event location Single text
Region Region Used for filtering the events according to the regions checked in the Filter region. If the user selects no region, the UI shows all the events, without filtering by region. Single Multiple texts from a list
Picture? Image / Icon Used as the Event picture An image URL*
SUZIE - for website? Add to Event Site Indicates if it should appear in the event's page Yes/no

* The image URL is automatically provided by Airtable when adding an image to a column.

Important: Airtable columns and tables are identified by name so a change in a column or table name will likely break the UI. A change in the type of values for a column could also render the UI useless.

Clone this wiki locally