GithubHelp home page GithubHelp logo

pandemia-app / pandemia Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 6.0 982 KB

Pandemia is an open source mobile app to fight against pandemia by monitoring popular places

Kotlin 0.36% Swift 0.48% Objective-C 0.03% Dart 97.80% Ruby 1.32%
flutter pandemia app android ios

pandemia's Introduction

Pandemia

Flutter CI

Pandemia is an open source initiative to build a mobile app to fight against pandemia.

Pandemia proposes to assist citizens in their daily movements by monitoring the popularity of the places they visit.

Pandemia is actively developed by members of the Spirals research group, but external contributions are welcomed.

Compile and run

Before running the application on your smartphone, you NEED to follow "Environment variables" instructions.

Source code

All this project's Dart code is located in the lib folder.

Mockups

An interactive mockup of the application can be found at resources/mockup.pdf.

Environment variables

To inject API keys into the application, run dart tool/env.dart before launching the actual application; this will generate a .env file containing all needed keys.

Without the .env.generated file, pubspec.yaml cannot be parsed correctly, preventing icons and translations from being loaded and displayed.

Run tests

To run given tests, run flutter test ./test/[TEST_FILENAME]

pandemia's People

Contributors

alystrasz avatar fxpel avatar m3ftah avatar rouvoy avatar seintur avatar selimoussad1 avatar tanguyhouppe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pandemia's Issues

Compute virus exposition

We need to be able to compute somebody's virus exposition for the current day, with help from several indicators:

  • virus' behavior;
  • places' popularity rates;
  • places visited by the user (if geolocation is enabled).

Fixing linter errors

  • Dead code: lib/utils/charts/gaugeChart.dart:61:5
  • Unused import: 'package:intl/intl.dart' โ€ข lib/utils/charts/lineChart.dart:5:8

Extracting a place popularity

Given a place, one need to extract the popularity history from Google Maps to estimate how crowded a place can be over time.

iOS app size

CI-generated Pandemia.app file is 500MB+ big, which is too much to import it onto phones.

Adding support for heatmaps

Use heatmaps to reflect the popularity of a set of locations on a map, as well as the locations where I spent some time today:

  • For the popularity map: The more popularity at a given time, the more red the heatmap.
  • For the coverage map: The more time I spent in a location, the more red the heatmap

Adding support for CI

Adding the configuration for running the CI on the project and deliver up-to-date binaries from the master branch.

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.