Giter Club home page Giter Club logo

sarav2's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sarav2's Issues

Add chop colors

Dan,
Anissa sent me to chop colors. Let us add them and submit a pull request

Fix security issue

Delete platforms. www folder from github and move encrptString to environment file.

Save reinforcement data and app usage data in S3

Liying,

Let us only save the 'reinforcement data' and app usage data in S3 on separate directories.

I'll upload two CSV files on slackfrom our earlier study that shows how the CSV files will look like.

-mash

Accessibility setting is cutting off radio button texts

When the "larger text" accessibility setting is on, the texts for radio buttons are cutting off (see image below). Larger text sizes are not often enabled on the phones for an AYA, that is why we never saw this bug. But for an older population, larger text sizes will be likely enabled.

Mobile accessibility is also highly talked in health research these days, so this is an important fix. We will also likely get older population at some point in the future.

More on mobile accessibility on ionic can be found in the following link.

https://ionicframework.com/docs/v3/native/mobile-accessibility/

Check the functions getTextZoom and setTextZoom

Screenshot_20200501-190717_SARA

Add the script for Money.

Add the service to give money. There is no need to create a new branch. Please send me pull request by today if possible (Feb 12).

Change current filename code for S3

The current code uses only millisecond timestamps to name file. So, if any two users finishes the survey at the same time their file will be overwritten. Create a one-way hash from username and add it to filename.

Write a function to grab and parse user profile

Dan and Liying,
We need a way to create a csv file to grab the user profile data to see the randomizations of memes and altruistic messages. A lot of these codes are in the study monitoring page code.

track dollars over time

In the app as well as the server, track dollars as they are earned over time via the following data structure:

{ "3/1/2020":
	{
		"label":"resume survey", 
		"dollars": "2"
	},
 "3/3/2020":
	{
		"label":"3day streak", 
		"dollars": "1"
	},
 "3/7/2020":
	{
		"label":"3day streak", 
		"dollars": "1"
	},
 "3/29/2020":
	{
		"label":"resume survey", 
		"dollars": "2"
	},
	},
 "4/3/2020":
	{
		"label":"3day streak", 
		"dollars": "1"
	}
}

adding it to the user profile.

Add alertdialog for survey open or close.

  • Add an "alertdialog" to show when survey isn't available on the day.
  • Add an "alertdialog" to show when survey is completed on the day.

Delete the old branch, and create a new branch from "AdaptsBranchV3" named "liying-alertdialog-survey"

survey module documentation

Add survey module documentation. You can create a new branch or use existing branch. Use commit messages and refer to the issue number.

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.