Giter Club home page Giter Club logo

car-wash's Introduction

Edit in Eraser

Car Wash

Figma

Run in Postman

License

Table of Contents

  1. Introduction
  2. Assets
  3. DevOps Design
    1. Code Repository Design
  4. Application Design
    1. DB Design
    2. Application Architecture
      1. FrontEnd
      2. Backend
  5. RoadMap

Introduction

This is a car wash application that allows users to book car wash services from the comfort of their homes. The application will be available on both Android and iOS. The application will be written in Flutter and Django.

Assets

DevOps Design

Code Repository Design

The Application is split into two broad repositories:

  1. Car Wash backend github.com/Keith3895/car-wash-backend-core This is a Python app written with Django.
  2. Car wash App github.com/Keith3895/car-wash-app This is a Flutter app created for both Android and iOS. repo Design

Application Design

DB Design

DB Design

Application Architecture

FrontEnd:

The front end will be in a Flutter app. The source code structure will be:

car_wash
├─ .metadata
├─ .vscode
│  └─ settings.json
├─ README.md
├─ analysis_options.yaml
├─ assets                      # Contains all the assets of the project
├─ devtools_options.yaml   
├─ lib
│  ├─ blocs                    # Contains all the blocs of the project
│  │  └─ login 
│  ├─ constants                # Contains all the constants of the project
│  ├─ cubits                   # Contains all the cubits of the project
│  │  ├─ internet
│  │  └─ logout
│  ├─ firebase_options.dart    # Contains all the firebase options of the project
│  ├─ main.dart                # Entry point of the project
│  ├─ models                   # Contains all the models of the project
│  │  ├─ user_details.dart
│  │  └─ user_details.g.dart
│  ├─ pages                    # Contains all the pages of the project
│  │  ├─ basePage.dart
│  │  ├─ landingPage.dart
│  │  └─ signinPage.dart
│  ├─ repos                    # Contains all the repos of the project
│  │  └─ authRepo.dart
│  ├─ routes                   # Contains all the routes of the project
│  │  ├─ router.dart
│  ├─ services                 # Contains all the services of the project
│  │  └─ auth_service.dart
│  └─ widgets                  # Contains all the widgets of the project
│     ├─ inputField.dart
│     ├─ loginWidgets
├─ pubspec.lock
└─ pubspec.yaml

The application will follow the bloc design pattern.

Backend:

The backend will be written in Python using Django as the framework. The application architecture will be as follows:x

car_wash
├─ car_wash/ <-- main Django project
├─ carWash/
├─ authentication/. <-- local auth as well as socal auth
└─ manage.py

RoadMap

User Flows and Transactions

  • Authentication
  • Admin Flow
    • Jobs
    • fulfilment
    • Post fulfilment
  • User Flow
    • Product Catalog
    • Search
    • Order
      • creation
      • Confirmation
      • fulfilment
    • Payment
    • fulfilment
    • Post fulfilment

Process Flows

  1. User Onboarding Vendor Verification Flow

  2. Vendor KYC User Onboarding flow

Service addons

  • Dust Cleaning
  • Panel Cleaning
  • Vacuum Interior
  • Tyres & Rims Cleaning
  • Dashboard Cleaning & Polishing
  • AC vents cleaning
  • Paint Sealant
  • Mat Cleaning
  • Seat Vacuum & Polishing
  • Exterior Shampooing
  • water wash
    • sub by car type

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.