-
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
Adaptive scoreboard #92
Conversation
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.
Пока что такие замечания, когда приеду в мск - доревьюю до конца :)
Stepic/SubmissionsAPI.swift
Outdated
@@ -12,6 +12,14 @@ import SwiftyJSON | |||
|
|||
class SubmissionsAPI: APIEndpoint { |
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.
Думаю, лучше унаследовать SubmissionsAPI
и сделать класс AdaptiveSubmissionsAPI
. Там ты сможешь просто модифицировать параметры и вызывать super.retrieve() или super.create(). Возможно, стоит добавить в сигнатуру методов параметр parameters: Parameters = [:]
, чтобы было совсем удобно и расширяемо.
} | ||
|
||
fileprivate func loadNamesFromFiles() { | ||
func readTxtFile(name: String) -> [String] { |
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.
Точно в txt хранить - лучший формат?
Почему бы не в plist? Так было бы более human readable.
@Ostrenkiy можно смотреть снова. |
ok, сейчас посмотрю |
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.
Все хорошо. Мое мнение насчет SubmissionsAPI ты знаешь.
Задача: #APPS-1387, #APPS-1385
Коротко для Release Notes, в формате «Сделали/Добавили/Исправили N»:
Добавлен ТОП-10 пользователей в адаптивном приложении
Описание:
Таблицы рейтинга (всё время/7 дней) для адаптивного приложения на третьей вкладке страницы со статистикой.
SubmissionsAPI переделан для работы с отдельным бекендом, который собирает рейтинги.
TODO