Skip to content
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

Merged
merged 27 commits into from
Aug 23, 2017
Merged

Adaptive scoreboard #92

merged 27 commits into from
Aug 23, 2017

Conversation

kvld
Copy link
Contributor

@kvld kvld commented Aug 18, 2017

Задача: #APPS-1387, #APPS-1385

Коротко для Release Notes, в формате «Сделали/Добавили/Исправили N»:
Добавлен ТОП-10 пользователей в адаптивном приложении

Описание:
Таблицы рейтинга (всё время/7 дней) для адаптивного приложения на третьей вкладке страницы со статистикой.
SubmissionsAPI переделан для работы с отдельным бекендом, который собирает рейтинги.

TODO

  • Баг с тенями
  • singularize/pluralize для локализации

@kvld kvld added this to the 1.41 milestone Aug 18, 2017
@kvld kvld self-assigned this Aug 18, 2017
@kvld kvld requested a review from Ostrenkiy August 18, 2017 12:00
Copy link
Contributor

@Ostrenkiy Ostrenkiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пока что такие замечания, когда приеду в мск - доревьюю до конца :)

@@ -12,6 +12,14 @@ import SwiftyJSON

class SubmissionsAPI: APIEndpoint {
Copy link
Contributor

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] {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Точно в txt хранить - лучший формат?
Почему бы не в plist? Так было бы более human readable.

@kvld
Copy link
Contributor Author

kvld commented Aug 21, 2017

@Ostrenkiy можно смотреть снова.

@Ostrenkiy
Copy link
Contributor

ok, сейчас посмотрю

Copy link
Contributor

@Ostrenkiy Ostrenkiy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все хорошо. Мое мнение насчет SubmissionsAPI ты знаешь.

@kvld kvld merged commit 767bd7c into dev Aug 23, 2017
@kvld kvld deleted the feature/adaptive-scoreboard branch August 23, 2017 12:31
@kvld kvld mentioned this pull request Aug 23, 2017
@Ostrenkiy Ostrenkiy mentioned this pull request Aug 27, 2017
@Ostrenkiy Ostrenkiy added this to the 1.41 milestone Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants