-
Notifications
You must be signed in to change notification settings - Fork 6
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
Refactoring business logic communication #45
Refactoring business logic communication #45
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.
ярко
dir_ = pathlib.Path("unit-passports") | ||
|
||
def _save_certificate(unit: Unit, certificate_dict: dict[str, Any], path: str) -> None: | ||
"""makes a unit certificate and dumps it in a form of a YAML file""" | ||
dir_ = pathlib.Path("unit-certificates") |
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.
@PaTara43 точно все ок будет если мы пусть поменяем с unit-passports на unit-certificates?
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.
@Berlimor да, точно, обосрется. в docker-compose поменяй в волюмах строчку с - "./unit-passports/:/src/unit-passports/"
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.
@Berlimor Поменяешь?
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.
Поменяю, да
я аппрувнул в надежде что ты сам потестил и сервис хотя бы запускается) |
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.
Поулчается, в stage_data будет cid со всеми данными?
Как это будет выглядеть?
@PaTara43 В stage_data будет вообще всё, что может быть. С диспетчера туда идёт cid и ipfs_link, а в случае с оператором там, помимо ipfs приколов, лежат factory_card_id и поле detail, в котором просто текстом сообщается, что всё ок. |
No description provided.