today_ai_weather/app/models
songtianlun 6f01174ea9 feat: enhance city description generation
- Modify get_description method to include an additional
  parameter for user context
- Update usage in views to reflect the new parameter
- Adjust temporary description message based on user context

This change enhances the city description generation logic by
allowing differentiation in how the description is provided
depending on whether the calling context is a user. It improves
the user experience while ensuring that non-user contexts
handle descriptions differently. This minor enhancement also
included updating the view to support this new logic.
2025-04-12 14:46:44 +08:00
..
ahoy chore: clean up trailing whitespace and formatting 2025-01-27 00:43:36 +08:00
concerns feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
admin_user.rb chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
application_record.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
city.rb feat: enhance city description generation 2025-04-12 14:46:44 +08:00
country.rb feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
region.rb feat: add translatable name module for countries and regions 2025-02-21 23:46:25 +08:00
state.rb feat: add state filtering to cities index 2025-02-26 09:48:39 +08:00
subregion.rb migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
user.rb feat: enhance user authentication features 2025-02-11 16:18:10 +08:00
weather_art.rb feat: add image alt text generation 2025-04-10 22:37:27 +08:00