Skip to content

Commit

Permalink
Merge pull request #1456 from matkoniecz/feature/survival_source
Browse files Browse the repository at this point in the history
Improve survival_source field based on feedback from historians.
  • Loading branch information
matkoniecz authored Dec 5, 2024
2 parents 8b19ac7 + d80e0ab commit fa2b987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/frontend/config/data-fields-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1129,12 +1129,13 @@ export const dataFields = { /* eslint-disable @typescript-eslint/camelcase */

survival_source: {
category: Category.AgeHistory,
title: "Source type",
title: "Method type",
tooltip: "Source for the survival status",
items: [
"Matched by comparing maps",
"Checked using streetview images",
"Historical publication or archive document",
"Expert knowledge",
"Other"
],
example: "",
Expand Down

0 comments on commit fa2b987

Please sign in to comment.