Сохраняем utm наборы для пользовательских ссылок #20
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SQuiz/core#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "save_utms"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
задача очень простая: надо получать от пользователя связанные с опросом наборы utm меток и отдавать пользователю наборы utm меток
типа GET /utm/<quiz_id> // даже пагинация не нужна, просто выбираем все и отдаём
POST /utm
DELETE /utm/<utm_id>
структура utm проста
в common ветка тоже - save_utms
Checkout
From your project repository, check out a new branch and test the changes.