Goal
We want to allow users to be able to input usernames, IP addresses and IP ranges in order to look up information about them. The input form will support the above three main input types. There will also be an input box to include a reason for the check (mandatory). This is only a UI ticket and there will be a follow-up ticket for the functionality after the information is submitted.
Mock
https://prtksxna.github.io/wmf-cu-prototype/index.html
Acceptance criteria
- Form header: Search for usernames, IP addresses or IP ranges
- All three types will be added in a single text field. We should auto-complete the usernames and still allow IPs/ranges that become "capsules" once they are valid by regex. We did this with Interaction Timeline and should be able to do it here as well.
- Input box for usernames. Limit on number of users accepted is 2 (for first iteration).
- Placeholder: UserName or 1.1.1.1
- Help text: Not required
- Usernames and IPs auto-complete
- Input box for the reason for the check.
- This a mandatory; an error pops up if empty when the user tries to submit.
- Placeholder text: Not required
- Help text: Not required
- Submit button for submitting the info for performing the check.