Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| :--- | :--- | :--- |
| **Tech Stack** | | [![Litestar][badge-litestar]][14] [![HTMX][badge-htmx]][15] [![Postgres][badge-postgres]][16] [![Kubernetes][badge-kubernetes]][17] [![Docker][badge-docker]][18] |
| **Code Style** | | [![Backend Style][badge-ruff]][19] [![Oxfmt][badge-oxfmt]][20] [![pre-commit][badge-pre-commit]][21] [![uv][badge-uv]][32] |
| **Quality** | | [![Coverage][badge-coverage]][22] [![Translation][badge-translation]][23] [![OpenSSF Best Practices][badge-openssf]][24] |
| **Quality** | | <!-- Coverage badge removed: coverage docs no longer published [![Coverage][badge-coverage]][22] --> [![Translation][badge-translation]][23] [![OpenSSF Best Practices][badge-openssf]][24] |
| **Community** | | [![Slack][badge-slack]][25] [![All Contributors][badge-all-contributors]][26] |
| **Other Info** | | [![docs][badge-docs]][27] [![dev-roadmap][badge-roadmap]][28] [![timeline][badge-timeline]][29] [![license-code][badge-license-code]][30] [![license-translations][badge-license-translations]][31] |

Expand All @@ -43,12 +43,12 @@ the Field-TM aims to solve the problem of **coordinating** field mapping campaig

> [!NOTE]
> More details can be found here:
> [overview](https://www.hotosm.org/updates/field-mapping-tasking-manager-field-tm),
> [overview](https://field.hotosm.org/),
> [timeline](https://docs.field.hotosm.org/timeline),
> [docs](https://docs.field.hotosm.org) page, and the
> [FAQ](https://docs.field.hotosm.org/about/faq).

![field-tm-splash][6]
<!-- TODO: Splash image link [6] gives 404; ![field-tm-splash][6] -->

## How Field-TM Works

Expand Down Expand Up @@ -261,7 +261,6 @@ Thanks goes to these wonderful people:
[2]: https://github.com/hotosm/field-tm/releases/tag/2024.5.0 "Mapper Frontend"
[3]: https://github.com/hotosm/field-tm/releases/tag/2025.1.0 "New Geoms"
[4]: https://github.com/hotosm/field-tm/releases/tag/2025.2.0 "Web Forms"
[6]: https://raw.githubusercontent.com/hotosm/field-tm/main/src/mapper/static/screenshot-mapper.jpeg "Mapper Page Screenshot"
[7]: https://github.com/hotosm/field-tm/releases/tag/2025.3.0 "Offline Mode"
[8]: https://github.com/hotosm/field-tm/discussions/2878 "Removed offline support"
[9]: https://github.com/hotosm/field-tm/releases/tag/2026.1.0 "Renewed"
Expand All @@ -277,7 +276,6 @@ Thanks goes to these wonderful people:
[19]: https://github.com/astral-sh/ruff "Ruff Format"
[20]: https://oxc.rs/docs/guide/usage/formatter.html "Oxfmt"
[21]: https://results.pre-commit.ci/latest/github/hotosm/field-tm/dev "pre-commit"
[22]: https://docs.field.hotosm.org/coverage.html "Coverage Report"
[23]: https://hosted.weblate.org/engage/hotosm "Weblate"
[24]: https://www.bestpractices.dev/projects/9218 "OpenSSF Best Practices"
[25]: https://slack.hotosm.org "HOTOSM Slack"
Expand All @@ -301,7 +299,6 @@ Thanks goes to these wonderful people:
[badge-oxfmt]: https://img.shields.io/badge/code%20style-oxfmt-F7B93E
[badge-pre-commit]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[badge-uv]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json
[badge-coverage]: https://docs.field.hotosm.org/coverage.svg
[badge-translation]: https://hosted.weblate.org/widget/hotosm/field-tm/svg-badge.svg
[badge-openssf]: https://www.bestpractices.dev/projects/9218/badge
[badge-slack]: https://img.shields.io/badge/Slack-Join%20the%20community!-d63f3f?style=for-the-badge&logo=slack&logoColor=d63f3f
Expand Down
2 changes: 2 additions & 0 deletions tasks/docs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ publish output_dir="site":
#!/usr/bin/env sh
set -eu

just test backend-with-coverage-upload

just docs openapi
just docs build "{{ output_dir }}"

Expand Down
Loading