Wille Marcel
Wille Marcel
Maybe we should rename `/api/v2/projects/{project_id}/tasks/actions/unlock-after-mapping/{task_id}/` to `set-as-mapped`, unlock seems like you're going back to `ready` status not advancing to `mapped`
@xamanu @ramyaragupathy @JorgeMartinezG I have defined our color palette on this file https://github.com/hotosm/tasking-manager/blob/feature/redesign/frontend/src/assets/styles/_variables.scss Do you think for someone that wants to deploy a customized version of TM, changing the color...
To replace the logo, someone would just replace the `main-logo.svg` file in the assets folder: https://github.com/hotosm/tasking-manager/tree/feature/redesign/frontend/src/assets/img
@xamanu thanks for the opinion. It's very complex to read an ENV var on a `.scss` file and also to import an image file in React from a ENV var....
Editing https://github.com/hotosm/tasking-manager/blob/develop/frontend/src/config/index.js you can set the backend api, organization name, social networks links. We want to concentrate some other options on the config files, that way organizations can customize TM...
Starting the work on :skull: dark mode with https://github.com/hotosm/tasking-manager/pull/1876
> stats like time it takes to map a square, time it takes to validate a square This part is solved by https://github.com/hotosm/tasking-manager/pull/3274 > data quality issues that are built...