Nupixl Development Docs
Nupixl Development Docs
  • Introduction
    • Welcome Nupixl
  • Key Mirco Services
    • Pixl Sight
      • Internal Technical Specification & Development Guide
        • Goals & Core Concepts
        • High-Level Architecture
        • User Flow & Key Steps
        • Technical Specifications
        • Role-Based Responsibilities
        • Data Models & Storage
        • Dashboard Interfaces
        • Deployment & Infrastructure
        • Roadmap Phases
  • Prototype Document
    • Prototype Outline
      • Onboarding Experience
      • My Space (Homepage)
      • Teams Page
    • Key Concepts
      • Conversational AI UX/UI
      • Progressive Page Disclosure
      • Context Memory
      • Personal Management System
      • Organizational Management System
      • AI Co-Pilots
        • 1. Pixl Personal (Personas)
        • 2. Team Assistant Pixl
        • 3. Organizational Co-Pilot
        • Briefing System with Pixl Personas
          • Detailed Breakdown of the Briefing System
          • Integration with Team and Organizational Systems
          • Customization and Personalization
          • Privacy and Data Security
        • Integration of AI Co-Pilots in Nupixl’s Workflow
        • Getting Started with AI Co-Pilots
      • Data Flows
      • AI Text Editor
      • Focus Mode
        • 1. Deep Work Mode
        • 2. Collaboration Mode
        • 3. Meeting Mode
        • 4. Learning Mode
        • 5. Personal Time Mode
        • Implementing Focus Modes in Your Workflow
      • Core Apps
        • 1. Nupixl Dashboard
          • Key Features
        • 2. Figma Widget
          • Key Features
      • Core Philosophies
        • Design First Development
        • Seamless Productivity
  • software requirement specifications
    • Specifications
      • 1. Introduction
      • 2. System Overview
      • 3. Functional Requirements
      • 4. Non-Functional Requirements
      • 5. Technology Stack (Initial Proposal)
      • 6. Future Considerations
    • Nupixl Execution Plan
Powered by GitBook
On this page

Was this helpful?

  1. Key Mirco Services
  2. Pixl Sight
  3. Internal Technical Specification & Development Guide

Data Models & Storage

Schema Overview

1. Merchant

  • merchant_id

  • platform

  • domain

  • api_tokens

  • plan_type

2. Test

  • test_id

  • merchant_id

  • start_time

  • end_time

  • traffic_split

3. Variant

  • variant_id

  • test_id

  • webflow_site_id

  • type (control or AI)

4. Event

  • event_id

  • test_id

  • variant_id

  • event_type (page_view, conversion)

  • timestamp

5. Order

  • order_id

  • test_id

  • variant_id

  • amount

  • timestamp

6. Billing/Subscription

  • Tracking revenue share for each test.

  • **Integration with Shopify usage charges or Stripe subscriptions.

PreviousRole-Based ResponsibilitiesNextDashboard Interfaces

Last updated 1 month ago

Was this helpful?