elgeopaso.jobs.views module

Application views.

Learn more here: https://docs.djangoproject.com/fr/2.2/topics/http/views/

elgeopaso.jobs.views.calc_compare_week_by_year()[source]

Calculate variation in percentage between number of published offers this week and those published the same week last year.

Renvoie

variation percentage (can be negative)

Type renvoyé

int

elgeopaso.jobs.views.get_contracts_by_technos(request)[source]

Count offers by contracts types and software passed.

elgeopaso.jobs.views.get_countries_top5(request)[source]

Count offers by countries other than France.

elgeopaso.jobs.views.get_fr_dpts_top10(request)[source]

Count offers by French departments, including DOM TOM.

elgeopaso.jobs.views.get_offers_by_period(request)[source]

Get the number of offers per period (year, month, week). month and week TO DO Called via AJAX

elgeopaso.jobs.views.get_types_contract_by_period(request)[source]

Get the number types of contract per period (year, month, week). month and week TO DO Called via AJAX

elgeopaso.jobs.views.stats_contrats(request)[source]

Renders statistics by contracts type on contracts page.

elgeopaso.jobs.views.stats_home(request)[source]

Displays global metrics about database on homepage.

elgeopaso.jobs.views.timeline(request)[source]

Displays 50 latest offers.