diff --git a/docs/dashboard-tables.md b/docs/dashboard-tables.md index 5911210..87cfb69 100644 --- a/docs/dashboard-tables.md +++ b/docs/dashboard-tables.md @@ -50,10 +50,14 @@ nowrap ones kept everything. ## Checklist for a new table -- Wrap it in `
| first seen | title | feed | interests | words | last stage | reason | utility | triage | quality | fit | rating | published | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ article.first_seen }} | diff --git a/src/web/templates/dashboard/interests.html b/src/web/templates/dashboard/interests.html index 8a45968..040affc 100644 --- a/src/web/templates/dashboard/interests.html +++ b/src/web/templates/dashboard/interests.html @@ -16,7 +16,7 @@ {% if rows.len() > 1 %}{% endif %} -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| interest | category | weight | up | down | rated matches | matched articles | added | actions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.name }} | diff --git a/src/web/templates/dashboard/jobs.html b/src/web/templates/dashboard/jobs.html index 9dba4d4..0fee14e 100644 --- a/src/web/templates/dashboard/jobs.html +++ b/src/web/templates/dashboard/jobs.html @@ -17,7 +17,7 @@ {% endfor %}||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| job | name | requested by | requested | started | finished | duration | status | message | run | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ job.id }} | diff --git a/src/web/templates/dashboard/ratings.html b/src/web/templates/dashboard/ratings.html index f9c6fa4..fb08bc5 100644 --- a/src/web/templates/dashboard/ratings.html +++ b/src/web/templates/dashboard/ratings.html @@ -55,7 +55,7 @@ -|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Event | Verdict | Value | Article | Issue | When | Source | By | Note | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Verdict | Article | When · by | Note | Age → decay | Neighbour weight | Feed credit | In prompt | In rebuild | Used last run | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | feed | words | stage | reason | admitted by | utility | rank | cluster | triage | quality | fit | flags |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| No candidates match this filter. | ||||||||||||
| run | date | status | started | duration | considered → eligible → triaged → assessed → shortlisted → selected | cost | total | warnings | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ run.id }} | diff --git a/src/web/templates/dashboard/settings_history.html b/src/web/templates/dashboard/settings_history.html index 503f3e4..ff5e72f 100644 --- a/src/web/templates/dashboard/settings_history.html +++ b/src/web/templates/dashboard/settings_history.html @@ -3,7 +3,7 @@
| When | Who | Key | Before | After | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ change.changed_at }} | diff --git a/src/web/templates/dashboard/stats.html b/src/web/templates/dashboard/stats.html index f564709..23663f0 100644 --- a/src/web/templates/dashboard/stats.html +++ b/src/web/templates/dashboard/stats.html @@ -27,12 +27,12 @@
| day (UTC) | {% for provider in providers %}{{ provider }} | {% endfor %}total |
|---|---|---|
| {{ row.date }} | {% for cell in row.cells %}{{ cell }} | {% endfor %}{{ row.total }} |
No finished runs in the window.
{% else %}{% if runs.len() > 1 %}{% endif %}| run | date | status | cost | selected | duration |
|---|---|---|---|---|---|
| {{ run.run_id }} | {{ run.date }} | {{ run.status }} | {{ run.cost }} | {{ run.selected }} | {{ run.duration }} |
| Username | Role | Status | Created | Last login | Open sessions |
|---|---|---|---|---|---|
| {{ user.username }} |