Skip to content

Instantly share code, notes, and snippets.

View jerrywonderr's full-sized avatar

Jeremiah Joseph jerrywonderr

View GitHub Profile
@jerrywonderr
jerrywonderr / brand-dashboard.md
Created February 10, 2026 14:52
Sync for GoCreators (Brand)

Brand Settings + Company Email Verification (OTP) – Backend Data Spec

Context

  • Frontend removed budget_range from Brand global settings.
  • Budget should now be campaign-level only (e.g. campaign brief/budget flows).
  • Brand Settings now has:
    • General tab (owner + company profile)
    • Email Verification tab (company email OTP verification)

1) Brand Profile Settings

@jerrywonderr
jerrywonderr / analytics.md
Last active February 3, 2026 12:48
Sync for GoCreators

Analytics Endpoints – Backend data spec

Frontend expects these endpoints to return JSON matching the TypeScript interfaces in lib/api/creator.ts. Dummy data is currently returned; uncomment real API calls when backend is ready.

Endpoints

1. GET /api/creators/analytics/insights

Returns AnalyticsInsights:

@jerrywonderr
jerrywonderr / index.tsx
Created December 24, 2023 15:02
Qoreid Implementation
/* eslint-disable react-native/no-inline-styles */
import React, { FC } from "react"
import { WebView } from "react-native-webview"
import { View } from "native-base"
export const KYC: FC<any> = ({ navigation }) => {
const remoteScriptUrl = "https://dashboard.qoreid.com/qoreid-sdk/qoreid.js"
// Use the injectedJavaScriptBeforeContentLoaded to load the script