Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

WIP: Add itenerary link #596

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ La Bonne Boite is a [web site](https://labonneboite.pole-emploi.fr) and an [API]
- [Algo LBB : importer scripts and cycle](#importer)
- [Algo LBB : weighted shuffling aka randomization of results](/labonneboite/doc/README-randomization.md)
- [Single ROME versus multi-ROME search](#single-rome-vs-multi-rome-search)
- [External services we use](#external-services-we-use)
- [How to contribute](#how-to-contribute)
- [Je Postule](#je-postule)
- [Sending job applications to PE internal service AMI (API CSP)](/labonneboite/doc/README-ami-api-csp.md)
Expand Down Expand Up @@ -152,7 +153,7 @@ If needed, run `make clear-data` to clear any old/partial data you might already

This is required for autocomplete and search to work

$ make create-index
$ make create-index-from-scratch

#### Known issues

Expand Down Expand Up @@ -439,6 +440,13 @@ These two mechanisms will need to be unified because this will be easier to main
CBS stands for Copenhagen Business School. They are providing a CSV file which is used to change the score_alternance field of companies. This data is manually injected in the SAVE tables with the script [cbs_to_save.py](labonneboite/scripts/cbs_to_save.py). [Here is a sample file to test](labonneboite/common/data/cbs_data_test.csv). Then the SAVE data is applied to change the companies records.


## External services we use

This is a list to be udated:

- public transports durations: [Navitia](http://doc.navitia.io/#journeys)
- car durations: [IGN](https://geoservices.ign.fr/documentation/geoservices/isochrones.html)

## How to contribute

For devs in the core team, this repo follows the [Feature Branch Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow).
Expand Down
2 changes: 1 addition & 1 deletion labonneboite/alembic/sql/etablissements_tests_selenium.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INSERT INTO `etablissements` (`siret`, `raisonsociale`, `enseigne`, `codenaf`, `
('99882350427592','MA GRANDE ENTREPRISE','','6420Z','12','RUE DES CARMES','57463','54000','','','54','02',98,6.1779875,48.6918406,'http://www.dummywebsite.com',1,0,0,0,0,'',62), # Nancy
('99882350427910','MA MOYENNE ENTREPRISE','','6420Z','','RUE LUCIEN CUENOT','54357','54320','','','54','02',98,6.1332809,48.70688,'http://www.dummywebsite.com',1,0,0,0,0,'',62), # Maxéville

# For test_reset_naf and isochrone tests
# For test_reset_naf
('30111709900020','LAVAUX JACQUES','CABINET LAVAUX JACQUES','6622Z','77','RUE MAZELLE','57463','57000','','','57','',91,6.18374,49.1155,'http://www.dummywebsite.com',0,0,1,0,0,'',41),

# For test_make_a_new_search
Expand Down
287 changes: 0 additions & 287 deletions labonneboite/common/maps/README.md

This file was deleted.

Empty file.
23 changes: 0 additions & 23 deletions labonneboite/common/maps/constants.py

This file was deleted.

24 changes: 0 additions & 24 deletions labonneboite/common/maps/exceptions.py

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading