Skip to content

Integrate About Us page with exec API and populate exec data #67

Description

@tjhiaj

Frontend fetches exec data from: GET /functions/v1/exec

Frontend Data Handling

  • Execs are rendered in the correct order based on order_index
  • No exec data is hardcoded in the frontend

UI Rendering

  • Each exec is displayed using the designed exec card layout
  • Exec card displays:
    • Profile image
    • Name
    • Role
    • Bio
  • Layout supports any number of execs
  • Responsive behavior matches design specifications

Database Population

  • Exec table is populated with initial exec data
  • All required fields (name, role) are present
  • Optional fields (bio, image_url, order_index) are populated where available
  • Order index values result in the intended visual ordering

Technical / Implementation

  • API calls use environment variables for base URLs
  • No service role keys exposed in frontend

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions