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

Add a new option in the list of industries for Students/University #3540

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

Poulpator
Copy link
Contributor

@Poulpator Poulpator commented Jul 19, 2024

This PR add a "Student/University" option in the list of industries during the onboarding process on the app

To note: screenshot is not translated yet

This PR also fix the "gallery" app for "Account and Onboarding" > "Which industry"

close #3533

Copy link

github-actions bot commented Jul 19, 2024

Pull Request Test Coverage Report for Build 10007946098

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 53 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.03%) to 59.989%

Files with Coverage Reduction New Missed Lines %
input/app/projectsmodel.cpp 1 69.17%
input/core/merginuserinfo.cpp 3 73.76%
input/app/mmstyle.h 49 1.98%
Totals Coverage Status
Change from base Build 9953082018: -0.03%
Covered Lines: 7696
Relevant Lines: 12829

💛 - Coveralls

@Poulpator Poulpator marked this pull request as ready for review July 19, 2024 12:21
Copy link
Collaborator

@tomasMizera tomasMizera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good to me

@@ -46,24 +46,6 @@ Item {
stackView.pop(null);
}

function shuffleAndAppend( listModel, items )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can keep shuffleAndAppend method exclusively in MMAccountController, as it will be inherited by both MMWhichIndustryPage and MMHowYouFoundUsPage. This way, there is no need to declare it twice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was moved to make the "MerginMapsGallery" app working as the gallery don't inherit MMAccountController, afaik but maybe there is a more clever way to separate business logic with UI

@tomasMizera tomasMizera merged commit 0f8a801 into master Jul 22, 2024
12 checks passed
@tomasMizera tomasMizera deleted the add-student-industries-list branch July 22, 2024 12:13
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.

Add a new option in the list of industries for students
4 participants