You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when you search in /learners, it implicitly searches within the currently selected program. It would be helpful to include the program in the URL querystring when searching to ensure that you will receive the same results if you share the URL of the search. (This was an issue recently on a Zendesk ticket)
The program can be specified using program=. If the user doesn't have access to the specified program, they should get a message:
You do not have access to the [program name - e.g. 'Finance'] program. Please choose a different program from the pulldown or enroll in [program name - e.g. 'Finance'].
Note that updating the facets currently updates the URL querystring.
Designs and Mockups
Acceptance Criteria:
When a user begins a search (enters a search term or selects a facet in /learners), the program will be included in the URL (program=)
When a user enters a link which includes a program= parameter, it will search in the specified program= and set the program pulldown accordingly
If the user doesn't have access to the specified program, they will the message specified above
The text was updated successfully, but these errors were encountered:
Currently, when you search in
/learners
, it implicitly searches within the currently selected program. It would be helpful to include the program in the URL querystring when searching to ensure that you will receive the same results if you share the URL of the search. (This was an issue recently on a Zendesk ticket)The program can be specified using
program=
. If the user doesn't have access to the specified program, they should get a message:Note that updating the facets currently updates the URL querystring.
Designs and Mockups
Acceptance Criteria:
/learners
), the program will be included in the URL (program=
)program=
parameter, it will search in the specifiedprogram=
and set the program pulldown accordinglyThe text was updated successfully, but these errors were encountered: