dianad96 / UCL-Active

Health/Fitness Mobile Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UCL-Active

Platform Language

The Android Version of the project can be found [here] (https://github.com/DianaD96/Team13-OpenMRS). The project documentation can be found [here] (https://docs.google.com/presentation/d/1W9dJ7MAcYTPxVVggNZBA3EXruDjht_86qOtaWUarwwA/edit?usp=sharing).

The Project

The purpose of the project is to develop a UCL data store, to aggregate and manage fitness and lifestyle data submitted by UCL staff and students. UCL will protect the anonymity of the contributors and will have oversight of the ways in which this growing data set will be used to further research in digital health analytics.

Vision

  • Our vision is to improve physical and mental wellbeing by creating a community of physically active people engaged in sports, both inside and outside UCL and its partners.

  • We seek to apply UCL’s interdisciplinary approach to the Grand Challenge of Human Wellbeing to improve physical (and consequently mental) resilience among our staff and students; to encourage behavioral change in the broader community.

  • Our vision is aligned with UCL 2034 to apply our scholarly knowledge to contribute to improving the sporting performance of amateurs and elites worldwide.

System Components

Components

Project Architecture

Architecture Arch

Installation

Dependencies

  • Install Cocoapods
$ gem install cocoapods
  • Install Alamofire and SwiftyJSON
  • To integrate Alamofire/SwiftyJSON into your Xcode project using CocoaPods, specify it in your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

target 'uclactive' do
pod 'Alamofire', '~> 3.4'
pod 'SwiftyJSON'
pod 'FacebookCore'
pod 'FacebookLogin'
pod 'FacebookShare'
pod 'Google/SignIn'end

Then, run the following command:

pod install

License under Apache License 2.0

About

Health/Fitness Mobile Application


Languages

Language:Swift 99.3%Language:Objective-C 0.4%Language:Ruby 0.3%