Add new order creation page#474
Merged
Merged
Conversation
Add max-width:768px styles so customer, fulfillment, delivery/payment selects and the finalize row stack into single/double columns instead of overflowing on narrow screens. Desktop layout is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Disabled inputs (auto-filled from org/address search) rendered as a single line and clipped long organisation names and legal addresses on narrow screens. Render them as wrapping read-only blocks instead, keeping the field styling and floating label. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The cityRow used width:fit-content with min-width:50%, which shrank to half width and left-aligned once the fields became read-only wrapping blocks (short auto-filled values). Drop the fit-content/min-width so the row spans full width like the street row. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Fix English day/days pluralization: en had no plural rule, so a 3-form message resolved to 'days' for count 1; use two forms. - Give payer/delivery/payment radio groups stable name attributes so they form native radio groups instead of relying solely on Vue v-model. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Show 'additional' field next to phone, gated by cdekCountries - Thread additional + cdekCountries through CustomerData/OrderInfo - Pass cdekCountries from order page to Customer component Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| UnusedCode | 4 medium |
| BestPractice | 3 medium 8 high |
| ErrorProne | 81 high |
| CodeStyle | 4 minor |
🟢 Metrics 136 complexity · 0 duplication
Metric Results Complexity 136 Duplication 0
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
ninedev-i
requested changes
Jun 26, 2026
The pickup address linked to a single hardcoded Yandex Maps point, so a Kazakhstan pickup opened the Russian warehouse on the map. Use the mapUrl now returned per delivery option, falling back to plain text when absent. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ninedev-i
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что происходит; кому и зачем нужно:
Новая страница оформления заказа (Nuxt).
pages/contents/order.vue./{locale}/ng/api/v1/order/...).Что поменялось для пользователей:
Как проверял/а:
website:ekateluv-order-page-v2)Чеклист ревью:
Перед мержем не забудь проверить:
Опционально (но важно для изменений в инфраструктуру):