{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
Pilot MVP · Dijon employment intelligence

Aggregate, normalize, and review Dijon job offers from day one.

A polished first slice for the future distributed scraping platform: register sources, capture offers, search the active queue, and inspect normalized job details.

System snapshot

Connector runway

Live MVP
{{ source_count }}Sources
{{ active_jobs }}Active offers
{{ total_jobs }}Total captured
Source registry
Manual intake queue
Search + detail review
01

Register sources

Add national portals, interim agencies, and company careers pages with family/status metadata.

Create a source
02

Capture offers

Store a cleaned offer linked to its source, including contract, salary, remote flag, and apply URL.

Add an offer
03

Review the queue

Search active offers and open a detailed review page designed for future dedupe and metrics.

Browse jobs
Latest normalized offers

Review queue

View all offers
{% if latest_jobs %}
{% for job in latest_jobs %}
{% include "core/partials/job_card.html" with job=job %}
{% endfor %}
{% else %}

No offers captured yet

Start by registering a source, then add the first normalized offer to make the queue useful.

{% endif %}
{% endblock %}