Aucune description

MrOzOn 22a6be956c add jenkins declarative pipeline for all stages CI/CD APK il y a 5 ans
app d12a241039 add signing from local keystore for publish APK il y a 5 ans
config 08552009e6 add library lent_repo for lint rules il y a 5 ans
core 1c454ac445 bug fix gradle dependencies for jenkins assembleDebug il y a 5 ans
core_api 1c454ac445 bug fix gradle dependencies for jenkins assembleDebug il y a 5 ans
core_impl 1c454ac445 bug fix gradle dependencies for jenkins assembleDebug il y a 5 ans
feature_auth 3159808251 disable lint detector - bug in livedata il y a 5 ans
feature_measure_type ab45cf224b add new buildTypes - staging for test using proguard il y a 5 ans
feature_person ab45cf224b add new buildTypes - staging for test using proguard il y a 5 ans
feature_splash 1c454ac445 bug fix gradle dependencies for jenkins assembleDebug il y a 5 ans
gradle 86192de15c create default android project il y a 5 ans
lint_repo 08552009e6 add library lent_repo for lint rules il y a 5 ans
scripts 1194bf24d1 add coil and preload images disk cache il y a 5 ans
utils 1c454ac445 bug fix gradle dependencies for jenkins assembleDebug il y a 5 ans
.gitignore 2220d4df4a refactoring deps_versions.gradle and build.gradle for feature_auth add espresso il y a 5 ans
Dockerfile 9e3bc6d0a7 add Dockerfile - custom image for CI, add java8 il y a 5 ans
Jenkinsfile 22a6be956c add jenkins declarative pipeline for all stages CI/CD APK il y a 5 ans
README.md 0c5141c55d Update README.md il y a 5 ans
build.gradle 6383fd5938 add jacoco plugin for calculate code coverage il y a 5 ans
detekt-config.yml 1c454ac445 bug fix gradle dependencies for jenkins assembleDebug il y a 5 ans
detekt.gradle 8701811e53 add detekt il y a 5 ans
gradle.properties 86192de15c create default android project il y a 5 ans
gradlew 86192de15c create default android project il y a 5 ans
gradlew.bat 86192de15c create default android project il y a 5 ans
jacoco.gradle 6383fd5938 add jacoco plugin for calculate code coverage il y a 5 ans
settings.gradle 08552009e6 add library lent_repo for lint rules il y a 5 ans

README.md

Дневник здоровья (HealthDiary)

Дневник для сохранения измерений важных показателей здоровья Многопользовательское приложение, которое позволяет сохранято основные показатели здоровья человека. К таким показателям относятся:

  • температура
  • давление
  • пульс
  • сахар в крови
  • сатурация и другие

Основные возможности:

  • личный кабинет пользователя
  • создание списка наблюдаемых (профилей), людей для которых сохраняются показатели (измерения)
  • создание общих профилей для нескольких пользователей
  • ввод/изменение выбранного измерения
  • просмотр раннее введенных измерений списком и на графике

Стек технологий:

  • Kotlin
  • Dagger 2
  • MVVM (предварительно)
  • RxJava2/Coroutine
  • Android Navigation (предварительно)
  • Architecture Components (Room для локального кеша данных)
  • Retrofit

Серверная часть:

  • Django
  • DFR
  • SQLite (для начала)

Список экранов:

  • Регистрация/авторизация пользователя
  • Предоставление доступа одним пользователям к профилям других (хотелось бы)
  • Настройки типов измерений
  • Добавить/редактировать измерение
  • Просмотр измерений списком/графиком