-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
BB-721: Add placeholder text for empty sections #983
BB-721: Add placeholder text for empty sections #983
Conversation
@Bigguysahaj When you change this PR's title to the correct format "BB-721: Add placeholder text for empty sections" it will automatically be linked to the JIRA ticket. |
Ohh I'm sorry, thanks tons I will fix it. |
No problem, we all make mistakes... just as I did when I forgot the hyphen between BB and the ticket number in my above suggestion. Please change it again to "BB-721: Add placeholder text for empty sections" and it should work for real 😅 |
@kellnerd could you please help me understand how to fix these ESLint errors, and further more how to go about to get my PR merged? |
Well, the ESLint errors tell you where you haven't formatted the code correctly. So you have to format it to fulfil ESLint's expectations in order to make the errors disappear. After fixing the errors you have to be patient and wait until someone with merge priviledges (i.e. not me) reviews your PR. |
Hey @Bigguysahaj, there is Indentation problem and some syntax errors in your submitted PR, fix the indentation while your PR gets reviewed. |
Thanks alot, I will fix that. @RohanSasne |
Hello @Bigguysahaj ! Would you like to continue on this PR? |
Co-authored-by: Rohan Sasne <rohansasne30@gmail.com>
Co-authored-by: Rohan Sasne <rohansasne30@gmail.com>
…/bookbrainz-site into add-placeholder-text
I think I fixed the Eslint and some basic errors, thanks to Kellnerd and Rohan. |
well i guess, it would be okay, the changes are clear and readable so i don’t think that’s an issue, but let monkey have a say in this 😁 |
Okay, @MonkeyDo, could you please review the changes and let me know if I need to do something else? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for coming back to it !
I have some wording suggestions as well as some small nitpicking, but overall this does a great job already, thank you :)
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Co-authored-by: Monkey Do <MonkeyDo@users.noreply.github.com>
Fix ESLint warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go, thank you very much !
Problem
Solved the problem of placeholder text for empty sections and call to action for creating new collections, identifiers, and relationships.
As mentioned in the ticket
https://tickets.metabrainz.org/browse/BB-721?jql=labels%20%3D%20good-first-bug%20ORDER%20BY%20created%20DESC
and the pull request #947
Solution
Before:
After:
I added placeholder text, along with a link that directs users directly to the /edit endpoint.
Areas of Impact
Main areas of impact were the EntityRelatedCollections , EntityRelationships & EntityIdentifiers functions.