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

Features/description of sections #23

Merged
merged 5 commits into from
Feb 14, 2024

Conversation

Nadya2502
Copy link
Contributor

No description provided.

Copy link
Contributor

Choose a reason for hiding this comment

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

title = models.TextField(
verbose_name="Заголовок", max_length=55, null=False
)
description = models.TextField(
verbose_name="Текст", max_length=160, null=False
)

значения max_length лучше вынести в constants.py как константы, чтобы потом легче было вносить изменения, при необходимости или одну и туже константу использовать несколько раз.

Copy link
Contributor

Choose a reason for hiding this comment

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

Не плохо было бы доработать. На странице могут выводиться как одна секция, так и много. При данной реализации фронты будут вынуждены выполнять столько запросов к бэку, а бэк к БД, сколько секций на странице. Желательно реализовать так, чтобы была возможность получить список секций для каждой конкретной страницы одним запросом.

@ArtemKAF
Copy link
Contributor

И свяжи ПР с issue через "Development" в столбце справа.

@Nadya2502 Nadya2502 linked an issue Feb 12, 2024 that may be closed by this pull request
@Nadya2502 Nadya2502 merged commit 44ed0bb into develop Feb 14, 2024
1 check passed
@ArtemKAF ArtemKAF deleted the features/description_of_sections branch April 7, 2024 16:27
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.

Приложение general
2 participants