Goal
Per our past meeting discussions, it seems like a good idea to move the original form to kickstart an investigation to its own page at the beginning. Once the user submits a list of names/IPs and a reason, they are taken to the page with the three tabs - Preliminary check, Compare and Timeline.
Mock
https://prtksxna.github.io/wmf-cu-prototype/index.html
Acceptance criteria
- The form is its own page
- * 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.
- Placeholder for username field: UserName or 1.1.1.1
- Placeholder text for reason input: Not required
- Remove checkbox for Include all users who are using the same IPs as the selected users -- no longer required as we are giving an option to add other users from the table itself.