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

HEEDLS-465 - Implemented basic support page #419

Merged
merged 13 commits into from
Jun 28, 2021

Conversation

DanBloxham-sw
Copy link
Contributor

Ran all unit tests.
Checked in Chrome, IE11, Edge, Firefox.
Tested with screenreader, mobile view/zoom.

Screen shots:
Desktop (tracking system):
Tracking System Support page

Desktop (frameworks, see nav bar difference):
Frameworks Support page

Mobile views
Tracking System Support page mobile 1 Tracking System Support page mobile 2

ApplicationType.Frameworks == application)
{
return View(
"/Views/LearningSolutions/Support.cshtml",
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we fix this like we've done in TrackingSystem pages? We might actually not even want the controller to be in LearningSolutions folder given that we won't be including that in the url (could argue either way tbh, so feel free to do whatever is the most convenient 👍 )

Comment on lines 89 to 92
return user.GetCustomClaimAsBool(CustomClaimTypes.IsFrameworkDeveloper) == true |
user.GetCustomClaimAsBool(CustomClaimTypes.IsFrameworkContributor) == true |
user.GetCustomClaimAsBool(CustomClaimTypes.IsWorkforceManager) == true |
user.GetCustomClaimAsBool(CustomClaimTypes.IsWorkforceContributor) == true;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be "||"?

Copy link
Contributor

@stellake stellake left a comment

Choose a reason for hiding this comment

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

Comment about logical operator, otherwise looks good! No need for rereview 👍

@AlexJacksonDS AlexJacksonDS merged commit 28a2697 into master Jun 28, 2021
@AlexJacksonDS AlexJacksonDS deleted the HEEDLS-465-TrackingSystem-GenericSupportPage branch June 28, 2021 12:47
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.

3 participants