5sControl / 5sControl/5s-frontend
[2h] Добавить поля "начало" и "завершение" рабочего дня в карточке рабочего (путь админа)
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Добавить поля "начало" и "завершение" рабочего дня в карточке рабочего (путь админа).
пп: Рабочие забывают финишировать таймспан самостоятельно. Надо добавить в настройках карточки рабочего поле, в котором будут указаны начало и завершение рабочего дня, чтобы система автоматически финишировала операцию (таймспан) во время, указанное как завершение рабочего дня для каждого рабочего.
Contributor guide
Research direction
Find the admin worker card component, likely in a directory like `src/components/admin/workers` or `src/pages/admin`. Look for existing form fields for worker settings. Add two new time input fields for 'start' and 'end' of the workday. The backend integration point for saving these settings needs to be identified, possibly in an API service file. Verify the changes by checking the UI renders the new fields and the values can be saved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100