Implement candidate and placement detail pages, platform stats, and GCP setup#353
Merged
brandonkorous merged 3 commits intomainfrom Apr 11, 2026
Merged
Implement candidate and placement detail pages, platform stats, and GCP setup#353brandonkorous merged 3 commits intomainfrom
brandonkorous merged 3 commits intomainfrom
Conversation
- Created `secrets.sh` for managing secrets in GCP Secret Manager, including interactive prompts for secret values and IAM bindings for the default Compute Engine service account. - Developed `setup.sh` for one-time GCP project setup, enabling required APIs, creating an Artifact Registry, and provisioning VPC networking for Cloud Run services. - Introduced a new repository for public companies with read-only queries, including methods for fetching company details, jobs, perks, culture tags, skills, and reputation. - Implemented routes for public company API endpoints, allowing unauthenticated access to company data. - Added service layer to handle business logic for public companies, including pagination and error handling. - Defined types and JSON schemas for public company queries and responses. - Created a migration script to add `slug` and `marketplace_visible` columns to the companies table, including backfilling slugs and ensuring uniqueness.
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Introduce candidate and placement detail pages with API integration. Add platform statistics feature and update the footer component. Set up GCP Secret Manager and project initialization scripts, including a new repository for public companies with API endpoints for unauthenticated access to company data. Implement business logic for public companies and enhance database schema for better data management.