Giter VIP home page Giter VIP logo

ctime2's People

Contributors

github-actions[bot] avatar haefele avatar haggithesecond avatar

Watchers

 avatar  avatar  avatar

Forkers

haggithesecond

ctime2's Issues

Change the navigation to be more OOP

Make 2 subclasses of the NavigationItemViewModel

  • NavigatingNavigationItemViewModel
  • ClickableNavigationItemViewModel

We may be able to reduce the code by so much!

Support the other timer kinds

I did some research and I think I understand now how the timer-kinds

It's like a binary enum:
1 - Enter
2 - Leave
4 - Short break
8 - Trip
16 - Home office

So the full list is:
Enter: 1
Leave: 2
Short break: 4 + 2 = 6
Trip enter: 8 + 1 = 9
Trip leave: 8 + 2 = 10
Home office enter: 16 + 1 = 17
Home office leave: 16 + 2 = 18

Scroll bug

Can't scroll the navigation in desktop mode if the app is re sized to the smallest possible window.

Add band tile

  • Check if there is space left to add a custom tile to the band
  • Make sure this only works with Band 2, Band 1 is not supported
  • Create a multi-page layout
    • A "start" page that shows a current status like "Please wait..." while we connect to the band from the phone
    • A "stamp" page that shows whether you're currently checked-in or not, and allows you to check-in or check-out
    • A "test connection" page that allows you to test the connection from your band to your phone
  • Make it support multiple languages

Make the app more useful for the desktop

Add visual states for the different window sizes we want to support.
For example in a wider UI we can always show the navigation and just hide the navigation hamburger button.

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.