Lint / REUSE compliance (push) Failing after 13s
Build and Test / Build and run tests (push) Failing after 44s
Lint / clang-format (push) Failing after 57s
Build and Publish Flatpak / Build Flatpak (push) Failing after 14s
Build and Publish Flatpak / Deploy hosted repo to Pages (push) Skipped
- Spread columns by rank among the stages actually present, so sparse pipelines fill the width instead of leaving dead stretches - Top-align columns: the funnel's success path runs level along the top and drop-off ribbons only ever descend - Give each ribbon its slot per node side (outgoing by target height, incoming by source height) so ribbons stop braiding over each other - Move the last column's labels to its left so they always stay on-screen, with a theme halo to stay legible over ribbons - Never hide small-node labels; elide with tooltip instead - Guarantee columns and ribbons fit the viewport (clamp-aware scale, spill-proof ribbon thickness) - Debounce resize relayouts and stop re-querying SQLite on resize - Canonicalize stage names on write (CLI "rejected" -> "Rejected") and repair pre-existing rows on database open - Take Sankey node width/padding from Kirigami units - Add QuickShapesPrivate configure-time guard for QtQuick.Shapes - Extend sankeylayouttest: viewport fit, ribbon containment, slot ordering, sparse-column spread, canonicalization, degenerate sizes - README: build-dependency and generator fixes, document SettingsPage Co-Authored-By: Claude Fable 5 <[email protected]> Claude-Session: https://claude.ai/code/session_019FXfh48mASRsE1WEhy9jcM
104 lines
3.6 KiB
XML
104 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- SPDX-License-Identifier: CC0-1.0 -->
|
|
<component type="desktop-application">
|
|
<id>io.github.toservetheking.Kareer</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
|
|
<name>Kareer</name>
|
|
<summary>Track your job applications</summary>
|
|
|
|
<keywords>
|
|
<keyword>job</keyword>
|
|
<keyword>career</keyword>
|
|
<keyword>applications</keyword>
|
|
<keyword>tracker</keyword>
|
|
<keyword>resume</keyword>
|
|
<keyword>sankey</keyword>
|
|
</keywords>
|
|
|
|
<description>
|
|
<p>
|
|
Kareer is a Kirigami application for tracking job applications from
|
|
first contact through to an offer. It records the details that matter -
|
|
company, title, salary range and expectations, source, and dates - and
|
|
every stage change is kept as history.
|
|
</p>
|
|
<p>
|
|
A Sankey diagram visualizes the whole pipeline at a glance, showing
|
|
where applications progress and where they drop off between stages
|
|
such as Applied, Screening, Interview and Offer.
|
|
</p>
|
|
<p>
|
|
Every action is also available from the command line, so applications
|
|
can be logged automatically by other tools (for example a resume
|
|
generator) without opening the GUI.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">io.github.toservetheking.Kareer.desktop</launchable>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://raw.githubusercontent.com/toservetheking/Kareer/main/screenshots/dashboard.png</image>
|
|
<caption>The application pipeline as a Sankey diagram</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<branding>
|
|
<color type="primary" scheme_preference="light">#63d4c7</color>
|
|
<color type="primary" scheme_preference="dark">#1a7a70</color>
|
|
</branding>
|
|
|
|
<url type="homepage">https://github.com/toservetheking/Kareer</url>
|
|
<url type="bugtracker">https://github.com/toservetheking/Kareer/issues</url>
|
|
|
|
<provides>
|
|
<binary>kareer</binary>
|
|
</provides>
|
|
|
|
<developer id="io.github.toservetheking">
|
|
<name>toservetheking</name>
|
|
</developer>
|
|
|
|
<content_rating type="oars-1.1"/>
|
|
|
|
<releases>
|
|
<release version="0.1.3" date="2026-08-31">
|
|
<description>
|
|
<ul>
|
|
<li>Redesign the Sankey pipeline layout: top-aligned funnel, columns spread across the full width, labels always visible</li>
|
|
<li>Order ribbons at each stage to stop them braiding over each other</li>
|
|
<li>Canonicalize stage names written via the CLI (e.g. "rejected" now maps to "Rejected") and repair existing databases</li>
|
|
<li>Debounce window-resize relayouts and stop re-reading the database on resize</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.2" date="2026-07-03">
|
|
<description>
|
|
<ul>
|
|
<li>Rework the add/edit form onto a generic, catalog-driven field model</li>
|
|
<li>Add a Preferences page with a color-scheme switcher</li>
|
|
<li>Add an About page</li>
|
|
<li>Ship a full hicolor icon set instead of a single scalable SVG</li>
|
|
<li>Match KDE System Settings' Audio page layout for the edit form</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.1" date="2026-07-03">
|
|
<description>
|
|
<ul>
|
|
<li>Run the test suite in CI on every pull request</li>
|
|
<li>Add REUSE license-compliance metadata</li>
|
|
<li>Add a CONTRIBUTING guide</li>
|
|
</ul>
|
|
</description>
|
|
</release>
|
|
<release version="0.1.0" date="2026-07-03">
|
|
<description>
|
|
<p>Initial release.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
</component>
|