[openstreetmap/openstreetmap-website] Add profile location (PR #5302)

David Tsiklauri notifications at github.com
Wed Mar 19 10:04:36 UTC 2025


@nertc commented on this pull request.



> +    locationInput = {
+      dirty: false,
+      requestController: null,
+      countryName: $("#location_name").val().trim(),
+      deletedText: null,
+      checkLocation: savedLat && savedLon && $("#location_name").val().trim()
+    };

I created a separate module named `home_location_name-endpoint` according to `directions-endpoint`. Functionalities directly related to the endpoint were moved accordingly.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5302#discussion_r2002942737
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5302/review/2697779755 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250319/d2349a26/attachment.htm>


More information about the rails-dev mailing list