Code Monkey home page Code Monkey logo

electron's People

Contributors

rob0rt avatar shreyassood avatar thomasgaubert avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electron's Issues

Camera Preview Size Hardcoded

In Line 211 of Main Activity.js, there's a hardcoded value for setting the camera size. We think this is causing a lot of crashes with devices which do not support said resolution. A recommended solution is to grab the device's size and set that as the size of the preview size. This would remove the error.

mCameraSource = new CameraSource.Builder(this, barcodeDetector)     
                .setFacing(CameraSource.CAMERA_FACING_BACK)    
                .setRequestedPreviewSize(1600, 1024)     
                .build();     
    } 

Tutorial flow

Add some sort of tutorial flow or screen to instruct volunteers in regards to their ID, the scanning process, manual entry fallback, and the verify dialog (and how to handle issues presented there).

Improve VerificationDialog error handling

VerificationDialog should handle errors when communicating with Nucleus along with any issues detected from attendee data. Should also handle cases in which multiple errors are encountered.

Camera not focusing on certain devices

Thomas brought up a pain point for the app, that the camera isn't focusing on certain devices. Looking to grab more information about this issue from the other organizers/directors.

Documentation

Improve (nonexistent) documentation in regards to QR codes, Nucleus integration, etc.

Improve verify dialog

  • Age should no longer block check in. Request volunteer to verify school per director instructions.
  • Display school as provided from Nucleus

Nucleus integration

  • Get attendee information from email address
  • Check in attendee after verifying information

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.