Giter Site home page Giter Site logo

cozie-examples's People

Contributors

cmiller8 avatar pjayathissa avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cozie-examples's Issues

cancel answer/stopsurvey

I believe it would be nice to allow users to stop completing the survey and cancel their responses. This functionality may be useful if they realize that they have pressed the wrong button or if they do not have time to got through all questions. This could be implemented as follows: if the user presses the button on the side of the watch all the previous answers (current survey only) are deleted.

Thermal sensation question

I believe currently there is only a thermal preference question, it would be nice to add a thermal sensation question. (i.e. Rate your current thermal sensation: Hot, Cold and Neutral)

User location

It would also be nice to ask the user weather is indoor or outdoor.

Activity level

We could also consider asking a question regarding their activity level. I know we could to some extend infer this information from the accelererometer data and the heart rate data, however, in some cases it would be useful to have this information.

Track Steps Walked in the last hour at 5min intervals

Something like

if (timeCounter == 5) {
    stepsArray.push(stepsNow - stepsFiveMinAgo)
    stepsFiveMinAgo = StepsNow
    timeCounter == 0
    //and then delete the first item in the array so it is a moving array, can't remembder the code off by heart
}

Push notifications

We could also add custom push notifications that invite the user to complete the survey.

For example, we could use the Telegram boot to send a message when we would like the user to complete the survey (e.g. at a certain time of the day, during a hot/cold day, etc.)

Clothing question

We could add a fourth icon representing very light clothing(panties and tan-top)
image

Previous activity

I think would be very important to add a question regarding their location and activity over previous 15 minutes. For example we could ask:

Over the previous 15 minutes have you:

  • changed your location?
  • activity level?

YES or NO

Change word "Comfy" in light, thermal, .... questions

In the thermal preference question the word "Comfy" should be replaced with "No Change" since "Comfy" may have a broader meaning like I am comfy with the whole environment (noise, light, ....) While "No Change" is specific to not wanting a change in temperature.

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.