Skip to content

Conversation

@ItsEricSun
Copy link

ℹ️ Issue

Closes #41

📝 Description

Briefly list the changes made to the code:

  1. Added new Application routes in controller
  2. Added new methods in Application service to help with this
  3. Updated the fields in Application entity to be required or optional based on schema diagram
  4. Updated Application Enum types to follow the schema better and to follow pre-existing values in migrations file
  5. Updated migrations file to match schema diagram
  6. Added Application service tests

✔️ Verification

Run backend and using swagger:
Get all applications returns nothing:
Screenshot 2025-10-08 003541

Post a new application:
Screenshot 2025-10-08 003608
Screenshot 2025-10-08 003621

New application shows up in DB:
Screenshot 2025-10-08 003635

Get all applications now returns that application:
Screenshot 2025-10-08 003654

Get application by ID also returns it:
Screenshot 2025-10-08 003714

Get a non-existent application returns error:
Screenshot 2025-10-08 003728

@ItsEricSun ItsEricSun self-assigned this Oct 8, 2025
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.

Create get and post Application routes

2 participants