Skip to content

Implement parcel tracking service#326

Open
milas1221 wants to merge 2 commits intoYandex-Practicum:masterfrom
milas1221:solution
Open

Implement parcel tracking service#326
milas1221 wants to merge 2 commits intoYandex-Practicum:masterfrom
milas1221:solution

Conversation

@milas1221
Copy link
Copy Markdown

Что сделано

  • Реализованы методы ParcelStore: Add, Get, GetByClient, SetStatus, SetAddress, Delete
  • Настроено подключение к SQLite в main()
  • Написаны интеграционные тесты: TestAddGetDelete, TestSetAddress, TestSetStatus, TestGetByClient

Как проверить

go test ./...
go run .

milas1221 and others added 2 commits May 3, 2026 15:40
- Add ParcelStore methods: Add, Get, GetByClient, SetStatus, SetAddress, Delete
- Wire up SQLite DB connection in main()
- Implement integration tests: TestAddGetDelete, TestSetAddress, TestSetStatus, TestGetByClient

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant