Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

feat: add helper text on requests page #69

Merged
merged 3 commits into from
May 22, 2020

Conversation

techno-disaster
Copy link
Contributor

Description

This block of code adds the helper text "you have {x} mentorship requests" to the requests page

Fixes #68

Flutter Channel:

  • I have used the Flutter Beta channel on my local machine

Type of Change:

Delete irrelevant options.

  • User Interface

Code/Quality Assurance Only

  • New feature (non-breaking change which adds functionality pre-approved by mentors)

How Has This Been Tested?

On my physical device
image
image

Checklist:

Delete irrelevant options.

  • My PR follows the style guidelines of this project
  • I have performed a self-review of my own code or materials
  • I have commented my code or provided relevant documentation, particularly in hard-to-understand areas

Code/Quality Assurance Only

  • My changes generate no new warnings

isabelcosta
isabelcosta previously approved these changes May 15, 2020
Copy link
Member

@isabelcosta isabelcosta left a comment

Choose a reason for hiding this comment

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

Based on the messages and the UI shown in the PR I approve this.
However, I have not tested it. @anitab-org/qa-team can anyone here test this, please.

@isabelcosta isabelcosta added Status: Needs Review PR needs an additional review or a maintainer's review. Status: Needs Testing Work has been reviewed and needs the code tested by the quality assurance team. labels May 15, 2020
@@ -132,3 +119,17 @@ class _RequestsPageState extends State<RequestsPage> {
);
}
}

class NoRequestHelper extends StatelessWidget {
Copy link
Contributor

Choose a reason for hiding this comment

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

Great job.
I'd change NoRequestHelper -> NoRequestsInfo or NoRequestsText and we're good to go (because it's not really a helper)!
🎉💥

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. :)

Copy link
Contributor

@bartekpacia bartekpacia left a comment

Choose a reason for hiding this comment

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

:D

@techno-disaster
Copy link
Contributor Author

The iOS build is running since a hour and a half 😨 , I'll rerun it

@techno-disaster
Copy link
Contributor Author

@isabelcosta can you approve this again? made some changes

@isabelcosta
Copy link
Member

@anitab-org/qa-team can anyone test this? or @bartekpacia @snitin315 @shivaylamba

@isabelcosta isabelcosta removed the Status: Needs Review PR needs an additional review or a maintainer's review. label May 22, 2020
Copy link

@robotjellyzone robotjellyzone left a comment

Choose a reason for hiding this comment

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

It's working @isabelcosta !! great job @techno-disaster 🎉 👍
Screenshot_1590170686

@techno-disaster
Copy link
Contributor Author

techno-disaster commented May 22, 2020

thanks for testing@robotjellyzone

@techno-disaster techno-disaster added Status: Needs Review PR needs an additional review or a maintainer's review. and removed Status: Needs Testing Work has been reviewed and needs the code tested by the quality assurance team. labels May 22, 2020
Copy link
Member

@isabelcosta isabelcosta left a comment

Choose a reason for hiding this comment

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

Sounds good then :)
Thank you @robotjellyzone for testing it!

@isabelcosta isabelcosta added Status: Ready to Merge Work has been tested and needs a final review and merge from a repo maintainer. and removed Status: Needs Review PR needs an additional review or a maintainer's review. labels May 22, 2020
@techno-disaster techno-disaster merged commit 52ebd2d into anitab-org:develop May 22, 2020
@techno-disaster techno-disaster deleted the backup branch June 16, 2020 01:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Ready to Merge Work has been tested and needs a final review and merge from a repo maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a message for no mentorship requests
6 participants