You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched the Dockerized backend runtime to PostgreSQL plus Gunicorn so the app no longer falls back to SQLite inside the container stack.
Documented the Postgres-backed Compose behavior in the README and synced the tracked release metadata.
Fixed
Added cached paginator counts for the filtered Companies, Offers, and Jobs endpoints so repeated page navigation no longer pays the same count cost on every request.
Tightened the Jobs list queryset, added supporting database indexes, and widened long company slugs so the existing seeded dataset loads cleanly into PostgreSQL.
Improved next and previous page prefetching on the main paginated pages so client-side navigation feels quicker once a page has settled.