Pablo Galve

Space Mapper

Mobile application built in flutter/dart during my contract at CSIC

Space Mapper Space Mapper Space Mapper

My Contribution

"Space Mapper" is a mobile application built with flutter and dart during my contract at CSIC - Ministry of Science.
The goal is to track the geolocations of the users to do studies about human mobility.

I worked on:

  • App development using Flutter and Dart.
  • DevOps engineering: CI, testing, coverage.

Basic Usage - Geolocation

  • Track geolocation, speed, altitude and transport method.
  • Privacy: Data never leaves user's device.
  • User can decide to share data anonymously to participate in a scientific project/survey.

image
image

Contacts & Statistics

I developed a system to allow the user store their contacts (people they meet) and then display their data visually as statistics.

image
image
image

Projects on top of Space Mapper: Tiger in Car

The idea is that other scientific projects that need the geolocation of the users can be used from within the app. For example, in the project "Tiger in Car" the scientists wanted to measure how much time the dangerous mosquitoes can survive inside on car, transporting diseases to other locations.

image
image
image

DevOps Engineering | CD/CI, testing and automation

I implemented the DevOps processes to do automated testing (unit, widget and integration), test coverage, static code analysis and continuous integration and deployment.

website

Below there is an example of a failing test. Whenever a fail is discovered, it must be fixed as soon as possible.

DevOps
DevOps