Commit Graph

225 Commits

Author SHA1 Message Date
f051c0929d Add link to PDF writeup in README
List the group members, link to the project writeup, and tweak some wording in the Setup section
2023-08-15 11:56:51 +01:00
6ee4ff9878 Merge pull request #95 from 0hAodha/remove_dist
Remove dist directory and add it to .gitignore
2023-08-15 10:42:21 +00:00
5a9275b3e0 Remove dist directory and add it to .gitignore 2023-08-15 11:39:48 +01:00
ea87ee98dd Merge pull request #90 from 0hAodha/css
partial fix for issue #82
2023-07-11 21:27:56 +01:00
7fe10ebe5b fix stretched headerImage in StationSidebar 2023-07-11 21:24:15 +01:00
006dc0f21c fix strethed images in TrainSidebar 2023-07-11 21:21:21 +01:00
47baea86f7 fix some of the stretched images in StationSidebar 2023-07-11 21:19:28 +01:00
dfb09dde4a Merge pull request #89 from 0hAodha/x
change 'X' in sidebars to '🗙'
2023-07-11 21:07:48 +01:00
66af11167b change 'X' in sidebars to '🗙' 2023-07-11 21:04:59 +01:00
3467825c1d fix spelling mistake in readme 2023-07-10 21:15:49 +01:00
edf4ba7c17 Merge pull request #88 from 0hAodha/pdf
add pdf project report
2023-07-10 21:12:07 +01:00
c3c7483fec add pdf project report 2023-07-10 21:07:57 +01:00
2effe7f6e7 add url to top of readme 2023-07-10 20:58:40 +01:00
5a750d2863 fix readme typo 2023-07-10 15:23:21 +01:00
c6c364f700 add introduction to readme 2023-07-10 15:22:14 +01:00
8d9181f5ca remove irrelevant npm packages from readme
remove npm packages from the Preqreuisites section of the readme because they should get automatically installed in step 1 of the setup
2023-07-10 15:01:48 +01:00
c7f49edf0c restructure README.md 2023-07-09 18:56:28 +01:00
b8131ae976 Merge pull request #86 from 0hAodha/attribution
add osm attribution
2023-07-09 17:00:37 +01:00
4fa041f0de add osm attribution 2023-07-09 00:14:23 +01:00
236162dbf4 Merge pull request #85 from 0hAodha/cleanup
Solve Issue #84 - remove irrelevant files from repo
2023-07-08 23:06:52 +01:00
609caa3879 Solve Issue #84 - remove irrelevant files from repo 2023-07-08 22:59:37 +01:00
8585a10caf Update README.md 2023-04-03 18:05:58 +01:00
98f70305ea Update README.md 2023-03-30 11:53:49 +01:00
74e7e5f189 Update README.md 2023-03-30 10:05:26 +01:00
f452d1be0b Merge pull request #79 from 0hAodha/updateTests
Add more unit tests and update integration tests
2023-03-29 22:46:20 +01:00
bda8885fa1 Add more unit tests and update integration tests 2023-03-29 20:24:11 +01:00
70d24a9e26 Merge pull request #77 from 0hAodha/minorFixesV2
Fixed public message positioning and icon size. Fixed text overflow on mobile
2023-03-29 17:53:16 +01:00
f889d28a11 Merge pull request #78 from 0hAodha/dyslexia
fix typo in map toast
2023-03-29 15:58:14 +01:00
93f6e0f68c fix typo in map toast 2023-03-29 15:56:45 +01:00
7728614268 Fixed Public Message Placement
Fixed the placement of the public message div for non-running trains
2023-03-29 15:38:30 +01:00
5e1b629a82 Fixed sidebar issues again lol 2023-03-29 12:54:33 +01:00
c71d8178b6 Merge pull request #75 from 0hAodha/zoomFixing
min and max zoom limits & bounding box
2023-03-29 11:48:55 +01:00
7f97a95a2c centered map 2023-03-29 11:39:51 +01:00
ee195d931c Merge pull request #76 from 0hAodha/minorFixes
Fixed sidebar CSS issues for non running trains along with other smal…
2023-03-29 10:30:39 +01:00
94ef1405c0 Fixed sidebar CSS issues for non running trains along with other small issues 2023-03-29 09:57:37 +01:00
714093277d Merge pull request #74 from 0hAodha/loopedFrontendGET
Request data on frontend with a loop
2023-03-29 07:48:46 +01:00
044360a455 min and max zoom limits & bounding box 2023-03-29 01:18:44 +01:00
31aab818bf Request data on frontend with a loop 2023-03-28 18:51:06 +01:00
2d068a0aab Merge pull request #73 from 0hAodha/stationSidebarRevamp
Made station sidebar similar to train, fixed visual alignment issues …
2023-03-28 17:38:18 +01:00
abf7f5aef8 Made station sidebar similar to train, fixed visual alignment issues elsewhere 2023-03-28 16:01:07 +01:00
59e699f7ad Merge pull request #71 from 0hAodha/extendFunctions
Extend operations handled by functions
2023-03-28 13:55:40 +01:00
1f43a935a6 Differentiate between late and early times from cloud functions 2023-03-27 20:40:56 +01:00
dc25571c4d Extend operations handled by functions 2023-03-27 20:21:10 +01:00
789479cc99 Merge pull request #70 from 0hAodha/addingLegend
Complete Sidebar revamp, other visual bugs patched
2023-03-27 18:29:34 +01:00
09438edcde Added legend, sidebar revamp, fixed other visual bugs, fixed filepaths 2023-03-27 17:19:34 +01:00
02e56df4f5 Merge commit 'refs/pull/70/head' of https://github.com/0hAodha/traintracker into addingLegend 2023-03-27 17:14:28 +01:00
88ee22da1f Complete Sidebar revamp, other visual bugs patched 2023-03-27 16:53:04 +01:00
f6077d95d5 Merge pull request #69 from 0hAodha/automateFunctions
Add pubsub cloud functions
2023-03-27 14:28:51 +01:00
bd4205d28b Add pubsub cloud functions 2023-03-27 14:25:26 +01:00
4ece5a2597 Merge pull request #68 from 0hAodha/improvedsearch
add station searching & fix uppercase searching
2023-03-23 17:43:00 +00:00