RMS-59444 Добавление методов для WebKDS в Api iikoFront#230
RMS-59444 Добавление методов для WebKDS в Api iikoFront#230EugeneBaglaev wants to merge 4 commits intoiiko:gh-pagesfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for new WebKDS (Kitchen Display System) methods in the iikoFront API. The change introduces a new documentation post describing the GetRestaurantKitchenSettings method available in API V9.
Key changes:
- Added documentation for the
GetRestaurantKitchenSettingsmethod that retrieves kitchen screen settings
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,9 @@ | |||
| --- | |||
| title: Получение настроек кухонного экрана | |||
There was a problem hiding this comment.
The filename contains a typo: 'restaraunt' should be 'restaurant'. Consider renaming the file to '2025-10-15-get-restaurant-kitchen-settings.md' to match the correct spelling.
There was a problem hiding this comment.
Согласен, имя надо поправить.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| --- | ||
| title: Получение настроек кухонного экрана | ||
| layout: default | ||
| --- |
There was a problem hiding this comment.
Предлагаю сюда добавить tags поле с указанием v9.
rgalk
left a comment
There was a problem hiding this comment.
Небольшие замечания, после можно мержить.
Правки по ревью
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| tags: v9 | ||
| --- | ||
|
|
||
| В API V9 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm). |
There was a problem hiding this comment.
The post uses generic "tags: v9" and mentions "В API V9" without specifying a preview version. Based on the codebase pattern, features added to API v9 before the LTS release should specify the preview version number (e.g., "tags: v9preview6 v9" and "В API V9Preview6"). Since there's no v9 LTS release announcement in the codebase yet, and the latest preview is V9Preview6 (June 2025), this post dated October 2025 should likely specify which preview version (or possibly v9preview7 or later) introduced this method.
| tags: v9 | |
| --- | |
| В API V9 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm). | |
| tags: v9preview6 v9 | |
| --- | |
| В API V9Preview6 добавлен метод получения настроек кухонного экрана [`GetRestaurantKitchenSettings`](https://iiko.github.io/front.api.sdk/v9/html/M_Resto_Front_Api_IOperationService_GetRestaurantKitchenSettings.htm). |
No description provided.