Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add ellisphere parser #179

Merged
merged 6 commits into from Oct 7, 2020
Merged

Feat/add ellisphere parser #179

merged 6 commits into from Oct 7, 2020

Conversation

chrnin
Copy link

@chrnin chrnin commented Oct 3, 2020

Suite à l'ajout du parser ellisphere, il faut enregistrer le parser dans les parsers disponibles.
Ces données doivent être véhiculées dans le traitement public pour être acheminées vers l'export datapi.
Les tests sont également mis à jour pour vérifier que les données sont bien présentes dans la collection public.

J'en ai aussi profité pour retirer la mention du type crp qui ne sera certainement jamais utilisé et qui n'était que faiblement implémenté.

@adrienjoly adrienjoly self-requested a review October 7, 2020 07:54
@adrienjoly adrienjoly added the enhancement New feature or request label Oct 7, 2020
Copy link

@adrienjoly adrienjoly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Très bien sur le principe ! J'ai juste une suggestion de renommage, pour cohérence avec les autres types.

dbmongo/js/RawDataTypes.ts Outdated Show resolved Hide resolved
@@ -13,7 +13,7 @@ import (

// Ellisphere informations groupe pour une entreprise
type Ellisphere struct {
Siren string `json:"siren" bson:"-" xlsx:"14"`
Siren string `json:"-" bson:"-" xlsx:"14"`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qu'est-ce que veut dire ce - ?

Copy link

@adrienjoly adrienjoly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, je fusionne dans la foulée !

@adrienjoly adrienjoly merged commit e060a8f into master Oct 7, 2020
@adrienjoly adrienjoly deleted the feat/add-ellisphere-parser branch October 7, 2020 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants