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

Bck 67/knowledge base #107

Merged
merged 6 commits into from
Aug 20, 2024
Merged

Bck 67/knowledge base #107

merged 6 commits into from
Aug 20, 2024

Conversation

AndreyHlim
Copy link
Collaborator

@AndreyHlim AndreyHlim commented Aug 14, 2024

  1. Создал новую модель для часто задаваемых вопросов - Question
  2. Сделал ручку get для списка всех вопросов и get по id часто задаваемого вопроса для авторизованных.
  3. Создавать вопросы и ответы может только Админ через админку, поэтому остальные методы запросов не нужны.
  4. Добавил тесты:
  • статус 200 для get для авторизованных;
  • статус 405 для остальных видов запросов для авторизованных пользователей;
  • статус 401 для неавторизованных;
  • статус 404 для несуществующего ID вопроса.

@kokhlo kokhlo self-assigned this Aug 16, 2024
@kokhlo kokhlo merged commit 257016c into develop Aug 20, 2024
3 checks passed
@kokhlo kokhlo deleted the BCK-67/knowledge_base branch August 20, 2024 05:44
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