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

(feature): bulk upload for Targets #56

Merged
merged 7 commits into from
Sep 15, 2019
Merged

Conversation

kowal
Copy link
Contributor

@kowal kowal commented Sep 12, 2019

Zrzut ekranu 2019-09-12 o 18 03 25

Zrzut ekranu 2019-09-13 o 09 09 51

Zrzut ekranu 2019-09-12 o 18 03 41

let(:legislations_simple_csv) { fixture_file('legislations_simple.csv') }
let(:litigations_simple_csv) { fixture_file('litigations_simple.csv') }
let(:companies_simple_csv) { fixture_file('companies_simple.csv') }
let(:legislations_csv) { fixture_file('legislations.csv') }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

as @tsubik suggested some time ago, I removed _simple suffix as it doesn't bring much value.

@@ -32,6 +32,6 @@
ghg_target { false }
single_year { true }
target_type { 'base_year_target' }
visibility_status { Litigation::VISIBILITY.sample }
visibility_status { Litigation::VISIBILITY.first }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

let's remove this randomness from specs ;)

@kowal kowal marked this pull request as ready for review September 13, 2019 07:10
@kowal kowal requested review from simaob and tsubik September 13, 2019 07:10
Copy link
Contributor

@simaob simaob left a comment

Choose a reason for hiding this comment

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

Good job! =) Looks good to me.

@simaob simaob merged commit c2b01b3 into develop Sep 15, 2019
@simaob simaob deleted the feature/data-upload-targets branch September 15, 2019 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants