-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listing Mgmt Validations: Add required label to listings management #1580
Comments
@slowbot consider "Required to Publish" |
The validation handling itself should be handled by 1541/1542, but there are some updates needed in how these are displayed with "groups" of fields as demonstrated in the mocks above. |
@kathyccheng @slowbot Should I move forward with |
@slowbot to decide |
@emilyjablonski I'm fine with "Required to publish" |
Ensure all fields that are required on publish have the label and that they play nicely with the error messages. |
@kathyccheng Feel free to push back on this and we can create another ticket for the aria labels Required to publish labels need to be associated with the fields or fieldsets they are labeling.
New ticket:
|
@slowbot is the main issue around the aria labels for accessibility or the field sets, or are they inter-related? Regardless, I'd say let's create a new issue |
Both are accessibility issues. Fieldsets are technically more complex. Aria labels seem less complex and sort of necessary otherwise it's just text on the page and doesn't relate to anything. |
As a leasing agent,
I want to know which fields are required to publish
So that I have a sense of what information is most important for me to gather
Acceptance Criteria
Notes
Design Notes
When there is existing helper text, ensure the Required text breaks to a new line
For blank slate "repeater" elements, we should add a field label or legend to ensure the error text is associated with the element
All address fields should have a fieldset legend or field group label to associate the required text with (I think all addresses in LM have this except the Building Address
Links
Required Fields:
https://docs.google.com/spreadsheets/u/1/d/1yzy7t1n0lNuhjmElnBH7rFOk2qZYdK7iHwhnyY3QrmM/edit#gid=515768701
Designs:
https://www.figma.com/file/Y8bFd0aSz7eYJ2TCNid6s3/bloom-partners?node-id=4153%3A170749
The text was updated successfully, but these errors were encountered: