-
Notifications
You must be signed in to change notification settings - Fork 28
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
[tech] Skeleton for the Netex France exporter #510
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
datanel
reviewed
Jan 10, 2020
bcdac34
to
5ee949d
Compare
In last commit de9f724, I added a few things:
|
datanel
reviewed
Jan 13, 2020
742b1a4
to
de9f724
Compare
datanel
previously approved these changes
Jan 16, 2020
I just added this commit 855e57c to change the way were gonna write timestamp in the file. |
855e57c
to
0ed13e6
Compare
0ed13e6
to
e1f7c3d
Compare
datanel
previously approved these changes
Jan 16, 2020
ArnaudOggy
previously approved these changes
Jan 16, 2020
Pull request has been modified.
ArnaudOggy
approved these changes
Jan 16, 2020
datanel
approved these changes
Jan 16, 2020
@Mergifyio refresh |
e1f7c3d
to
7e55f2b
Compare
Command Hey, I reacted but my real name is @Mergifyio |
@Mergifyio refresh |
Command Hey, I reacted but my real name is @Mergifyio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just a skeleton for the exporter. Trying something new in term of architecture with a
struct
(instead of a function) that will own theModel
and be responsible for the export. The reason is that we discussed a lot of possible parameters to pass to the binary; theExporter
is the structure that would also have these parameters.Note: Putting that PR as a Draft for now. Please tell me what you think of it.