chore(webui): remove timeline animation page
Some checks failed
CI / test (3.11) (push) Failing after 9s
CI / test (3.12) (push) Failing after 9s
Observatory Update / update (push) Failing after 13s

The animated t-SNE 'embedding landscape' added no real analytical value and
its cumulative-by-month logic was inherently confusing (ancient drafts
appearing late in the animation). Removed entirely rather than maintained.

Drops the /timeline route, template, nav link, data builder
(get_timeline_animation_data / _compute_timeline_animation_data) and its test.
The Overview mini-timeline and /api/timeline (separate features) are untouched.
This commit is contained in:
2026-05-23 21:52:30 +02:00
parent d11e980a6a
commit 9d4b70919f
6 changed files with 0 additions and 355 deletions

View File

@@ -61,11 +61,6 @@ def test_authors_page(client):
assert resp.status_code == 200
def test_timeline_page(client):
resp = client.get("/timeline")
assert resp.status_code == 200
def test_search_page_empty(client):
resp = client.get("/search")
assert resp.status_code == 200