Разработано по МДК 01.03 Разработка мобильных приложений.

Otter 826c7dd11a docs: 1.0v readme 1 день назад
.gradle 34bc10f1ab feat: add MYapp 4 недель назад
.idea 47749db465 test: add unitTest 2 дней назад
Documentation 813da58566 release: 1.0v 1 день назад
MakeYourselfApp b9f2256c32 docs: + report 1 день назад
UnitTestsBD 79c354e66e docs: add test docs 1 месяц назад
README.md 826c7dd11a docs: 1.0v readme 1 день назад
README_RUS.md 826c7dd11a docs: 1.0v readme 1 день назад

README.md

Make Yourself

This program is aimed at motivating people to fulfill their goals.
Developed according to MDK 01.03 Mobile application development.
layout Make Yourself

MakeYourself

Support

If you have any difficulties or questions, create discussion in this repository.
Documentation

About the project

Project structure

  • domain/ (Contains servers and databases, as well as PrefManager)
    • repository/
  • Constants (Contains the supabase constant for accessing the database)
  • models/ (Contains models)
    • database/ (Database models)
    • screens/ (Screen states)
    • theme/ (Models for the application theme)
  • views/ (Contains application pages)
    • navigation/ (Page navigation)
    • components/ (Element templates)
    • panels/ (Navigation bar)
  • bottombar/
  • topbar/
    • screens/ (Folder of View and ViewModel screens)
      • - dialog Windows/ (Folder containing dialog boxes)
    • ui/ (Contains the theme, main activity and entry point to the project for Hilt)
      • theme/ (Application theme)

Project structure

The project used the libraries supabase, ktor, hilt

Description of commits

Name Description
docs update documentation
feat adding new functionality
layout adding a new layout without functionality
style working with styles and design
fix error correction
release release of ready-made versions of applications
perf changes to improve the program
refactor code edits without changing errors or functionality
revert rollback to previous versions
merge merging branches
test adding Tests

Author

Otter