Skip to content
Top of page

Universal Job Tracker

WIP

A compact job-application tracker with customizable columns and typed fields that can adapt to different job-search workflows.

Planned home
jobs.rahuly.in

Work in progress — development has not started yet. This page describes the intended direction, not shipped functionality.

What I plan to build

  • Track job applications and their relevant details.
  • Add custom columns.
  • Delete default columns.
  • Configure column types including email, text, number, checkbox, and radio.
  • Validate values according to their configured column type.
  • Keep the primary workflow within one or two main screens.

Planned stack

  • Python
  • FastAPI
  • Vue.js
  • PostgreSQL
  • SQLAlchemy
  • Pydantic
  • Docker

FastAPI, SQLAlchemy, and Pydantic will support typed configurable fields and validation, PostgreSQL will store flexible job records, and Vue.js will provide a compact editable tracking interface.