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

Tube number 11symbols #3073

Merged
merged 21 commits into from
Sep 15, 2023
Merged

Tube number 11symbols #3073

merged 21 commits into from
Sep 15, 2023

Conversation

urchinpro
Copy link
Collaborator

Tube number 11symbols

@@ -275,6 +275,16 @@ def resend_results(request):
direction.post_confirmation()
return status_response(True)

@login_required()
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [flake8] <302> reported by reviewdog 🐶
expected 2 blank lines, found 1

doctor_name_confirm = obr.OBR_32.OBR_32_3.value
doctor_patronymic_confirm = obr.OBR_32.OBR_32_4.value
doctor_fio = f"{doctor_family_confirm} {doctor_name_confirm} {doctor_patronymic_confirm}"
print(doctor_family_confirm, doctor_name_confirm, doctor_patronymic_confirm)
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <201> reported by reviewdog 🐶
print found.

@@ -2505,6 +2505,7 @@ def directions_by_category_result_year(request):
@api_view(['POST'])
def results_by_direction(request):
request_data = json.loads(request.body)
print(request_data)
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <201> reported by reviewdog 🐶
print found.

researches_sql = sql_func.statistics_research(research_id, start_date, end_date, hospital_id)
else:
researches_sql = sql_func.statistics_research_create_directions(research_id, start_date, end_date, hospital_id)
print(researches_sql)
Copy link
Contributor

Choose a reason for hiding this comment

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

[flake8] <201> reported by reviewdog 🐶
print found.

urchinpro and others added 5 commits September 15, 2023 13:54
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Comment on lines 370 to 371
fractions = {"fsli": "", "title_fraction": "", "value": "", "refs": "", "units": "", "jpeg": "", "html": "", "doc_confirm": "", "date_confirm": "",
"note_data": ""}
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
fractions = {"fsli": "", "title_fraction": "", "value": "", "refs": "", "units": "", "jpeg": "", "html": "", "doc_confirm": "", "date_confirm": "",
"note_data": ""}
fractions = {"fsli": "", "title_fraction": "", "value": "", "refs": "", "units": "", "jpeg": "", "html": "", "doc_confirm": "", "date_confirm": "", "note_data": ""}

Comment on lines 423 to 424
iss.lab_comment = "",
iss.time_confirmation = None,
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
iss.lab_comment = "",
iss.time_confirmation = None,
iss.lab_comment = ("",)
iss.time_confirmation = (None,)

Comment on lines 422 to 423
iss.lab_comment = "",
iss.time_confirmation = None,
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
iss.lab_comment = "",
iss.time_confirmation = None,
iss.lab_comment = ("",)
iss.time_confirmation = (None,)

iss.time_save = current_time()
iss.doc_confirmation_string = ""
iss.save()


Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@mikhailprivalov mikhailprivalov merged commit 234a6b2 into develop Sep 15, 2023
@delete-merged-branch delete-merged-branch bot deleted the tubeNumber_13symbols branch September 15, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants