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

Fix the ability to create identical events #109

Merged
merged 4 commits into from
Sep 19, 2024
Merged

Fix the ability to create identical events #109

merged 4 commits into from
Sep 19, 2024

Conversation

DaymasS
Copy link
Contributor

@DaymasS DaymasS commented Sep 15, 2024

Изменения

Теперь нельзя создать два идентичных ивента

Детали реализации

При попытке объёмного создания ивента (post("/event/bulk")) происходит проверка на наличие идентичного ивента в бд. Если ивент с такими же временными рамками, названием, группами, аудиториями и лекторами находится в бд, то ивент не создаётся.

В объёмном создании (post("/event/bulk")) при попытке создать существующий ивент, ивент не помещается в список созданных ивентов. Следовательно ручка теперь может вернуть пустой список

Check-List

  • Вы проверили свой код перед отправкой запроса?
  • Вы написали тесты к реализованным функциям?
  • Вы не забыли применить форматирование black и isort для Back-End или Prettier для Front-End?

@DaymasS DaymasS requested a review from Temmmmmo September 15, 2024 21:26
@DaymasS DaymasS self-assigned this Sep 15, 2024
Copy link

github-actions bot commented Sep 15, 2024

Code Coverage

Coverage Report
FileStmtsMissCoverMissing
calendar_backend
   __main__.py660%1–16
   exceptions.py10190%11
calendar_backend/methods
   list_calendar.py704930%28–51, 58–64, 71–76, 85–98, 102–113
   utils.py352626%14–19, 23–28, 34–38, 42–46, 52–56
calendar_backend/models
   base.py64198%87
calendar_backend/routes
   base.py72790%74, 79–80, 85–86, 97, 100
calendar_backend/routes/event
   comment.py47687%30, 41–43, 52, 64
   comment_review.py27485%23–29, 41
   event.py89891%31, 39–44, 49
calendar_backend/routes/group
   group.py38392%26, 42, 58
calendar_backend/routes/lecturer
   comment.py48883%35, 49, 57–61, 70
   comment_review.py25484%21–29, 41
   lecturer.py60887%27, 41, 44, 54, 78–81
   photo.py43588%43, 48, 65, 76, 79
   photo_review.py512061%39–58, 75–77
calendar_backend/routes/models
   base.py60985%36–40, 43, 56, 67, 80
   event.py44295%15, 31
   group.py391659%13–19, 22, 32–38, 41
   lecturer.py46296%21, 31
   room.py21195%13
calendar_backend/routes/room
   room.py39392%26, 44, 58
TOTAL111518983% 

Summary

Tests Skipped Failures Errors Time
32 0 💤 0 ❌ 0 🔥 3.811s ⏱️

calendar_backend/routes/event/event.py Outdated Show resolved Hide resolved
calendar_backend/routes/event/event.py Outdated Show resolved Hide resolved
@DaymasS DaymasS merged commit 93d9be2 into main Sep 19, 2024
2 checks passed
@DaymasS DaymasS deleted the Unique-event-fix branch September 19, 2024 17:50
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