Files
please-pay-me/context/2026-09-13_11-00-00_work-jobs-section.md
T
2026-09-21 04:06:43 +03:00

15 lines
571 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 2026-09-13 — Раздел «Работа»
## Модель
- Таблица `jobs`: name, salary_amount, pay_days (integer[] 131), is_active
- Если дня нет в месяце (напр. 31) — берётся последний день месяца
- API считает `next_pay_dates` (ближайшие выплаты)
## API
- `GET/POST /api/me/jobs`
- `PUT/DELETE /api/me/jobs/{id}`
## Web
- Навигация «Работа» → `/work`
- Список + форма: название, ЗП, дни (текст `5, 20` + быстрые чипы)