Сохраняем utm наборы для пользовательских ссылок #20

Open
skeris wants to merge 2 commits from save_utms into staging
Owner

задача очень простая: надо получать от пользователя связанные с опросом наборы utm меток и отдавать пользователю наборы utm меток

типа GET /utm/<quiz_id> // даже пагинация не нужна, просто выбираем все и отдаём
POST /utm
DELETE /utm/<utm_id>

структура utm проста

type UTM struct {
Id int64
QuizId int64
UTM string
}
задача очень простая: надо получать от пользователя связанные с опросом наборы utm меток и отдавать пользователю наборы utm меток типа GET /utm/<quiz_id> // даже пагинация не нужна, просто выбираем все и отдаём POST /utm DELETE /utm/<utm_id> структура utm проста ``` type UTM struct { Id int64 QuizId int64 UTM string } ```
pasha1coil was assigned by skeris 2025-06-21 12:41:31 +00:00
pasha1coil added 1 commit 2025-06-23 08:32:41 +00:00
Member

в common ветка тоже - save_utms

в common ветка тоже - save_utms
pasha1coil added 1 commit 2025-06-30 08:39:40 +00:00
This pull request has changes conflicting with the target branch.
  • go.sum
  • internal/controllers/http_controllers/quiz/quiz.go

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin save_utms:save_utms
git checkout save_utms
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SQuiz/core#20
No description provided.