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

Fixes to Csv import Exports #1299

Merged
merged 21 commits into from
Sep 8, 2021
Merged

Fixes to Csv import Exports #1299

merged 21 commits into from
Sep 8, 2021

Conversation

lesmar54
Copy link
Contributor

@lesmar54 lesmar54 commented Sep 4, 2021

Part of the fixing of csv files for import and export

Correction to the import to include Simbrief Code
Added in the missing fields HUB-ID and SIMBrief as these are input on the main screen
Part of the missing data fields in csv import export
Part of the missing fields in csv import and export
Test data amended as part of the missing csv fields
Part of the fix for missing fields in csv files used for import/export
@lesmar54 lesmar54 changed the title Update flights.csv Fixes to Csv import Exports Sep 6, 2021
@lesmar54
Copy link
Contributor Author

lesmar54 commented Sep 6, 2021

Merged all of the fixes into one patch now

@FatihKoz
Copy link
Contributor

FatihKoz commented Sep 6, 2021

style

If you fix the style error, I think they will pass the build tests

Copy link
Contributor Author

@lesmar54 lesmar54 left a comment

Choose a reason for hiding this comment

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

corrected spacing for public static and spaces after callsign column

@lesmar54
Copy link
Contributor Author

lesmar54 commented Sep 7, 2021 via email

@FatihKoz
Copy link
Contributor

FatihKoz commented Sep 7, 2021

You still have styling errors.

@lesmar54
Copy link
Contributor Author

lesmar54 commented Sep 7, 2021

You still have styling errors.

I went to the edit file and aligned PUBLIC but do not understand where the style issue is now

@lesmar54
Copy link
Contributor Author

lesmar54 commented Sep 7, 2021

Passed the styling at last I think

@FatihKoz
Copy link
Contributor

FatihKoz commented Sep 7, 2021

Yes, now the owner of the main repository ( phpvms / nabeel ) can allow other checks to be executed for this.

This needs manual input at the moment but when you reach to a level all will be automatically done and then the owner will just check and decide what to do (if your changes pass all checks of course).

Now you can safely close all those other "single file" pull requests, they are not needed anymore 'cause all is here ;)

@nabeelio nabeelio added this to the 7.0.0 milestone Sep 7, 2021
@nabeelio nabeelio linked an issue Sep 7, 2021 that may be closed by this pull request
@nabeelio
Copy link
Owner

nabeelio commented Sep 7, 2021

Some tests are still failing, I can take a look in a little bit.

@FatihKoz
Copy link
Contributor

FatihKoz commented Sep 7, 2021

Yeah, flights_empty_fields.csv this one needs to updated too. It is causing the import test to fail.

@FatihKoz
Copy link
Contributor

FatihKoz commented Sep 7, 2021

There may be more files to edit though, just checked the tests/data folder. All files regarding aircraft / flights / subfleets needs to edited according to the new field requirements.

@lesmar54
Copy link
Contributor Author

lesmar54 commented Sep 7, 2021 via email

@nabeelio
Copy link
Owner

nabeelio commented Sep 7, 2021

Yeah just add onto this PR

@lesmar54
Copy link
Contributor Author

lesmar54 commented Sep 8, 2021

3 other csv files added to PR

@nabeelio nabeelio merged commit 90d1708 into nabeelio:dev Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing data on CSV File layouts
3 participants