Giter Club home page Giter Club logo

carzoomapp's Introduction

Carzoom App

Ref: https://github.com/alvintwng/learnj

Explanation in youTube, https://youtu.be/U4V75batZk8 :

image

This application system:

  • based on Oracle database version 12c to store all business data,
  • using Java version 11, Spring Boot Framework.
  • accessible with Internet browsers, HerokuApp, cloud application platform .
  • utilizing Javascript, Thymeleaf, and Bootstrap for client side presentation, styling, and interaction,
  • The system will be accessed only by Employees of the car rental company.
  • Each Employee signs in with an assigned UserName and password. Each Employee can inquire own personal details as well as change own password.
  • An Employee with ADMIN Role will be initialized in the database and the access given to the system owner. Only Employees assigned ADMIN Role can create, modify Employee records, reset passwords, grant and revoke Employee Roles. An Employee can be assigned zero, one, or more Roles.
  • Each business operation requires specific Roles. Only Employees granted those Roles can perform the business operation.
  • Creation and deletion of Roles, as well as association of Roles to specific business operations is an application program maintenance task. Association of Roles to specific Employees is however a business operation that requires ADMIN Role.
  • Access to record deletion is granted only to Employees with ADMIN or MANAGER Roles. Employee deletion is only allowed for ADMIN. The physical deletion however will always be subject to referential integrity constraints in the database.

Business Operations by Roles:

ADMIN: for administrators

  • Maintain system configuration parameters, such as:
  • Create, modify, suspend Employees. Suspended Employees are barred from log-in.
  • Reset Employee passwords, Unsuspended Employees.
  • Grant/Revoke Roles to Employees.

MANAGER :

  • Create Vehicle into READY status.
  • Maintain daily base rate for Cars, and other Car details.
  • Set Car status to RETIRED. Retired Cars cannot be hired.
  • Suspend/Unsuspend Customers.
  • Upload of picture for each car. Pictures can be added, deleted, and reordered. Pictures can be shown to aid choosing.

USER: for front desk who serve customers

  • Create, Modify Customers. Suspend Customers.
  • There only be advance booking. Via select Customer, select Vehicle, select dates, and confirm the booking.
  • All hires must be return before the return Date.
  • Hire return date can be extended, provide the extended date is available.
  • Hire can be edit prior to Convert to Invoice.
  • An invoice generated on web page, can be exported to PDF format. One Invoice only associated with one Hire record.
  • From the Hire records, a fleet utilization efficiency statistics will be generated and presented graphically.

Deployment

Deployment at https://carzoom.herokuapp.com/

  • If first load fails, please reload again.
  • Explore with the credential: user/ user (subject to change).

ER Diagram

This diagram helped to understand the structure of tables needed to persist the project data, and organize the bussiness model.
image


Sequence Diagram - EmpController

This kind of diagram was especially useful to understand the front controller functionality and the user journey.
image


Flow Chart

This flow chart show drop down menu from different users, Admin or User. Admin, User Page
image

The flow chart show the flow from Hire List, the new booking.
image


Screen Shots

Home Page. Demonstrate the use of Google Charts.
image

Date Selection. Uses of CDATA sections.
image

Hire List
image


Git and GitHub

Git for tracking changes in any set of files, and documentation. image


carzoomapp's People

Contributors

a-ntw avatar alvintwng avatar

Watchers

 avatar

Forkers

a-ntw

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.