Skip to content

aaa - #360

Merged
hieunguyent12 merged 21 commits into
masterfrom
dev
Jun 22, 2026
Merged

aaa#360
hieunguyent12 merged 21 commits into
masterfrom
dev

Conversation

@hieunguyent12

Copy link
Copy Markdown
Member

No description provided.

williamchiii and others added 21 commits May 24, 2026 19:05
* feat: add the existing email routes and handler to the API

* feat: add email campaigns migration with status, format, and recipient types

* feat: add EmailCampaign model with status, format, and recipient types

* feat: update SQLC version to v1.30.0

* feat: add SQL queries for email campaigns management

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: use sqlc.narg for nullable scheduled_at and sent_at in update queries

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/1e2e08e9-0737-47dd-8a01-bddead1ad570

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* style: group stdlib and third-party imports in email_campaigns repository

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/5c4475ce-1d02-429a-80bf-15b48fefcd07

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>
#352)

* feat: add the existing email routes and handler to the API

* feat: add email campaigns migration with status, format, and recipient types

* feat: add EmailCampaign model with status, format, and recipient types

* feat: update SQLC version to v1.30.0

* feat: add SQL queries for email campaigns management

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: use sqlc.narg for nullable scheduled_at and sent_at in update queries

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/1e2e08e9-0737-47dd-8a01-bddead1ad570

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* style: group stdlib and third-party imports in email_campaigns repository

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/5c4475ce-1d02-429a-80bf-15b48fefcd07

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* feat: implement EmailCampaignService with CRUD operations and validation

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>
* feat: add the existing email routes and handler to the API

* feat: add email campaigns migration with status, format, and recipient types

* feat: add EmailCampaign model with status, format, and recipient types

* feat: update SQLC version to v1.30.0

* feat: add SQL queries for email campaigns management

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: use sqlc.narg for nullable scheduled_at and sent_at in update queries

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/1e2e08e9-0737-47dd-8a01-bddead1ad570

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* style: group stdlib and third-party imports in email_campaigns repository

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/5c4475ce-1d02-429a-80bf-15b48fefcd07

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* feat: implement EmailCampaignService with CRUD operations and validation

* Add email campaign HTTP routes and handler implementations

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>
* started work on applicant views

* added accepted, rejectd, waitlisted views
* feat: add functionality to replace uploaded resume in application form

- Implemented a new component `ReplaceResume` to allow users to upload a new PDF resume.
- Added a file input for selecting the resume and a button to trigger the upload.
- Integrated `useReplaceResume` hook to handle the resume replacement API call.
- Displayed success and error messages based on the upload status.

* Fix PR review feedback for resume replacement flow

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
)

* feat: add the existing email routes and handler to the API

* feat: add email campaigns migration with status, format, and recipient types

* feat: add EmailCampaign model with status, format, and recipient types

* feat: update SQLC version to v1.30.0

* feat: add SQL queries for email campaigns management

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: use sqlc.narg for nullable scheduled_at and sent_at in update queries

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/1e2e08e9-0737-47dd-8a01-bddead1ad570

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* style: group stdlib and third-party imports in email_campaigns repository

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/5c4475ce-1d02-429a-80bf-15b48fefcd07

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* feat: implement EmailCampaignService with CRUD operations and validation

* Add email campaign HTTP routes and handler implementations

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* feat: register/manually tested email campaign CRUD API and fix pgx enum array handling

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>
…ycle rules. (#358)

* feat: add the existing email routes and handler to the API

* feat: add email campaigns migration with status, format, and recipient types

* feat: add EmailCampaign model with status, format, and recipient types

* feat: update SQLC version to v1.30.0

* feat: add SQL queries for email campaigns management

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix: use sqlc.narg for nullable scheduled_at and sent_at in update queries

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/1e2e08e9-0737-47dd-8a01-bddead1ad570

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* style: group stdlib and third-party imports in email_campaigns repository

Agent-Logs-Url: https://github.com/swamphacks/core/sessions/5c4475ce-1d02-429a-80bf-15b48fefcd07

Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>

* feat: implement EmailCampaignService with CRUD operations and validation

* Add email campaign HTTP routes and handler implementations

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* feat: register/manually tested email campaign CRUD API and fix pgx enum array handling

* added unit testing for email campaign api endpoints

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: williamchiii <188648862+williamchiii@users.noreply.github.com>
* started working on application reviews

* auto decision requests table improvements and other minor changes

* improvements to the decision requests table and some changes idk

* change review scales and added notes

* application search and application responses viewer

* application search and minor changes

* Small refactor for application search page

* applications backend refactor

* application frontend refactor and some small tweaks to backend

* add db generator

* table component touchups

* update gitignore

* fix rebase error

* more tweaks

* remove openapi.json from git

* remove schema.d.ts from git
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
core Ready Ready Preview, Comment Jun 22, 2026 11:25pm
xii-front-page Ready Ready Preview, Comment Jun 22, 2026 11:25pm

@hieunguyent12
hieunguyent12 merged commit f2f7e1f into master Jun 22, 2026
2 of 5 checks passed
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