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

Filter by information source #308

Open
wants to merge 79 commits into
base: master
Choose a base branch
from
Open

Filter by information source #308

wants to merge 79 commits into from

Conversation

AdrianMargineanu
Copy link
Contributor

@AdrianMargineanu AdrianMargineanu commented Oct 5, 2021

Allow users to select the information sources they would like to use (official or not).

image

image

IoanaAlexandru and others added 30 commits December 20, 2020 14:01
…ion. In testing on compatibility with the quarry.
…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
Copy link
Contributor Author

@AdrianMargineanu AdrianMargineanu left a 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.

@stefanp0pa
Copy link
Contributor

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

Copy link
Member

@IoanaAlexandru IoanaAlexandru left a 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(
Copy link
Member

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?

Copy link
Contributor

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', () {
Copy link
Member

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.

Copy link
Contributor

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?

@stefanp0pa stefanp0pa marked this pull request as ready for review May 7, 2022 09:51
Copy link
Member

@IoanaAlexandru IoanaAlexandru left a 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).

Copy link
Member

@IoanaAlexandru IoanaAlexandru left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants