Giter Club home page Giter Club logo

portrait-booth-rs's Introduction

Portrait Booth Management for Events

Rewritten in rust with new features

Overview

Manage onsite portrait booths with offsite processing for large events.

Workflow

  1. Customer registration and ordering with stripe payments.
    Customers can pre-purchase number of photos before they get their pictures taken.
  2. Photos uploaded for offsite processing.
    Photos will be stored in S3 storage with pre-signed links for downloading.
  3. Once photos are processed, they'll be uploaded back to S3 storage and pre-signed links will be emailed to the customers.

Manager Flow - Pre Setup

  1. Create Booth.
  2. Activate User accounts and assign roles (Operator and Processor).

Customer Flow

  1. Access the application, likely through a QR code.
  2. Enter profile information and provide at least either an email or a phone number and verify using OTP.
  3. Create an order and select number of photos. Order number is created. Order status is Created.
  4. Pay for the order using Stripe. Order status is Paid.
  5. Present the Order number to the booth operator.

Operator Flow

  1. Verify Order is paid and number of photos selected.
  2. Upload raw photos to the order. Order status is Uploaded.

Processor Flow

  1. Access unprocessed orders and download photos. Order status is In Progress.
  2. Process photos and upload processed photos to the order. Order status is Processed.

Manager Flow - Post Processing

  1. Verify orders.
  2. Trigger emails with links of processed photos. Order status is Completed.

Features

  1. Rust API backend written with Axum/Leptos Server Functions.
  2. Rust frontend written with Leptos.
  3. S3 integration for storage backend to store original and processed photos.
  4. Presigned expiring URLs using S3.
  5. OAuth2 authentication for onsite operators and offsite processors.
  6. Stripe integration for payments.

portrait-booth-rs's People

Contributors

lalanikarim avatar

Stargazers

Julian Henry avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.