Closed kisram closed 1 month ago
they would also like to have the Districts chart only for the 18th century, this started a conversation about whether the location data on the Person page refers to where the grocery shop was or where this person lived
answer: it was supposed to be about where they lived, but the Documents didn't consistently provide this information, so now it's basically about the location of the grocery shop. Added a century column in Baserow that calculates the century with a formula, filtering this column on the website creates the desired Districts chart for the 18th century
since we're getting the location information through the associated Documents now, there are even more people that have both Mahalle and Karye and sometimes also several different Mahalle/Karye: e.g. person__7
all 3 come from a different document, but currently there is no way of seeing that on the chart, we need to figure out how to best reperesent cases like this
After trying out different things and thinking about it, I think the best solution is to just move this bar chart to the locations page. Waiting to hear back whether this is ok for them as well
they're fine with moving it, but also want to keep just a Districts chart on the Persons page
our understanding was that the location categories have the following hierarchy (from small to big): Address -> Karye -> Mahalle -> Quarter -> Nahiye -> District, so I asked about this and whether there are any other categories that are actually mututally exclusive
For now, we'll combine Mahalle and Karye on the chart Looking at the data, all location categories being mutually exclusive is defnitely not true (at least not atp). Since the Quarter and Nahiye columns are empty or barely filled out in the Persons table, we'll remove these 2 categories from the chart for now, this should significantly reduce the overall number of "Unknown" entries.
We'll need to discuss the location categories at the next meeting, e.g. whether there is any difference between the location data in the documents table and the location data in the Person table, because if there isn't (or at least there is not supposed to be), we should just get the information for the person from the Document associated with the person and avoid having to enter the same information in two tables.