Nikhil VJ

Results 103 issues of Nikhil VJ

See: https://jqueryui.com/dialog/#default http://api.jqueryui.com/dialog/ Same tech many also be applied for creating new trip etc.

enhancement
Frontend

On all the GTFS pages, make it possible to : - copy out to clipboard the data on tabulator table, - and paste data from clipboard into the tabulator table....

Frontend

Sample stops data: stop_id | stop_name | stop_lat | stop_lon -- | -- | -- | -- GANGA1 | Gangaram Bus stop | 17.49489 | 78.33031 GANGA2 | Gangaram Bus...

enhancement

GTFS Spec: `route_sort_order` field in [routes.txt](https://github.com/google/transit/blob/master/gtfs/spec/en/reference.md#routestxt) : `Optional, The route_sort_order field can be used to order the routes in a way which is ideal for presentation to customers. It must...

enhancement

Work out how to integrate [transitfeed's feedvalidator.py](https://github.com/google/transitfeed/wiki/FeedValidator). Command: `python feedvalidator.py -l 10000 gtfs.zip ` `-l 10000` pushes up the limit of errors/warnings per type, and this helps to list down...

enhancement
good first issue
Backend

- At present, this program does only one-way communication from browser to server. Everything apart from the launching is done via API calls (GET or POST requests) sent by the...

enhancement
help wanted

The GTFSserverfunctions.py file has inflated to several functions. Cleaning up, ironing out of the code is needed, and part of it can be in putting functions in different files. One...

housekeeping

There's new options out on the street regarding desktop linux apps. Some may hold promise for becoming one-stop double-clickers that work everywhere. Worth exploring. Links: - https://docs.snapcraft.io/build-snaps/python - https://github.com/AppImage/AppImageKit/wiki/Bundling-Python-apps

question

In Ubuntu, on pressing Ctrl+C in the terminal, here's the terminal output: ``` ERROR:tornado.application:Uncaught exception Traceback (most recent call last): File "site-packages/tornado/web.py", line 1541, in _execute File "GTFSManager.py", line 591,...

housekeeping
Backend

The tabulator JS library on the front end seems to have some issues with Firefox browser. Yet to do full testing, would be great if folks who are more invested...

housekeeping