D

DevCops

DevCops is an initiative to make our country a better place.

D

DevCops

DevCops is an initiative to make our country a better place.

The problem DevCops solves

DevCops is a platform, where citizens are provided with the basic functionality of registering a new complaints with a
few clicks and simultaneously cops can investigate the cases. (Supported)

Citizens can monitor the progress of their case, which keeps them updated. (Supported)

Citizens have an option to upload an image related to case, which servers as a proof for cops to investigate.
(Supported)

There are indicators for each case, which indicates the priority and status of case making it easy for cops to have a clear picture of that.(Supported)

Currently sketch to image feature can only be used on emulator by running the flask server on localhost but soon it will be deployed such that all mobile users can access it. (In progress)

Both the website and app will be available in multiple Indian languages so that each and every citizen can use it.
(Not Supported)

Google maps will be integrated so that cops can mark important places related to a case, which gives a better view of case.
(Not Supported)

Challenges we ran into

Server deployment of Flask.

APK of flutter was not building. So, we resolve this by signing the app and creating key store for it.

First we used Firestore for data storage but it was not consistent. So, we shifted to realtime database.

Discussion