Skip to content

fix: Unblock Backend Startup#216

Merged
victoriatran17 merged 2 commits intomainfrom
fix/backend-startup
Oct 17, 2025
Merged

fix: Unblock Backend Startup#216
victoriatran17 merged 2 commits intomainfrom
fix/backend-startup

Conversation

@HarvirRajasanci
Copy link
Contributor

@HarvirRajasanci HarvirRajasanci commented Oct 16, 2025

Description

What is the purpose of your change?

  • Unblock backend startup in Docker by fixing SQLAlchemy model types and defaults.
  • Avoid macOS port 5000 conflict by updating Docker Compose port mapping.

What areas of the application does this change impact? (changes API, folder structure, etc)

  • server/webserver/models.py: schema defaults and types for Job.
  • docker-compose.yml: port mapping and cleanup of obsolete version key.

What features/fixes are deferred/not handled in this PR?

  • No changes to auth/google login flow.
  • No additional database migrations framework (still using create_all + seed).

Checklist

  • Adds unit tests
  • Has a work item linked to the PR

use db.DateTime for createdAt,
add DB defaults for status/createdAt
update port to avoid macOS 5000 conflict and remove obsolete version key
@HarvirRajasanci HarvirRajasanci self-assigned this Oct 16, 2025
@HarvirRajasanci HarvirRajasanci requested a review from a team as a code owner October 16, 2025 07:42
@victoriatran17 victoriatran17 merged commit d55edbe into main Oct 17, 2025
4 checks passed
@victoriatran17 victoriatran17 deleted the fix/backend-startup branch October 17, 2025 02:55
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