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

Management command to update the order of opinions #3078

Draft
wants to merge 13 commits into
base: 2499-opinion-order
Choose a base branch
from

Conversation

quevon24
Copy link
Member

This management command will allow us to correctly order the opinions of Columbia or Harvard.

For harvard it's not that hard because those opinions were imported in the correct order, so we use the pk as a guide to establish the correct order.

For columbia it's a bit different because the opinions were imported by type as @flooie mentioned in issue #2499, to fix this i used some code from the new columbia importer(#2865) and some code from harvard merger to try to match the opinions from the cluster and the file (I extract the correct order by processing the file).

I'm still testing the command to see if i'm missing anything

@quevon24 quevon24 requested a review from flooie August 31, 2023 01:58
@quevon24 quevon24 self-assigned this Aug 31, 2023
it requires to change the AWS_STORAGE_BUCKET_NAME env variable to read files from private storage
NOTE: functions found in columbia_utils.py and utils.py, were temporarily added in the command,when the necessary changes are combined we need to remove the functions and import them from the utils.
NOTE: functions found in columbia_utils.py and utils.py, were temporarily added in the command,when the necessary changes are combined we need to remove the functions and import them from the utils.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

None yet

1 participant