datatools-ui icon indicating copy to clipboard operation
datatools-ui copied to clipboard

Core application for IBI's transit data tools suite.

Results 141 datatools-ui issues
Sort by recently updated
recently updated
newest added

We should consider what changes might be necessary in the OTP deployment module to provide a more intuitive UI that reflects common deployment patterns/use cases. From @evansiroky's comment: https://github.com/ibi-group/datatools-ui/pull/463#issuecomment-531113941 >After...

enhancement

It appears that the `PATCH` request made directly to Auth0 using the user's token no longer is an acceptable means to update the `user_metadata` object: https://community.auth0.com/t/is-it-possible-to-update-user-metadata-with-the-authentication-api/19976 This was discovered when...

bug

**Issue by [skinkie](https://github.com/skinkie)** _Thursday Jul 12, 2018 at 13:31 GMT_ _Originally opened as https://github.com/catalogueglobal/datatools-ui/issues/221_ ---- At this moment the entering of the data requires some love see (#216 ) but...

imported

I am using the following settings in `settings.yaml` file where I do not want to use S3 bucket thats why I used `use_s3_storage: false` and put a hash before s3bucket...

I am building the datatools-ui and datatools-server using the following script ``` git clone https://github.com/conveyal/datatools-ui.git git clone https://github.com/conveyal/datatools-server.git mkdir /opt/gtfs/gtfs-storage && cd $_ mkdir gtfsplus && cd .. cp datatools-ui/configurations/default/env.yml.tmp...

> Perhaps it would be possible to implement a sorting button like was done for the project feeds table. _Originally posted by @evansiroky in https://github.com/ibi-group/datatools-ui/pull/463_ This would need to be...

enhancement

Currently, the alerts and signs don't have any end-to-end tests. Tests should be made. This will probably involve making a mock server to simulate handling requests made to external APIs.

testing

There currently aren't any e2e tests to make sure it is possible to navigate through the feed version tabs and select routes and stuff.

testing

The `getTripValidationIssues` selector is a good candidate for a unit test. _Originally posted by @evansiroky in https://github.com/catalogueglobal/datatools-ui/pull/257/commits/059f23b731682bdd72439f5fad6a2714f80afdde_

testing