Sprint 3 Presentation Dave, Catherine, Nick, Ryan, Travis, Kenny, - - PowerPoint PPT Presentation

sprint 3 presentation
SMART_READER_LITE
LIVE PREVIEW

Sprint 3 Presentation Dave, Catherine, Nick, Ryan, Travis, Kenny, - - PowerPoint PPT Presentation

Sprint 3 Presentation Dave, Catherine, Nick, Ryan, Travis, Kenny, Davis About Healthy Horizons: The Healthy Horizons program started in 2004 with the purpose of promoting healthy living by providing a comprehensive and confidential wellness


slide-1
SLIDE 1

Sprint 3 Presentation

Dave, Catherine, Nick, Ryan, Travis, Kenny, Davis

slide-2
SLIDE 2

The Healthy Horizons program started in 2004 with the purpose of promoting healthy living by providing a comprehensive and confidential wellness package to Butler University faculty and staff. The program assists employees with improving their health, provides

  • ngoing information and health education programs, and helps identify health risks and

ways to reduce those risks. Healthy Horizons has a healthy living rewards program for Butler faculty. Participants of this rewards program accumulate points for making healthy life choices. Points are currently tracked and submitted via paper, and we are working on developing a web application to make this program run much more efficiently and hopefully attract more users.

About Healthy Horizons:

slide-3
SLIDE 3

Introduction - Roles

➔ Team Leader: ◆ Dave Purdum ➔ Front End Team: ◆ Travis Miller ◆ Kenny Burton ◆ Davis Botta ➔ Back End Team: ◆ Catherine Bain ◆ Ryan Graham ➔ Webmaster and Statistics Team: ◆ Nick Ruddell

slide-4
SLIDE 4

Sprint 3 Goals

  • Auth0 – Ryan
  • Rewrite all CSS
  • Design an administrative page
  • Design a calendar/list format for

viewing daily or weekly tasks.

  • Update database to include a week

number for user task.

  • Add foreign key constraints to columns

in database.

  • Update the mobile CSS experience
  • Read_form()
  • fetch_task_point()
  • aggregate_form_points()
  • write_form(input_values)
  • save_changes()
  • fetch_usertasks(user_id, week_num)
  • hide_form()
  • show_week_form(user_id, week num)
  • post_form_data(user_id, week_num, data)
  • add_event_isteners()
  • aggregate_weekly_point()
  • fetch_tiers()
  • display_msg(tota;_points, tiers)
  • update_progress_bar()
  • GET /api/tiers
  • GET /api/task_points
  • GET /api/user_tasks/:user_id/:week_num
  • POST /api/ user_tasks/:user_id/:week_num
slide-5
SLIDE 5

Adjustments to working online

  • Reevaluate our goals
  • Is finishing the new calendar layout feasible?
  • Auth0?
slide-6
SLIDE 6

Completed sprint 3 Goals

  • Auth0 – Ryan
  • Rewrite all CSS
  • Design an administrative page
  • Design a calendar/list format for

viewing daily or weekly tasks.

  • Update database to include a week

number for user task.

  • Add foreign key constraints to columns

in database.

  • Update the mobile CSS experience
  • Read_form()
  • fetch_task_point()
  • aggregate_form_points()
  • write_form(input_values)
  • save_changes()
  • fetch_usertasks(user_id, week_num)
  • hide_form()
  • show_week_form(user_id, week num)
  • post_form_data(user_id, week_num, data)
  • add_event_isteners()
  • aggregate_weekly_point()
  • fetch_tiers()
  • display_msg(tota;_points, tiers)
  • update_progress_bar()
  • GET /api/tiers
  • GET /api/task_points
  • GET /api/user_tasks/:user_id/:week_num
  • POST /api/ user_tasks/:user_id/:week_num