Get Your Tufts Credentials student issues

Slate Instance

Vet

Requestor/Reporter

Patty LaFleur

Date

Apr 1, 2024

Status

COmplete

Bug Description

Students ‘Get Your Tufts Credentials’ checklist item is being completed before they actually set them up.

Related Future Development issue: Activate Tufts Credentials Update

Issue Description

Students are clicking the ‘submit’ button on the ‘get your tufts credentials’ form without actually going through to Tufts Tools. This completes the checklist item, but the student has no credentials, and no way to get to the link again.

Troubleshooting/Research

This seemed straightforward--the fulfillment of the checklist item just needs to be changed from the form submission to relying on a rule that looks for the UTLN. However, this form is attached without being part of a checklist group:

image-20240401-135636.png

And, the checklist isn’t even visible to students--they see the link (or not) in their portal, based on whether or not they have submitted the form.

Resolution Steps

Change the form to ‘multiple’, since it is just the student hitting the button multiple times, and nothing actually happens within Slate. It isn’t critical, but it removes as small places students could get stuck.
image-20240401-142809.png
Update the portal code to look for the UTLN before the box disappears:
Rules update: The checklist item is still being fulfilled on Patty’s end by the student clicking the submit button attached to the form. They will now ALSO be fulfilled in the event the student does not submit the form, via the Credentialing Completed rule:

If a student submits the form, does cancelling and deleting the form submission help to adjust the checklist that PL sees? It turns out that it does.