We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Story 1.1: Investigate the civic_api_to_representative_paramsmethod to understand the current implementation. Points: 1
Story 1.2: To verify the functionality, write a characterization test for the civic_api_to_representative_paramsmethod. Points: 1
Story 1.3: Modify the code to ensure it can handle representatives already present in the database without errors. Points: 1
Story 1.4: Run the test to ensure the fix works correctly. Points: 1
Story 1.5: Reinitialize the database locally (drop, create, migrate, seed) after changes. Points: 1
Story 1.6: Reinitialize the database on Heroku (destroy and recreate the PostgreSQL database, run migrations). Points: 1
The text was updated successfully, but these errors were encountered:
Updated to https://github.com/cs169/fa24-chips-10.5-22/issues/2
Sorry, something went wrong.
No branches or pull requests
Story 1.1: Investigate the civic_api_to_representative_paramsmethod to understand the current implementation.
Points: 1
Story 1.2: To verify the functionality, write a characterization test for the civic_api_to_representative_paramsmethod.
Points: 1
Story 1.3: Modify the code to ensure it can handle representatives already present in the database without errors.
Points: 1
Story 1.4: Run the test to ensure the fix works correctly.
Points: 1
Story 1.5: Reinitialize the database locally (drop, create, migrate, seed) after changes.
Points: 1
Story 1.6: Reinitialize the database on Heroku (destroy and recreate the PostgreSQL database, run migrations).
Points: 1
The text was updated successfully, but these errors were encountered: