uts-ios-dev / uts-ios-2019-project3-group-114

uts-ios-2019-project3-group-114 created by GitHub Classroom
0 stars 1 forks source link

Researches that need to be done #3

Closed jeannieyeliu closed 5 years ago

jeannieyeliu commented 5 years ago

Usage of firebase

jeannieyeliu commented 5 years ago

firebase tutorials

https://firebase.google.com/docs/database/web/read-and-write

jeannieyeliu commented 5 years ago

frames for display graphs

Use charts instead https://github.com/danielgindi/Charts/blob/master/ChartsDemo-iOS/Swift/Demos/BarChartViewController.swift https://github.com/danielgindi/Charts/blob/master/ChartsDemo-iOS/Swift/Demos/BarChartViewController.swift 这个是API介绍: https://www.appcoda.com.tw/ios-charts-api-tutorial/ A youtube tutorial https://www.youtube.com/watch?v=vB6HqH-hMZ0

just implement a simple demo but it's not good enough yet, will make improvements. submitted to branch called graphDemo

image

jeannieyeliu commented 5 years ago

Notifications

@12789347 impement a simeple notification! push to NotiDemo Branch

image

import UserNotifications

ViewDidLoad

// Require Notification from system UNUserNotificationCenter.current().requestAuthorization(options: [.alert,.sound,.badge], completionHandler: { didAllow, error in

image

image

bonniely9 commented 5 years ago

Change the home page to be a calendar view with the records of that date below -> Don't need to separate into 2 tabs

Github Link: https://github.com/WenchaoD/FSCalendar (including the examples).

image

jeannieyeliu commented 5 years ago

Progress Bar

jeannieyeliu commented 5 years ago

All the research are done, close this issue now.