Cypress.io

5 Projects

FWCanvass

November, 2023 ~ Present
Web App Dashboard for scheduling, dispatching and tracking campaigns
  • Developed real-time canvasser tracking interface with MapBox and ReactJS, synchronizing map pins/popups and sidebar elements for seamless navigation. Programmed filter operations to recenter map boundaries with dynamic debounce based on filter in use. Built map to render any combination of layers including points for canvassers, lines for routes, and polygons for coverage area.
  • Enhanced SASS implementation with mixins and reusable style patterns. Created modular components styled from a single classname styling, as well as composable utility classes to normalize spacing and typography while maintaining DRY principles and reducing CSS bloat.
  • Restructured Redux implementation to flattening deeply nested data structures, enabling targeted updates and reducing component render cycles across decoupled components.
  • Wrote responsive Data Grid component to render tables using Flexbox with hooks to customize any header or body cell's styles and click / hover events. Supported both client or server side sorting, pagination, and toggling visibility of any column. Wrote NodeJS script to preprocess API response schemas to ease client side table and list displays with custom property names and easier data aggregations baesd on data types (numeric, dates, enums).

Started: 2023-11-01

Industries: Analytics, Language, Marketing

Team: Alex Gibson: CTO. E.A.Taylor: FrontEnd Web Application

Companies/Brands: FieldWorks

Objects/Actions

March, 2024 ~ May, 2024
An open source tool for helping entrepreneurs document their projects, and scaffold their systems.
  • Scripted OpenAI agent to recommend database schema for any idea, return both reasoning and a structured JSON output.
  • Wrote utilities to parse Types spreadsheet and auto-generate React forms, Django app, fake data generator, Cypress.io tests, Swagger documentation and centralized data definitions to follow.
  • Wrote tools to parse RBAC permissions matrix spreadsheet and produce strict TypeScript definitions and access control functions and Cypress.io tests.
  • Wrote gcloud build scripts to stand up complete GCP environments based on shared .env variables.

PickupMVP

April, 2022 ~ April, 2023
Play & reward yourself, your community, & all athletes in any sport. Available in the App Store & Google Play
  • Led team of 3 - UX designer, data scientist and data entry / annotators.
  • Designed and developed entire responsive React webapp for PickupMVP.com
  • Leveraged Flutter inappwebview with addJavaScriptHandler to provide native functionality like DeepLinks, Push Notifications, and connect to other installed applications for authentication.
  • Optimized Redux to share context across decoupled components with minimal redraws

Started: 2022-04-01

Launched/Lasted: 2023-04-01

Industries: Music, Sports, Events

Team: E.A.Taylor: Design, Front-End, Back-End, Business Development

Companies/Brands: Taylor Made Traffic, Track Authority Music

TrackAuthorityMusic.com

January, 2020 ~ January, 2021
A platform for building gamified groups and applications with rewards for engagement
  • Led team of 3 - UX designer, data scientist and data entry / annotators.
  • Wrote abstract form builder to give Drupal CMS control of form layouts and fields based on CRUD operation.
  • Wrote Cypress.io Test Suite using TypeScript and NodeJS to generate unique end-to-end tests for each brand, across 3 device sizes, incorporating ffmpeg scripts to crop and repurpose recordings into site demo videos.
  • Built CI/CD pipeline to automate testing, committing, and deployments.
  • Designed and copy wrote entire application, icons and logo, sometimes in California, sometimes abroad.
  • Wrote Firebase Hosting functions to inject metadata and a canonical url for SEO previews of SPA pages.
  • Built Flutter webview wrapper with javascript handlers for native integrations around Deep Links, toggling SafeArea, navigating from Push Notifications and OAuth login from Google and Facebook app sessions. The codebase supports multiple branding and App IDs, configurable through .env variables.

Started: 2020-01-01

Launched/Lasted: 2021-01-01

Industries: Music, Events, Gaming

Team: E.A.Taylor: Design, Front-End, Back-End, Business Development

Companies/Brands: Taylor Made Traffic, Track Authority Music

Djmote

September, 2024 ~ December, 2024
  • Wrote responsive ReactJS web app with all client and API data structures defined in TS interfaces and types
  • Built Flutter webview wrapper with javascript handlers for native integrations around Deep Links, SafeArea, Push Notifications and OAuth login from Google and Facebook app sessions
  • Authored end-to-end tests with Cypress for all user roles against every form in the application.
  • Created React Context providers to share state and update triggers across decoupled components with minimal redraws