-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved unit navigation #448
Conversation
@@ -8,6 +8,7 @@ | |||
|
|||
import Foundation | |||
import UIKit | |||
import SVProgressHUD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Давай попробуем продумать приложение так, чтобы от блочащих экран SVProgressHUD избавиться.
(Естественно, не в рамках этого PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пока всё не перепишем, об этом рано думать :)
// MARK: Helpers | ||
// Remove after network layer & services refactoring | ||
|
||
private func getUnitFromCacheOrNetwork(id: Unit.IdType) -> Promise<Unit?> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ох, кажется мне, что при текущей БД и возможной неуникальности объектов с одинаковыми id от фетча из кеша по id могут быть неожиданности и проблемы
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да, но это больше для оффлайна, нам там не особо важна уникальность на самом деле
Задача: #APPS-2206
Описание:
Переходить между юнитами можно теперь всегда, когда урок открыт в контексте unit, а не только при переходе из силлабуса.