Skip to content
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

Display verified icon in username #1163

Closed
davehakkens opened this issue May 28, 2021 · 7 comments · Fixed by #1205 or #1480
Closed

Display verified icon in username #1163

davehakkens opened this issue May 28, 2021 · 7 comments · Fixed by #1205 or #1480
Assignees

Comments

@davehakkens
Copy link
Contributor

davehakkens commented May 28, 2021

Component infos

Description

If a user is verified it should show the icon next to the username

Page related

How to overview
How to page
Events
Research overview (optional)
Research page (optional)

Mockup

verified_events
verified
verified_home

Life example

events: https://community-platform.webflow.io/u/events
map: https://community-platform.webflow.io/u/map
how-to: https://community-platform.webflow.io/u/how-to-article-no-comments

@davehakkens davehakkens added the bounty This is a paid job. label Jun 8, 2021
@davehakkens
Copy link
Contributor Author

Let me know if you have time for this @davidyaha otherwise i'll ask someone else.

@davidyaha
Copy link
Collaborator

Hey, @davehakkens sorry about disappearing.
I might have some time this weekend but I can't commit at the moment because of work creeping to my weekends as well.
Regardless, should be a quick and easy frontend feature.

@davehakkens
Copy link
Contributor Author

No worries. Just checking in. :)
Let me know if it doesn't work out

@chrismclarke
Copy link
Member

We discussed this issue briefly on the call today and realised it might not be quite as quick a fix as we might want because the info about the user is stored in a different place from the info about the howto, and so would require an extra db lookup request to merge in for every howto card (or try to populate user badge into howto and update on change with backend functions which is also a bit messy)

We decided that probably best would try create a separate document/collection where a full list of user badges could be pull from and then merged at runtime. Short term this could be one query to get the badge list (i.e. select all users where badge.verified = true) and lookup from there. Longer term probably keeping a copy of badge data in a separate badges or stats.badges document to lookup from and a single cloud function that keeps the user profile and the badges doc in sync.

Anyways I'll re-tag this as a backend issue and put open again in case anyone wants to take on

@danitrod
Copy link
Collaborator

Hey @davehakkens question, don't remember if you mentioned but is it interesting to have the verified badge on howto comments as well?

@davehakkens
Copy link
Contributor Author

YES! would be great to have it there. didn't mention it. so good call 💪

@thisislawatts
Copy link
Collaborator

🎉 This issue has been resolved in version 1.10.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants