You need to sign in or sign up before continuing.
IAV-759/feat: add scheduled publishing, pagination, titles, and language support
- Add scheduled post publishing with @EnableScheduling and ScheduledPostPublisher service
- Implement pagination for Ideas and Gallery APIs with PaginatedIdeasResponse and PaginatedGalleryResponse
- Add title field to ideas with automatic generation from captions
- Add agent language management with AgentLanguageRequest/Response DTOs and mapper
- Add Facebook token refresh functionality for page tokens
- Implement duplicate prevention in idea generation
- Update repositories with pagination support and consistent formatting
- Code formatting improvements across multiple files