Coder Social home page Coder Social logo

blockcovid-android's Introduction

Build status codecov Code Style

BlockCOVID-android

Description

Android module for the project BlockCOVID. This module provides the Android application used by the users and cleaners to reserve a desk and clean rooms.

Usage

Prerequisites

This module requires an instance of the server module running. By default the app tries to redirect all api requests to "http://192.168.210.30:8091", you should change the default url inside NetworkClient.kt for the app to work properly.

Building and running

For building and running instructions, refer to the section "Installazione" of the Android Developer Manual.

Contributing

We adopt a Gitflow workflow. So in order to contribute to the application the steps are:

  • start from develop branch
  • git flow feature start [feature name] (alternatively git checkout -b feature/[feature name])
  • Implement the new feature and the corresponding tests
  • commit your changes
  • git flow feature publish [feature name] (alternatively git push -u origin feature/[feature name])
  • open a pull request describing your changes and addressing issues if necessary.

Eventually an administrator will review your work and merge it in the develop branch.

blockcovid-android's People

Contributors

theasel avatar francescopecile avatar maxutanu avatar lusergit avatar nr3d avatar mitch97 avatar

Watchers

James Cloos avatar

blockcovid-android's Issues

Check out with RFID

  • When reservation ends receive notification asking to scan the RFID tag
  • After the scan ask the user if they want to leave the desk or reserve the desk again
  • If the user wants to leave the desk ask if they cleaned it

Expiring Token

  • Add an expire date on the token
  • Check with the server if the token has expired on startup

Add checks to reservations

Don't allow reservations at weird times/dates (in the past, before/after opening/closing time, etc...)

Add notifications

At the end of the reservation to tell the user the reservation has ended

Check in with RFID

  • The user scans the RFID tag
  • They can then choose to reserve the desk
  • If they reserve the desk then an alarm is set to send a notification every 2 hours to check if the user is still there
  • Another notification is set to arrive to the user at the end of the reservation, managed by the issue #46

Fix finali

  • risolto un bug tornando indietro sulla pagina di login
  • aggiunta funzione per chiamare il server

Change user's password

  • Add a new page to be able to change the user's password (reachable from the Account page)
  • PUT to the server
  • Local checks on password's TextBoxes

JSON API Calls

Transition from using Multipart to JSON to make API calls

  • Login

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.