美文网首页
GSM 1.6.0 tasks

GSM 1.6.0 tasks

作者: Godgilla | 来源:发表于2017-03-30 17:35 被阅读15次

    提高xcode编译速度:

    build setting中

    SWIFT_WHOLE_MODULE_OPTIMIZATION设置为YES

    fy电脑:

    10.127.9.114

    https://jira.garmin.com.tw/browse/GSM-2178

    wright:

    http://c3-gis-git.ad.garmin.com:5000/#/c/16435/

    http://c3-gis-git.ad.garmin.com:5000/#/c/16489/

    我的最佳记录cell

    bezierPath画圆弧:

    http://blog.csdn.net/volcan1987/article/details/9969455

    黑色date picker:

    http://stackoverflow.com/questions/31192463/how-to-customize-the-uidatepicker-and-change-the-text-color-and-the-background-c

    “我的训练记录”页面

    server:https://confluence.garmin.com.tw/display/TWNGC/Training+Plan+Record

    列表:getTrainingPlanRecordList

    小圈圈页面:getTrainingPlanScheduleRecord

    测试数据:camped: 135planId 1~7

    http://blog.csdn.net/ycm1101743158/article/details/52849480

    圆角进度条:

    http://huluo666.cn/2016/03/24/%E7%AE%80%E5%8D%95%E5%BF%AB%E9%80%9F%E5%AE%9E%E7%8E%B0UIProgressView%E8%BF%9B%E5%BA%A6%E6%9D%A1%E5%9C%86%E8%A7%92/

    dot, model:

    TrainingPlanRecordModel

    下拉刷新:

    CampListTableView

    shortFormatStringWithWeekday

    date -> weekday:

    http://stackoverflow.com/questions/7330420/how-do-i-get-the-name-of-a-day-of-the-week-in-the-users-locale

    http://blog.csdn.net/yishengzhiai005/article/details/52057885

    unjoined header tag:

    TrainingPlanTagSingleLineView

    cell.configDataSource(dataSource: viewModel.plans[indexPath.row])

    ongoing header:

    TrainingPlanInfoDto

    hide filter:

    TRAINING_PLAN_NO_PLAN_DESCRIPTION

    没有获取到图片使用color10

    传送全部计划:

    https://gcatest.garmin.com.tw/api/m/workout-service/v/1003/camp/135/plan/18/device/3918616460

    https://gcatest.garmin.com.tw/api/m/workout-service/v/1003/camp/154/plan/25/device/3934162593

    https://192.168.230.152/api/m/workout-service/v/1003/camp/135/plan/1/device/3934162593

    camp/154/plan/25/device/3934162593

    camp/{campId}/plan/{planId}/device/{deviceId}

    self.data = message.device.deviceSportFileType.data(using: String.Encoding.utf8)

    课程时间显示不正确:

    训练营“C3 SQA”---课程“RUNNING TEST”

    https://gcatest.garmin.com.tw/web/camp/154/training/80765

    语言显示:

    繁中:安全策略为英文

    简中:使用条款,最终用户使用协议,安全策略

    英文时全部打不开

    简体:日期设置已更新日期设置失败

    繁体:日期設定已更新日期設定失敗

    小圆圈都可以点

    ScheduleDetailViewController

    教练审核:

    CampJoinApplicationReviewViewController

    share sdk language:

    http://bbs.mob.com/thread-23455-1-1.html

    相关文章

      网友评论

          本文标题:GSM 1.6.0 tasks

          本文链接:https://www.haomeiwen.com/subject/pxepottx.html