-
Notifications
You must be signed in to change notification settings - Fork 56
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
[ENG-6665] Add user messaging modal to user's tab on institutional dashboard #2421
[ENG-6665] Add user messaging modal to user's tab on institutional dashboard #2421
Conversation
Pull Request Test Coverage Report for Build 12303026020Details
💛 - Coveralls |
app/institutions/dashboard/-components/institutional-users-list/styles.scss
Outdated
Show resolved
Hide resolved
e91a7f1
to
8375eb7
Compare
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.
Did a quick drive-by review. Looks pretty good, just some a11y and FE convention stuff
app/institutions/dashboard/-components/institutional-users-list/template.hbs
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/template.hbs
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/template.hbs
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/component.ts
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/template.hbs
Outdated
Show resolved
Hide resolved
@futa-ikeda Based on the ARB, we decided we wanted two additional features here:
So bare with me as I address your comments, but also add those two things in the next iteration. |
7c80ef4
to
28aadaf
Compare
…er-osf-web into institutional-access-user-message-modal * 'develop' of https://github.com/CenterForOpenScience/ember-osf-web: Update CHANGELOG, bump version [ENG-5024] Feature/dashboard b and i (CenterForOpenScience#2429) # Conflicts: # app/institutions/dashboard/-components/institutional-users-list/component.ts
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.
Looks good! Just a couple of minor suggestions...
app/institutions/dashboard/-components/institutional-users-list/component.ts
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/template.hbs
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/template.hbs
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/component.ts
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/component.ts
Outdated
Show resolved
Hide resolved
app/institutions/dashboard/-components/institutional-users-list/component.ts
Outdated
Show resolved
Hide resolved
@Johnetordoff This should be pointing to a feature branch based off of develop, please. |
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.
Looks good!
5bbb5a3
into
CenterForOpenScience:feature/institutional-access
Purpose
Adds a modal that allows an institutional admin to send a message through a text input as part of an email template.
Summary of Changes
Screenshot(s)
Side Effects
QA Notes