Wille Marcel

Results 107 comments of Wille Marcel

@kamicut Are CORS requests yet allowed? I'm having this error: ``` Access to fetch at 'https://mapping.team/api/my/teams' from origin 'http://127.0.0.1:3000' has been blocked by CORS policy: Response to preflight request doesn't...

> * If a team is flagged as “managed by OSM Teams” in TM, it is read-only in the Tasking Manager It's good to clarify that only the members will...

@LanesGood the mockups look great! For the initial implementation, I prefer to just show a message with the users that are not present in TM. I would avoid implementing background...

Started the work in this branch: https://github.com/OpenHistoricalMap/tasking-manager/tree/feature/osm-teams-integration

The solution we found to decrease the costs while continuing to provide a good user experience was to only allow seeing changesets from Jan 1st, 2023. The older changesets weren’t...

@tordans We've implemented some changes on how we generate the map visualization today. Let me know if you find some other similar case. Related to https://github.com/osmlab/changeset-map/issues/102

Yes, it's quite simple to make that change in the backend. The frontend is the part that requires a lot of work to switch to the cursor pagination.

@lliehu sorry for the delay and thanks for the PR. I'll review it this week.

I think the problem here is that we enable the search only when we type 3 characters. We should check the locale of the browser and enable it with any...