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

Feature/170 сonfigured app distribution #174

Closed
wants to merge 23 commits into from

Conversation

MajoritySky2496
Copy link

No description provided.

MajoritySky2496 and others added 23 commits March 24, 2024 18:01
Made:
1. api
2. response
3. dto
4. DataMapper
5. Exception mapper
Made:
1. di
2. Repository
3. Interactor
4. DomainMapper
5. Data
6. State
7.ExceptionToErrorMapper
Made:
1. PasswordRecoveryViewModel
2. State
1. Solved the "empty message exception"
2. Renamed the class names to more understandable ones
1. Resolved conflicts
1. Made the lines shorter
1) removed context from viewmodel
2) added Resources in viewmodel
3) renamed fun setEmail(email:String) on requestRecovery()
4) removed isResetPasswordInProgress()
5)I removed the extra one logDebugMessage
6)formatted the code
7) removed DTO from Domain
8) the code field is cleared when an error occurs
1) Called onBackPressedDispatcher.addCallback in viewmodel
2) added a theme
1) made the creation of a unique version number
2) added notification to testers about new builds
1) I did that triggers the workflow not only for dev branch
2) Did that buildNumber = GITHUB_SHA::7
@@ -0,0 +1,128 @@
package app.cashadvisor.authorization.data

Choose a reason for hiding this comment

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

это из другого пулл-реквеста, надо убрать

Copy link
Author

Choose a reason for hiding this comment

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

удалить эти файлы и сделать новый push ?

Choose a reason for hiding this comment

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

лучше сделать чистую ветку от dev и там модифицировать только то, что нужно для задачи

Choose a reason for hiding this comment

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

сделай чистый PR и тогда можно будет нормально смотреть что ты сделал

pull_request:
types:
- closed
branches: [ "dev" ]

Choose a reason for hiding this comment

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

а почему убрать проверку на dev-бранч?

Copy link
Author

Choose a reason for hiding this comment

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

я так понял уведомления будут отправляется если только сделать мердж ветки dev в main, но нам же для всех веток надо? Поэтому решил убрать dev.

Choose a reason for hiding this comment

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

это условие будет срабатывать при закрытии PR в ветку dev
то есть когда мы мерджим PR в dev, тут всё правильно

@MajoritySky2496 MajoritySky2496 deleted the feature/170-Сonfigured-AppDistribution branch June 12, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants