-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Implement initial setup for Django data processing server and Express API server with data computation scheduler. #18
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
Merged
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
4753ee4
feat: integrate Mapbox for enhanced mapping functionality
GURUDAS-DEV 84f3c35
fix: remove error logging from token verification middleware response
GURUDAS-DEV 558e13e
Merge branch 'kaihere14:main' into main
GURUDAS-DEV e16f2df
feat: Implement interactive map for selecting route source/destinatio…
GURUDAS-DEV 0598536
Merge branch 'kaihere14:main' into main
GURUDAS-DEV a5c32d8
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 3385dee
feat: Implement interactive Mapbox map component for source and desti…
GURUDAS-DEV e8e953e
feat: Minute Bug Update
GURUDAS-DEV 0e1e982
feat: implement interactive Mapbox map for location selection on the …
GURUDAS-DEV e430043
Merge branch 'kaihere14:main' into main
GURUDAS-DEV b870060
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 0faee97
feat: implement route discovery, comparison, and map visualization wi…
GURUDAS-DEV b35e17f
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 4650c18
Merge branch 'main' of https://github.com/GURUDAS-DEV/BreathClean
GURUDAS-DEV b01b129
feat1: implement route discovery, comparison, and map visualization w…
GURUDAS-DEV 4ab28ec
feat: Implement route discovery and comparison features with pollutio…
GURUDAS-DEV ecbae17
Merge branch 'kaihere14:main' into main
GURUDAS-DEV a8da103
feat: Implement route discovery, comparison, and saving features with…
GURUDAS-DEV 02db6ae
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 24f4a94
feat: Add user profile page with detailed card, display saved routes,…
GURUDAS-DEV 43a6501
Merge branch 'kaihere14:main' into main
GURUDAS-DEV da61bb5
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 8d69776
feat: Add public About and Features pages, introduce Navbar and Saved…
GURUDAS-DEV 88bb043
feat: Add a new About Us page and a SavedRouteItemClient component.
GURUDAS-DEV fd1079a
feat: Add a new About Us page and a SavedRouteItemClient component.
GURUDAS-DEV 7034411
Merge branch 'kaihere14:main' into main
GURUDAS-DEV a31c58e
feat: implement initial landing page with navigation, mission, how it…
GURUDAS-DEV bb73943
Merge branch 'kaihere14:main' into main
GURUDAS-DEV d8803c7
feat: Implement route scoring API including breakpoint calculation an…
GURUDAS-DEV 3d3ad64
feat: Implement API for route score calculation considering weather a…
GURUDAS-DEV 79f1878
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 41881ef
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 4091e1c
feat: Integrate Air Quality Index (AQI) data into route comparison fe…
GURUDAS-DEV c111433
refactor: Remove outdated AQI documentation and guides
GURUDAS-DEV 38c2d82
Merge branch 'kaihere14:main' into main
GURUDAS-DEV c7c87f9
Merge branch 'kaihere14:main' into main
GURUDAS-DEV a2c09e2
feat: Setup Django Project and setup api app and a testing router
GURUDAS-DEV 0f32fd3
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 40a8199
feat: Implement scoring transformers for BreathClean Pathway pipeline
GURUDAS-DEV 1056d1c
feat: Implement a data processing server and scheduler for dynamic ro…
GURUDAS-DEV f4f2d38
feat: Add data processing pipeline for route score computation using …
GURUDAS-DEV f3f0b7e
Merge branch 'kaihere14:main' into main
GURUDAS-DEV 0502047
chore: Specify Python runtime version 3.11.9 in runtime.txt
GURUDAS-DEV 95fba52
feat: add project dependencies
GURUDAS-DEV 227efcd
feat: add STATIC_ROOT setting to configure static files directory
GURUDAS-DEV dd66f71
feat: update requirements to include gunicorn for production server
GURUDAS-DEV 1527690
feat: update ALLOWED_HOSTS configuration and requirements for Django …
GURUDAS-DEV 5894240
fix: revert Django version to 5.2.11 and clean up requirements
GURUDAS-DEV 692349c
feat: enhance ALLOWED_HOSTS configuration to support multiple host so…
GURUDAS-DEV 6bfd4df
feat: Implement initial setup for Django data processing server and E…
GURUDAS-DEV e568621
Merge branch 'kaihere14:main' into main
GURUDAS-DEV File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
data-processing/dataProcessingServer/api/__pycache__/urls.cpython-313.pyc
Binary file not shown.
Binary file modified
BIN
+218 Bytes
(100%)
data-processing/dataProcessingServer/api/__pycache__/views.cpython-313.pyc
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
data-processing/dataProcessingServer/api/pathway/__pycache__/__init__.cpython-313.pyc
Binary file not shown.
Binary file modified
BIN
+779 Bytes
(110%)
data-processing/dataProcessingServer/api/pathway/__pycache__/pipeline.cpython-313.pyc
Binary file not shown.
Binary file modified
BIN
+299 Bytes
(100%)
data-processing/dataProcessingServer/api/pathway/__pycache__/transformers.cpython-313.pyc
Binary file not shown.
Binary file modified
BIN
+3.17 KB
(230%)
...processing/dataProcessingServer/dataProcessingServer/__pycache__/settings.cpython-313.pyc
Binary file not shown.
Binary file modified
BIN
-34 Bytes
(96%)
data-processing/dataProcessingServer/dataProcessingServer/__pycache__/urls.cpython-313.pyc
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| python-3.11.9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: kaihere14/BreathClean
Length of output: 192
🏁 Script executed:
# Read the requirements.txt file to verify the actual content cat -n data-processing/dataProcessingServer/requirements.txtRepository: kaihere14/BreathClean
Length of output: 1268
🌐 Web query:
Django 5.2.11 release💡 Result:
Django 5.2.11 was released on February 3, 2026 (Django 5.2 LTS) as a security release. It fixes 6 security issues in 5.2.10: 3 “high”, 2 “moderate”, and 1 “low” severity. Key fixes include a PostGIS RasterField SQL injection (CVE-2026-1207), SQL injection vectors involving
FilteredRelation/aliases (CVE-2026-1287, CVE-2026-1312), ASGI repeated-headers DoS (CVE-2025-14550),TruncatorHTML DoS (CVE-2026-1285), and mod_wsgi auth timing-based username enumeration (CVE-2025-13473). [1][2]Upgrade/install with pip:
pip install --upgrade "Django==5.2.11"The release is available via the official Django download page and on PyPI. [3][4]
Sources: Django 5.2.11 release notes [1], Django security announcement [2], Django downloads page [3], PyPI release history [4].
🏁 Script executed:
cat -n data-processing/dataProcessingServer/dataProcessingServer/settings.py | head -50Repository: kaihere14/BreathClean
Length of output: 2000
Update stale Django version references in requirements.txt and settings.py.
Line 3 of requirements.txt states
Django 6.0.2but the actual pin isDjango==5.2.11(LTS). The same stale version appears in settings.py's docstring (lines 4, 7, 10). Update both files to reflect Django 5.2.11 and remove the hardcoded version number from the requirements.txt comment to avoid future drift.📝 Suggested changes
requirements.txt:
settings.py (lines 4, 7, 10):
🤖 Prompt for AI Agents