-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Added error message in enrollment tab inside CCX coach dashboard #9335
Added error message in enrollment tab inside CCX coach dashboard #9335
Conversation
Thanks for the pull request, @amir-qayyum-khan! I've created OSPR-753 to keep track of it in JIRA. JIRA is a place for product owners to prioritize feature reviews by the engineering development teams. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will still be done via the Github pull request interface. As a reminder, our process documentation is here. |
eb30713
to
593474e
Compare
605c013
to
e914904
Compare
Hi @amir-qayyum-khan. Would you please get a sandbox setup with this work for review? |
@pdpinch is your team able to provide a reviewer as well? |
@@ -65,7 +72,7 @@ | |||
<tr> | |||
<td>${member.user}</td> | |||
<td>${member.user.email}</td> | |||
<td><div class="revoke"><i class="fa fa-times-circle"></i> Revoke access</div></td> | |||
<td><div class="revoke"><i class="fa fa-times-circle" aria-hidden="true"></i> Revoke access</div></td> |
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.
i18n
Sure thing. We'll get another review. |
53fdfba
to
80dd6c4
Compare
@pdpinch great thanks. Do you guys have the ability to set up a sandbox for Chris to look at? |
It's not quite as easy for us as it is for you, but we've got one up now at https://sandbox2o.mitx.mit.edu/ https://sandbox2o.mitx.mit.edu/ That sandbox combines Amir's two open PRs. FYI @clrux
|
@amir-qayyum-khan and @pdpinch, a few more things.
|
80dd6c4
to
3aa571f
Compare
c4046ee
to
d783e91
Compare
@amir-qayyum-khan Did you happen to update the sandbox yet? |
No. not yet, I think we will update it in morning. Thanks |
@clrux @amir-qayyum-khan This is better. This screenshot is taken from the sandbox2o site. Is the bullet preceding the message unavoidable? It looks out-of-place for a single line message. |
You should be able to remove the bullet by using the following:
However, if there will ever be more than one item, it might be best to leave it as a list. Otherwise you don't really need a list at all, just use a |
Chris, we should have existing style rules if there are existing UI On Wed, Sep 16, 2015 at 9:03 AM, clrux [email protected] wrote:
|
@clrux I can follow instructor/membership for this PR
For success they dont show any message. |
@amir-qayyum-khan I've updated my above comment to include an |
@clrux please also give me feedback abt success/confirm messages. https://github.com/edx/edx-platform/pull/9335#issuecomment-140747738 |
@amir-qayyum-khan Sorry for the trouble, here's a bit more info for you. Please use this markup instead of an unordered list for the error/feedback messages, as I don't think we'll ever need more than one item here. We'll still use the
For success messages, please swap For reference, you can find these styles defined in Finally, can you get a sandbox up for this, or provide a link to an existing one? |
instead of
Because edx-platform is using `class="request-response-error"`` for Instructor/membership tab which have the same interface (UI) like we have in CCX/ enrollment tab https://github.com/edx/edx-platform/pull/9335#issuecomment-140747738 |
@amir-qayyum-khan That will work. My suggestion was more visual, but I suppose this is more in-line with what's being used. It doesn't need to be an unordered list though. |
Thanks @clrux |
363afa2
to
1726098
Compare
2db0693
to
4ab3687
Compare
Our sandbox has been updated. FYI @clrux @pwilkins |
This hits the mark. It looks good to me. |
👍 There are additional issues with focus, but they're part of a larger whole in the LMS. This works. @pwilkins are you and I the only two reviewers on this? |
LGTM. @sarina, OK if I merge? |
Yes, go ahead! |
…cx_coach_dashboard Added error message in enrollment tab inside CCX coach dashboard
Background
(copied verbatim from clrux's CCX accessibility feedback https://github.com/edx/edx-platform/pull/9038#issuecomment-131098884 - Aug 14, 2015)
What is done in this PR
Studio Updates: None.
LMS Updates: Added error message in enrollment tab in case of adding invalid or unregistered user.
Testing
Issue mitocw#59
Issue mitocw#43
Issue jazkarta#119
Issue jazkarta#5
EDX https://github.com/edx/edx-platform/pull/7833
@pdpinch @pwilkins