Skip to content

Define which properties should be used to display an entity in a timeline #811

Description

@tillprochaska

I’m currently thinking about enhancements for the timelines feature in Aleph. One common user request is to actually visualize timeline items. For example like this:

timelines example

Every entity would be represented by a bar. The position and length of the bar depends on the start and end date of the entity. Which properties should be considered the start/end date of an entity can be different per entity.

It’s fairly simple for interval entities -- as they all have date/startDate and endDate properties. It’s not that simple in other cases, and there might be even multiple properties that could be used as an entites start/end date.

Schema start date end date
LegalEntity incorporationDate dissolutionDate
File date, authoredAt, publishedAt
Contract contractDate
CourtCase fileDate closeDate

I’m not 100% sure about this yet (and whether this should be part of the FtM model), but wanted to bring this up for discussion early. Also we already do something similar with the edge metadata.

Related:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions