Skip to content

feat(659): add random city as default home location for new users#683

Merged
dgraf-gh merged 2 commits intomainfrom
659-feature-request-add-a-random-city-as-starting-location-on-fresh-install
Jan 13, 2026
Merged

feat(659): add random city as default home location for new users#683
dgraf-gh merged 2 commits intomainfrom
659-feature-request-add-a-random-city-as-starting-location-on-fresh-install

Conversation

@dgraf-gh
Copy link
Contributor

  • Add random_cities table with predefined cities and coordinates
  • Update UserSettings to support random home coordinates
  • Modify UserService to assign a random city as home location during user creation if not provided
  • Add database migration script V79__add_random_city_table.sql
  • Include unit tests to verify random city assignment functionality

- Add `random_cities` table with predefined cities and coordinates
- Update `UserSettings` to support random home coordinates
- Modify `UserService` to assign a random city as home location during user creation if not provided
- Add database migration script `V79__add_random_city_table.sql`
- Include unit tests to verify random city assignment functionality
@dgraf-gh dgraf-gh added the enhancement New feature or request label Jan 13, 2026
@dgraf-gh dgraf-gh merged commit 17ce3d5 into main Jan 13, 2026
1 check passed
@dgraf-gh dgraf-gh deleted the 659-feature-request-add-a-random-city-as-starting-location-on-fresh-install branch January 13, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] add a random city as starting location on fresh install

1 participant