Code Monkey home page Code Monkey logo

covilo's People

Contributors

kvdpxne avatar

Watchers

 avatar  avatar

covilo's Issues

[FEATURE] Statistics and trends.

Describe your feature request.

The application should present crime statistics and trends in your area. Users could see whether crime is increasing, decreasing or staying constant. This would allow us to better understand the situation and take appropriate precautions.

[FEATURE] Changing the package structure in the backend.

Describe your feature request.

The application backend should have a more logical package structure without unnecessary nesting, similar to that in the application frontend.

Currently the application backend has this package tree structure:

├── api
│   ├── request
│   ├── response
│   └── ...
├── application
│   └── ...
├── domain
│   ├── exception
│   ├── model
│   ├── service
│   ├── persistence
│   └── ...
├── infrastructure
│   ├── configuration
│   ├── security
│   └── ...
├── Covilo.java
└── CoviloProperties.java

It doesn't look bad, but the components are assigned to a given functionality, for example, the service package contains only services.

And this is what the current package structure looks like in the application frontend:

├── application
│   ├── apperance
│   ├── authentication
│   ├── core
│   ├── me
│   ├── shared
│   └── ...
└── ...

In the application frontend, packages contain all the components needed to perform a given function, for example, the authentication package contains all the services, requests, responses, appearance needed to authenticate a user.

Application components will be more organized if all components for performing a given function are in one package with a similar name as these packages.

[FEATURE] Types of crimes.

Describe your feature request.

The application should provide information on different types of crimes, such as thefts, burglary, robberies, assaults, etc. Users should be able to filter data depending on the type of crime they are interested in.

[FEATURE] WebP support.

Describe your feature request.

Graphic files sent by the user, such as an avatar, should be automatically converted to the WebP type. Because WebP is a modern solution that is lightweight (like JPEG) and can contain an alpha channel (like PNG).

See more about WebP here.

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.