Skip to content

Commit e607131

Browse files
committed
GBFS FAQ add
1 parent 5eaf754 commit e607131

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

web-app/src/app/screens/FAQ.tsx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ export default function FAQ(): React.ReactElement {
2121
The Mobility Database is an open database containing over 4000+
2222
transit and shared mobility feeds in GTFS, GTFS Realtime, and GBFS
2323
formats. In addition to our database, we also offer an API, and
24-
data-quality reports using the Canonical GTFS Validator and the GBFS Validator.
24+
data-quality reports using the Canonical GTFS Validator and the GBFS
25+
Validator.
2526
<br /> <br />
2627
This database is hosted and maintained by MobilityData, the global
2728
non-profit organization dedicated to the advancement of open
@@ -107,7 +108,22 @@ export default function FAQ(): React.ReactElement {
107108
<Typography className='answer'>
108109
Every day at midnight UTC, the Mobility Database checks for feed
109110
updates using the URL provided by the producer upon uploading. If we
110-
detect a change, we store the new feed version automatically.
111+
detect a change, we add the new feed version automatically.
112+
<br /> <br />
113+
For GBFS feeds, we do an additional sync any time a change to the&#20;
114+
<Button
115+
variant='text'
116+
className='line-start inline'
117+
href={
118+
'https://github.com/MobilityData/gbfs?tab=readme-ov-file#systems-catalog---systems-implementing-gbfs'
119+
}
120+
rel='noreferrer'
121+
target='_blank'
122+
endIcon={<OpenInNewIcon />}
123+
>
124+
systems catalog
125+
</Button>
126+
is merged.
111127
</Typography>
112128
<Typography
113129
variant='h5'

0 commit comments

Comments
 (0)