Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🚘 TimsRunner (iOS)

An intelligent, high-fidelity SwiftUI group-order coordinator and performance-tracking dashboard designed to optimize coffee runs. Built with custom interactive search states, live analytical metrics logging, and local JSON-backed account persistence frameworks.

TimsRunner Core Application Walkthrough

🎯 Project Overview

TimsRunner eliminates the chaos of group coffee runs. Instead of scratching orders on napkins or translating messy text threads, the app allows a designated "Runner" to build individual custom baskets for team members, monitors their driving speed performance against an interactive 15-minute challenge clock, tracks historical run logs, and rewards efficient drivers with a dynamic free drink credit ledger balance system.

πŸ“ Design Philosophy

The user interface combines high-tech geometric logic with natural, organic curves. It utilizes a custom-blended, warm typographic color palette of deep Tim's browns, golds, vibrant oranges, and soft canvas tans to deliver a warm, modern, and highly responsive user experience.


✨ Core Features & UX Systems

  • Multi-Dimensional Filtering Pipeline: Completely decouples visual menu category and subcategory button selections from standard text field queries. Users can type custom keywords freely or tap nested category tags without unwanted input-clearing interactions.
  • Persistent User Profiles: Automatically scans, loads, and writes driver/passenger profile models onto device hardware via UserDefaults caching.
  • One-Tap Favoriting & Auto-Load: Users can save an individual's entire grouped multi-item basket combination as a single favorite routine. Typing their name on a subsequent run exposes a spring-animated "Auto-Load" action banner that pre-fills their basket instantly.
  • Interactive Challenge Clock: A live background timer loop publisher tracking speed performance. Completing a run under 15 minutes updates the driver's profile, increments their available drink credit balance, and appends a speed-run analytical record to their account history.
  • Bottom-Anchored Checkout Sheet: A custom overlay modal summary card containing full itemized lists of all chosen products, custom textual customization notes, live quantity manipulation steppers, and single-item inline deletions.
  • Capped Reward Redemption Logic: Real-world simulated credit systems limit reward tokens strictly to one eligible specialty beverage item with a hard restriction cap of up to $6.00, instantly calculating cents deductions across the entire run manifest.
  • Thematic Audio & Media Subsystems: Implements a layered, multi-stream SoundManager audio subsystem handling simultaneous context-driven playback (e.g., fluid pouring effects, warning buzzers, and success chimes) working alongside native hardware looping background video playback wrappers.

πŸ—οΈ Technical Architecture & Data Schema

The application is engineered strictly around clean MVVM (Model-View-ViewModel) structural separation principles, utilizing reactive data publishers to drive predictable UI re-renders.

πŸ“‚ File Structure Directory

β”œβ”€β”€ DataLoader
β”‚   └── productData.json          # Decoupled flat static menu asset catalogue dataset
β”œβ”€β”€ Extensions
β”‚   β”œβ”€β”€ Color+Palette.swift       # Warm custom thematic brand colors asset palette configurations
β”‚   └── View+Extensions.swift     # Visual corner radius layout modifiers
β”œβ”€β”€ Managers
β”‚   └── SoundManager.swift        # Multi-stream concurrent AVAudioPlayer audio framework manager
β”œβ”€β”€ Models
β”‚   β”œβ”€β”€ Order.swift               # Individual line item definitions and aggregate cost tools
β”‚   └── UserProfile.swift         # Structural blueprints for profiles, runs, and favorites caching
β”œβ”€β”€ Resources                     # Shared application localization bundles
β”œβ”€β”€ ViewModels
β”‚   └── OrderStore.swift          # Centralized dynamic local cache database core state view model engine
└── Views
    β”œβ”€β”€ AddOrderView.swift        # Product search filter grids & fluid checkout sheet layer
    β”œβ”€β”€ LoopingVideoPlayerView.swift # Native AVPlayer container for background multimedia playback
    β”œβ”€β”€ ManifestBuilderView.swift # Current active manifest run construction workshop board
    β”œβ”€β”€ ProductCardView.swift     # Individual visual item grid panel components
    β”œβ”€β”€ TimerView.swift           # Live performance challenge tracking system overlay interface
    β”œβ”€β”€ WelcomeView.swift         # Dynamic app launcher dashboard and onboarding greeting sheet
    β”œβ”€β”€ ContentView.swift         # Parent structural routing navigation canvas wrapper
    β”œβ”€β”€ iOSApp1App.swift          # Application entry point lifecycle hub
    └── welcomeAnimation.mp4      # Embedded background high-fidelity multimedia looping mp4 video asset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages