-
Notifications
You must be signed in to change notification settings - Fork 7
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
AP-4583: Extend upload evidence for partner #5929
Conversation
a600d8d
to
9ca3178
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I had only a couple of comments/questions :) great work! 🚀 💯
@@ -1580,7 +1581,7 @@ en: | |||
multi_proceeding: Proceeding %{position} of %{total} | |||
client_involvement_type: | |||
show: | |||
question: What is your client’s role in this proceeding? | |||
question: What is your client's role in this proceeding? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a lot of changes which look like they are just to do with the apostrophe - is this because these were previously backticks instead of apostrophes? Finding it a bit hard to tell just by looking!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I was trying to fix some of the tests that were failing because of the ’
vs '
and I just ended up changing all of them rather than only the specific ones that I needed to make the specific failing tests pass.
db/schema.rb
Outdated
add_foreign_key "linked_applications", "legal_aid_applications", column: "associated_application_id" | ||
add_foreign_key "linked_applications", "legal_aid_applications", column: "lead_application_id" | ||
add_foreign_key "linked_applications", "legal_aid_applications", column: "associated_application_id", validate: false | ||
add_foreign_key "linked_applications", "legal_aid_applications", column: "lead_application_id", validate: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come this has been added? This might be due to running migrations locally through rails
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think that's what must have happened.
9ca3178
to
9079d8d
Compare
9079d8d
to
463da39
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What
Extend upload evidence for partner
Add a new evidence type for when the client's partner needs to provide evidence of their employment as part of the Partner Means Assessment.
Checklist
Before you ask people to review this PR:
bundle exec rake
git rebase main
.