From 3fb97da003d0fffb2f81b9b517e78ac46bced2ae Mon Sep 17 00:00:00 2001 From: Tenusha Guruge <36528198+tenusha@users.noreply.github.com> Date: Sat, 26 Oct 2019 18:00:31 +0530 Subject: [PATCH] Update README.md --- README.md | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 91 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b5c25b..1e0cf56 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,91 @@ -# Department of Motor Traffic -Department of Motor Traffic (DMT) - Mobile App +# Department of Motor Traffic (DMT) - Mobile App + +## Introduction + +The original DMT app has three main features, which are view ongoing vehicle numbers, vehicle details and revenue license status. This app is an improved version of the previous app with user experience and performance improvements. Also there are new features such as vehicle management, where users can register and track their own vehicles as well as recieve notifications on revenue license stataus. This app has the ability to pay fines of the user online. + +The app is developed using React Native, NodeJs, Java Spring Boot and MongoDB. +


+ +Capture27 +Figure_1: home screen +


+ +## Features of the application + +### 1) Sign up + +If user is a new to DMT, he/she can regiter to the app or simply login to the system using username and password. Also, users can use their social accounts to login to the app. +


+ +Capture27 +Figure_2: login and registration +


+ +### 2) Revenue License Status + +Once user enter the valid vehicle number, it displays the license details of the entered vehicle. +


+ +Capture27 +Figure_3: revenue license status +


+ +### 3) My vehicles + +User can add new vehicle to his/her account by providing the “Vehicle Number”. Then users can track their vehicles. A colour schema is used to track fines (per week) for that vehicle (eg: green - no fines, orange - less than 3, red - more than 3) +


+ +Capture27 +Figure_4: my vehicle management +


+ +### 4) Vehicle Details + +Once user enters the valid vehicle number, it displays the vehicle details of the entered vehicle. +


+ +Capture27 +Figure_5: home screen +


+ +### 5) Fine Management + +User can Pay the Fines Online by clicking the “PAY” button for the Fines with “NOT PAID” Status. Allow user to pay fines using credit/debit card. +


+ +Capture27 +Figure_5: home screen +


+ +### 6) Ongoing Numbers + +Users can view the current onging number of the each vehicle category. +


+ +Capture27 +Figure_5: home screen +


+ +## Limitations + +• Still there is no back end support for social login. + +• Dummy payment gateway is used. + +• Real DMT api is not used to get relevant information. + + +## Future Improvements + +• Add the ability to track your vehicle using GPS from your phone. + +• Overcome and fix the current limitations. + +• Add the ability for police to view fine history of a vehicle when the vehicle number is entered. + +## Copyright + +(C) 2019 Tenusha Guruge +
+[tenusha.wordpress.com](https://tenusha.wordpress.com)