Git Product home page Git Product logo

ait's People

Contributors

marckassay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ait's Issues

Immediately after app bootup, swipe left is disabled indefinitely

Not sure where this issue is coming from, although it seems at this point a Promise is being settled before it should of. Below is my TODO for this issue:

// TODO: delay here for animating navigation away is completed. Angular or Cordova
// or Ionic, seems to not be fully completed. And will lock navigation to sidemenu
// or cause both sidemenus on the same side.
AppUtils.delayPromise(2000).then(() => this.isContentInteractive = true);
});

White is shown during transition of 'fullscreen'

Not to concern about this issue since it only happens momentarily.

Solution would be to have the display (text) static. So that when the status bar is removed for fullscreen mode, no movement will be performed, eliminating this issue.

Improve audio experience

A proposition about how the audio is implemented:

  • Although changing the volume before and after a session has its benefits, it may not be beneficial when the user has music playing at a desired volume. Simply 'ducking' the audio isn't exactly ideal because AIT's "alarm" volume may have too low of a volume to be heard in some situations.

Two possible conclusions for this proposition are:

  • Move AIT's "alarm" to the AudioManagement.VolumeType.Alarm. This would require modifications to audio-management plugin. And I'm not sure as of this post if this is ideal since I haven't seen an app that ducks music for alarm.

  • Adjust "alarm" volume independently of device's volume via this.sound.play(). Simple to implement and 'ducking' may still be accomplished if cordova-plugin-nativeaudio has that feature. If not, modification can be made to it.

sources:

Add UI for display brightness

In an addition to having app-settings page with to enable app to remember display brightness, it will also need to have a UI for adjusting. Sometimes display is too bright.

Create a module for RxJS sequences

Have this module be able to create countdown timer, interval timer and stopwatch sequences. Any of these sequences can be joined together.

Interval timer sequence is composite; contains alternating countdown timers. Stopwatch sequence would need to observe user event (lap or stop) if there are any sequences after it.

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.