5sControl / 5sControl/5s-webserver

fix bug with eye button

Open
#79 1 comment 0 reactions 1 assignee Assigned to @ZhuchkouAA View on GitHub
bug QA done
Dominant language
JavaScript
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Preconditions: пользователь авторизован, получена лицензия, добавлены 3 камеры, созданы 5 items.
Summary: Inventory, при нажатии на кнопку "глазик" не отображается выделенная область item.
1. Открыть приложение;
2. Открыть вкладку Inventory;
3. Выбрать item(пример tea);
4. Нажать кнопку "глазик".
Result: В открытом окне не отображается область заданного item.
Expecte result: В открытом окне отображается область заданного item.

![Image](https://github.com/5sControl/server-/assets/113969187/963ad4e7-d916-4861-b5ba-c3706317151a)

Contributor guide

Open the contributing guide

Research direction

The issue is in the Inventory UI where an eye button click does not show the selected item's area. Look at the frontend code for the Inventory component, likely in a React or similar file. Find the event handler for the eye button and trace how it fetches and displays the item area. Check for any missing data binding or API call. Verify the fix by testing the Inventory flow with the described preconditions.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.