ucb-rit / coldfront

HPC Resource Allocation System
https://coldfront.readthedocs.io
GNU General Public License v3.0
3 stars 3 forks source link

Customize Default Text in PI Selection Dropdown #613

Closed jjung2-oxy closed 2 months ago

jjung2-oxy commented 2 months ago

Updated the Django form field for PI selection to include a new default text. This text instructs users on what to do if their PI is not listed in the dropdown options.

The new default text reads: "If your PI is not listed, please leave this field blank and provide their information in the next step."

Bolded instructions to better orient the user.

matthew-li commented 2 months ago

@jjung2-oxy Thanks, the placeholder in the field was a great idea--users probably won't miss that. I've modified the structure/contents of the instructions to be more explicit. I've also tested that nothing has broken.

matthew-li commented 2 months ago

@jjung2-oxy We've merged the new development environment into develop, so please branch off of that and request to merge back into it moving forward.

matthew-li commented 2 months ago

@jjung2-oxy I've isolated the relevant changes in #617--closing, thanks.