today_ai_weather/app/admin
songtianlun b2551361d7 feat: add admin management features for cities
- Update menu labels for cities, countries, and regions
- Introduce new entities for states and subregions in Admin Panel
- Implement admin authentication for weather art generation
- Modify application controller to check for admin user
- Refactor view to display admin panel based on user permissions
- Update routes to include weather art generation action

These changes enhance the admin interface for better management of cities
and related entities. The new admin checks ensure that only authorized users
can generate weather art, improving security and functionality.
2025-02-11 17:40:13 +08:00
..
admin_users.rb feat: add admin management for various entities 2025-01-28 01:15:29 +08:00
ahoy_dashboard.rb migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
ahoy_events.rb refactor: update admin columns for Ahoy models 2025-02-05 16:57:37 +08:00
ahoy_management.rb chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
ahoy_visits.rb refactor: update admin columns for Ahoy models 2025-02-05 16:57:37 +08:00
cities.rb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
countries.rb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
dashboard.rb feat: enhance Ahoy dashboard city listings 2025-02-05 15:12:29 +08:00
regions.rb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
sidekiq_jobs.rb feat: refactor code organization and query complexity 2025-01-28 01:44:07 +08:00
states.rb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
subregions.rb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
users.rb feat: add admin management features for cities 2025-02-11 17:40:13 +08:00
weather_arts.rb feat: add admin management for various entities 2025-01-28 01:15:29 +08:00