Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Route Reporting Functionality #353

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Conversation

daisychangm
Copy link
Contributor

Overview

I set up a SQLite database to store route reports, which records the following data for each report: vehicle ID, congestion level, device token, and an optional time stamp. I also added endpoints to insert a new report and fetch all reports for a bus.

Changes Made

I defined two endpoints in RouteReportingController.js to fetch and insert reports, and I implemented the logic for those endpoints in fetchReportByBus and insertReport in RouteReportingUtils.js. I also updated the run command in package.json to prevent the server from restarting everytime vehicle data is fetched.

Test Coverage

I manually tested this feature with Postman. A picture of a sample insert request and response is shown below.

Screenshots

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants