Commit Graph

30 Commits

Author SHA1 Message Date
Claude
fe649c81eb Change region to use top-left and bottom-right coordinates
Replace center+delta region representation with a bounding box defined
by topLeft and bottomRight coordinate pairs, which maps more directly
to the visible map area.

https://claude.ai/code/session_0162emnCi1KxW5FkTNn2ZrvH
2026-03-23 22:05:57 +00:00
Claude
946f8dd342 Add initial region loading for supported systems
Expose an initialRegion field on the System GraphQL type so the app can
display the correct campus area on first load instead of a zoomed-out
default map view. Chapman University is configured with coordinates
centered on campus.

https://claude.ai/code/session_0162emnCi1KxW5FkTNn2ZrvH
2026-03-23 22:02:42 +00:00
e7b5f034f3 Add orderedStops property to the Route type 2025-09-23 10:15:42 -07:00
cc03803a3c Change schema to accept a float for the average spots available 2025-07-21 19:08:22 -04:00
52a0133107 Add system ID to parking structure 2025-07-19 12:55:36 -04:00
a76601d8cf Update schema with historical average data for parking structure. 2025-07-19 11:50:58 -04:00
c21446b80a update schema to use new DateTime scalar 2025-04-29 16:48:14 -07:00
ba82ce9f98 add custom DateTime scalar type 2025-04-29 16:47:08 -07:00
6dae7959bf update schema to include timestamp 2025-04-29 16:23:30 -07:00
9969e93fc9 use min/max version instead of one static version 2025-04-24 09:56:36 -07:00
544cab5324 move parking structures to a sub-field of system 2025-04-16 17:01:41 -07:00
cb05d3ca03 add schema version endpoint 2025-04-16 16:55:00 -07:00
2bace24623 add comment describing differentation between passio and interchange IDs 2025-04-16 16:28:00 -07:00
78514c5b8a remove required parking structure and add stub resolvers 2025-04-08 16:28:21 -07:00
b2e6acfefa update graphql schema 2025-04-08 16:23:06 -07:00
ea46115b86 add system ID to ETA object in graphql schema 2025-04-07 12:40:53 -07:00
dbb56f207d add system ID field to ordered stop 2025-04-07 11:58:07 -07:00
bc598f0858 update graphql definition to include system ID in routes, stops, and shuttles 2025-04-06 11:26:58 -07:00
4d74027b0e update schema types for backwards compatibility with current schema 2025-03-25 16:16:18 -07:00
1321ff1347 update graphql schema with updated arguments 2025-03-25 15:29:31 -07:00
919832e86f move orientation to shuttle instead of eta (whoops) 2025-03-17 13:23:53 -07:00
d9d11e1b31 update entities and schema to include orientation in degrees 2025-03-17 13:15:07 -07:00
e697fd89b8 add isNotificationScheduled resolver for Query type 2025-02-12 19:45:16 -08:00
d7b15812f3 make responses mandatory for mutations 2025-02-04 11:30:26 -08:00
8ac71090e4 make input mandatory 2025-02-04 11:01:27 -08:00
f1f1d5c971 remove cancelAllNotifications resolver 2025-02-04 10:42:12 -08:00
d730937b29 add notification support in schema 2025-02-04 10:27:06 -08:00
5fe66c1517 create updated schema with required IDs 2025-01-23 03:23:15 -08:00
4b16790525 add orderedStop property for Route 2024-12-26 18:22:40 -08:00
85f448a2d9 rename schema definition 2024-12-26 18:04:43 -08:00