today_ai_weather/app
songtianlun adb671e668 feat: add least popular active cities panel
- Introduce new panel in the admin dashboard for displaying
  the least popular active cities.
- Implement a database scope `least_popular_active` to
  retrieve cities based on their view counts.
- Ensure compatibility with both SQLite and PostgreSQL
  for fetching city view data.

This addition enhances the admin dashboard by allowing
administrators to easily identify and manage cities that
are receiving less user interaction, thus aiding in strategic
planning for engagement and promotion.
2025-01-27 00:48:07 +08:00
..
admin feat: add least popular active cities panel 2025-01-27 00:48:07 +08:00
assets chore: remove active_admin.js and add analytics scripts 2025-01-26 02:08:48 +08:00
concerns style: format code for consistency 2025-01-23 19:03:14 +08:00
controllers chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
helpers feat: add sitemap functionality 2025-01-26 00:07:44 +08:00
javascript feat: add jQuery and UI support 2025-01-25 01:11:15 +08:00
jobs refactor: clean up ai_service code formatting 2025-01-22 16:50:21 +08:00
mailers init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
models feat: add least popular active cities panel 2025-01-27 00:48:07 +08:00
services fix: update Dockerfile and weather service configuration 2025-01-22 17:07:04 +08:00
views fix: update view variable names for clarity 2025-01-26 12:35:55 +08:00
workers chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00