1.3 KiB
1.3 KiB
id, title, status, assignee, created_date, updated_date, labels, dependencies, parent_task_id
| id | title | status | assignee | created_date | updated_date | labels | dependencies | parent_task_id | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| task-79.1 | Build UI for Telegram bot token configuration | To Do | 2025-07-31 | 2025-07-31 |
|
task-79 |
Description
Create the view templates and UI components for GlobalStatesController telegram configuration, following the same patterns as FA cookies and IB cookies configuration pages
Acceptance Criteria
- Telegram config page displays current token status
- Users can view and edit telegram bot token
- Form validation and error handling works correctly
- UI follows existing design patterns from FA/IB config pages
- Success/error messages display appropriately
- Navigation and breadcrumbs work correctly
Implementation Plan
- Examine existing FA cookies and IB cookies view templates for patterns\n2. Create telegram_config.html.erb view template\n3. Create edit_telegram_config.html.erb view template\n4. Add form fields for telegram bot token input\n5. Implement proper form validation and error display\n6. Add navigation links in appropriate places (likely GlobalStates index)\n7. Style according to existing design system\n8. Test form submission and error handling\n9. Add any necessary flash message handling\n10. Ensure responsive design works on mobile