-
Notifications
You must be signed in to change notification settings - Fork 8
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
187216522 international schools #295
187216522 international schools #295
Conversation
187129573 change teacher status
187186207/iter1 golden repo fixes
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #295 +/- ##
===========================================
- Coverage 86.29% 69.67% -16.62%
===========================================
Files 20 21 +1
Lines 693 709 +16
===========================================
- Hits 598 494 -104
- Misses 95 215 +120 ☔ View full report in Codecov by Sentry. |
Country field added for international schools
9914438
to
4cf6fbc
Compare
…C-Teacher-Tracker-App into 187216522-international-schools
@cycomachead I made all the changes that you requested except removing the countries thing from the table because that resulted in a really weird bug which caused some Cucumber tests related to the admin feature to unexpectedly fail. I could look into it more, but my 10 min glance says it would probably be a 2-3 point story to figure out what's going on there. Otherwise, I think this PR is in good shape. Feel free to take a look at the stuff that I changed and merge this. |
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.
Sorry, I had some comments open for a while, but there are few things to fix.
Future Followup:
|
Pivotal Tracker Link
What this PR does:
This is a duplicate of cs169#42. For ease's sake, do NOT review this PR until first reviewing #294 and #293. Due to an unfortunate merge conflict and a glitch with Github's web interface, we had no choice but to merge the entire main branch into the international schools branch. The main branch includes the features whose corresponding PRs were listed above.
"This PR adds the country field to the school model. Whenever a new school is created, the option to select a country is available. Moreover, the country data is introduced in tables, teacher and school information panels and in the backend. The UI logic either renders a textfield if the country selected when creating a school is not the US or a dropdown of US states if the selected country is the US."
This pull request fixes|implements (pick one...) ______.
Include screenshots, videos, etc.
Who authored this PR?
@razztech - overall implementation, testing, code refactoring and UI logic
@perryzjc - pair-programming help for debugging teacher requests table
@ArushC - bug fixes, additional test cases, PR fixes
How should this PR be tested?
Are there any complications to deploying this?
Checklist:
michael/12345-add-new-feature
Any branch name will do as long as the story ID is there. You can usegit checkout -b [new-branch-name]
)