-
Notifications
You must be signed in to change notification settings - Fork 22
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
Filter by information source #308
base: master
Are you sure you want to change the base?
Conversation
…ion. In testing on compatibility with the quarry.
# Conflicts: # pubspec.lock
…ion. In testing on compatibility with the quarry.
# Conflicts: # pubspec.lock
# Conflicts: # lib/authentication/service/auth_provider.dart # lib/pages/home/home_page.dart # pubspec.lock
# Conflicts: # lib/authentication/service/auth_provider.dart # lib/pages/faq/service/question_provider.dart # lib/pages/home/home_page.dart # lib/pages/people/service/person_provider.dart # lib/pages/portal/service/website_provider.dart # pubspec.lock
# Conflicts: # lib/pages/people/model/person.dart
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.
Remain to test the dialog in events section and correct the automation tests. Problem could not generate the intl file.
I have solved the intl file generation |
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.
PR looks great overall, most comments are minor.
[EDIT BY STEFAN] : But the number of them is definitely not minor
@@ -720,6 +728,15 @@ Future<void> main() async { | |||
}); | |||
|
|||
group('Home', () { | |||
setUp(() { | |||
when(mockAuthProvider.currentUser).thenAnswer((_) => Future.value(User( |
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.
Add a test verifying that if the user sources are null, the sources page pops up?
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.
@AdrianMargineanu can help with this?
@@ -436,8 +448,11 @@ void main() { | |||
|
|||
group('Feedback form', () { |
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.
Add a test that you can open the sources page.
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.
@AdrianMargineanu can help with 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.
PR looks pretty good now, please fix the tests and prepare for release (check the "Deployment" section here for some instructions).
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 good, PR still needs to be prepped for release (and tests fixed) before I can approve though.
Allow users to select the information sources they would like to use (official or not).