Commit Graph

43 Commits

Author SHA256 Message Date
Johannes Randerath
6bf0437303 Added static folder 2024-06-11 20:38:46 +02:00
Johannes Randerath
2d33ac8e67 Fixed a JSON bug 2024-06-11 20:15:28 +02:00
Johannes Randerath
9f674f345b Processing GET requests to pass timetables for specific route_ids 2024-06-11 19:49:28 +02:00
Johannes Randerath
0031646016 Jsonizing data to pass to index 2024-06-11 19:22:11 +02:00
Johannes Randerath
90f76c2a30 Passing timetable data to index 2024-06-11 18:56:54 +02:00
Johannes Randerath
a310152c4f Passing stops and routes to index 2024-06-11 17:20:25 +02:00
Johannes Randerath
4028f63624 Added actual foreign key support and made primary keys (kind of) unique 2024-06-10 16:33:57 +02:00
Johannes Randerath
ac279b35d4 Still fixing 2024-06-03 22:37:04 +02:00
Johannes Randerath
cd50333f91 Still fixing 2024-06-03 22:36:37 +02:00
Johannes Randerath
943f3f59ee Still fixing 2024-06-03 22:34:29 +02:00
Johannes Randerath
54fde9bd46 Still fixing 2024-06-03 22:33:27 +02:00
Johannes Randerath
91bbda864e Still fixing 2024-06-03 22:32:32 +02:00
Johannes Randerath
c93e7a36a9 Fixed ReadTheDocs support 2024-06-03 22:17:21 +02:00
Johannes Randerath
ba9a0c2a41 Fixed ReadTheDocs support 2024-06-03 22:16:12 +02:00
Johannes Randerath
7bd81424cb Fixed ReadTheDocs support 2024-06-03 22:14:21 +02:00
Johannes Randerath
c2bef7ae8c Fixed ReadTheDocs support 2024-06-03 22:05:57 +02:00
Johannes Randerath
79d0113d11 Fixed ReadTheDocs support 2024-06-03 22:01:11 +02:00
Johannes Randerath
cdaf071e14 Fixed ReadTheDocs support 2024-06-03 21:48:08 +02:00
Johannes Randerath
4d1fd299b0 Fixed ReadTheDocs 2024-06-03 21:45:21 +02:00
Johannes Randerath
c265075d3e Fixed ReadTheDocs support 2024-06-03 21:44:51 +02:00
Johannes Randerath
a18a6a8bbf ReadTheDocs support 2024-06-03 21:38:39 +02:00
Johannes Randerath
c22049f499 Added documentation
- Using sphinx to documente the project
- Autodocumenting Python using numpy-style docstr and sphinx autodoc with napoleon
2024-06-03 20:29:28 +02:00
Johannes Randerath
f0ce32250a Merge branch 'main' of gitea.randerath.eu:johannes/transport-accessibility 2024-06-03 00:55:42 +02:00
Johannes Randerath
71f8e765c3 Added export function to create GTFS files from a list of QuerySets 2024-06-03 00:54:48 +02:00
Johannes Randerath
dcf1b47609 Added export function to create GTFS files from a list of QuerySets 2024-06-03 00:50:02 +02:00
Johannes Randerath
3e8b2b2711 Merge branch 'main' of gitea.randerath.eu:johannes/transport-accessibility 2024-06-02 21:01:43 +02:00
Johannes Randerath
af5a2c862d Backend changes and sql convenience
- Added sql files to create and drop db and to feed example data.
- Added bridge to import (and later export) data from a gtfs.GTFS object
  to the database.
- Updated models and migrations to implement the whole GTFS reference.
2024-06-02 20:58:39 +02:00
Jan Kiljanski
26461250c3 'merge' 2024-06-02 12:19:14 +02:00
Jan Kiljanski
99c6e93b4b Drawing and deleting routes 2024-06-02 12:12:17 +02:00
Johannes Randerath
e8d02517af Just merging changes of divergent views
Merge branch 'main' of gitea.randerath.eu:johannes/transport-accessibility
2024-06-01 15:50:57 +02:00
Johannes Randerath
0af451b3c2 Added GTFS import and export support 2024-06-01 15:49:46 +02:00
Jan Kiljanski
34dce12339 Template folder and first template 2024-06-01 15:15:09 +02:00
Johannes Randerath
586302bb34 venv portability using requirements.txt 2024-06-01 15:08:37 +02:00
Johannes Randerath
aeed247b26 Added TODO List and a utility to convert a GTFS folder to a Pandas
Dataframe and check the validity of the feed.
2024-06-01 04:04:04 +02:00
Johannes Randerath
9a4879a67d Changed ids to always increase as automatic primary keys 2024-06-01 01:28:32 +02:00
Johannes Randerath
0a196d6b15 Added models to represent GTFS 2024-06-01 00:20:55 +02:00
Jan Kiljanski
a61334bc59 Merge branch 'main' of gitea.randerath.eu:johannes/transport-accessibility 2024-05-31 22:50:49 +02:00
Jan Kiljanski
e31e433bdc Added first version of index.html file 2024-05-31 22:48:31 +02:00
Johannes Randerath
a18927bad1 Setup Mariadb 2024-05-31 22:32:30 +02:00
Johannes Randerath
1b0d8a2ce9 Set up empty django app 2024-05-31 22:02:26 +02:00
Johannes Randerath
f53219388b Set up venv with Django and mysqlclient 2024-05-31 21:53:52 +02:00
Johannes Randerath
f7fec88fdb Updated readme 2024-05-31 20:44:33 +02:00
johannes
8b22284833 Initial commit 2024-05-31 20:19:10 +02:00