web UI for open trip planner
Find a file
2024-05-31 13:22:10 +03:00
.github chore: build from prerel branch 2024-05-13 14:12:55 +03:00
.yarn chore: merge tested branches 2023-07-07 09:45:03 +03:00
app Update jkl ticket zones 2024-05-31 13:22:10 +03:00
build chore: update graphql schema 2024-05-09 07:30:16 +03:00
config chore: a couple of version bumps more 2024-02-09 14:06:12 +02:00
digitransit-component Include more languages for moment in datetime picker 2024-05-20 12:17:16 +03:00
digitransit-search-util chore: update graphql schema 2024-05-09 07:30:16 +03:00
digitransit-store chore: update babel 2024-02-05 17:27:58 +02:00
digitransit-util Remove conventional commit check 2024-02-08 16:19:51 +02:00
docs chore: remove codecov because of nyc babel issues 2024-02-06 11:24:12 +02:00
sass chore: itinerary styles last 2024-04-22 11:26:16 +03:00
server fix: bugs related to citybike season handling 2024-05-10 18:19:56 +03:00
static Update jkl ticket zones 2024-05-31 13:22:10 +03:00
test fix: revert back to year specific citybike seasons 2024-05-13 13:21:11 +03:00
win-launch-scripts Rewrite Webpack config for Webpack 4 2018-05-19 00:39:11 +03:00
.codecov.yml Ignore auto-generated code from coverage. 2018-12-13 10:35:05 +02:00
.dockerignore debug CI [drop] 2023-06-23 10:22:34 +02:00
.eslintignore chore: use new graphql linter 2024-01-15 09:59:09 +02:00
.eslintrc.js chore: use new graphql linter 2024-01-15 09:59:09 +02:00
.git-blame-ignore-revs chore: ignore some prettier commits in blame 2024-01-15 17:28:34 +02:00
.gitignore chore: add .vscode directory to .gitignore for local IDE-dependent project files 2022-05-20 14:15:30 +03:00
.lvimrc Add project style to local vim config 2016-05-09 16:03:55 +03:00
.nvmrc chore: upgrade to Node.js v16; css-loader@5, sass-loader@10, node-sass@6 2023-06-23 10:30:35 +02:00
.nycrc.json fixed test coverage babel problems 2018-07-03 14:05:49 +03:00
.stylelintrc.json fix: disable another rule that clashes 2024-01-15 17:15:46 +02:00
.yarnrc.yml chore: use new graphql linter 2024-01-15 09:59:09 +02:00
babel.config.js Revert "test: turn babel preset debug on temporarily" 2024-02-09 10:19:38 +02:00
COPYING Licenses 2015-08-06 16:57:39 +03:00
Dockerfile Revert "chore: remove internal health check" 2023-08-21 14:39:14 +03:00
lerna.json feat: sharing FutureRouteStore 2020-09-11 10:17:33 +03:00
LICENSE-AGPL.txt Licenses 2015-08-06 16:57:39 +03:00
LICENSE-EUPL.txt Licenses 2015-08-06 16:57:39 +03:00
package.json chore: update moment and moment-timezone 2024-05-06 11:30:31 +03:00
postcss.config.js chore: upgrade style related dev dependencies 2020-09-11 17:29:36 +03:00
README.md chore: touch readme 2024-04-12 08:45:31 +03:00
webpack.config.babel.js Revert "test: turn babel preset debug on temporarily" 2024-02-09 10:19:38 +02:00
yarn.lock chore: update moment and moment-timezone 2024-05-06 11:30:31 +03:00

Build

Digitransit-ui is a mobile friendly User interface built to work with Digitransit platform

Licensing

The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.

Issues

Our main issue tracking is handled in https://digitransit.atlassian.net However, we also monitor this repository's issues and import them to Jira. You can create issues in GitHub.

Demos

Testing

Digitransit-ui is tested to work on the latest and the second latest major versions of Firefox, Chromium and Safari.

Visual tests are run with jest and playwright.

More information about testing.

Documentation