-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Add country flags at username #972
Comments
This one is a bit in the same veine as #974. We'll probably have to add a field on the how-to model |
Hello- I'd love to help out your platform and contribute to this issue, if possible. Could I take this issue? (Or would you recommend another?) |
Thanks for wanting to help @Daniel-Davies, however @alromh87 is currently working on this one. We are working on some new features but are currently still in design stage. |
Hello- I've had a look at other issues. Is #989 available? |
@BenGamma @chrismclarke I have some doubts about the cache for howto list: Flag in howto list gets updated if I edit the howto from the browser but not when i trigger from DB Flag in Detail its updated every time (from browser or DB) |
@alromh87 yes it would be preferable to update from the browser. Otherwise we have to update the cache of all the user and that's a lot of data 😬 |
When a user updates a howto, the fag gets correctly updated in the HowToList. But if a user changes his location all of his how-tos should reflect the change, that its achived with a firestore function. Im unsure if this has to do with my dev environment or some web cache |
Ok and #1033 is updating the flag in the howto list but it doesn't update the location of the how-to if the user changes it.
Is it something you are planning to had to #1033 before merge ?
It's hard to tell for your problem since I don't see the code |
Not sure I understod this, If a user changes his location his howTo don't reflect the change, will fix that with next commit
Yes I will update the PR
The database is updated correctly its just the howTo list that doesn't reflect the change |
Firestore Trigger added |
Fix #972 Add country flags at username
Fix #972 Add country flags at username - Fix deployment
Reopen because we need to add We could do a similar operation as in the how-to count/event migration script For now only new how-to's are saved with the |
Following script will populate the fields as needed, has been run on dev environment already showing all available flags
|
Ok cool, @chrismclarke since it's a one shoot script, do you prefer we run it from the console or like the userStats, create a dedicated folder/migration file for it ? |
What is up with your tag selection box @alromh87, you always see it like that? |
Haha yep, when I use one version of chrome, I'm not on my computer now but will tell you specific version when I'm back |
@davehakkens I see it like that with chrome Versión 69.0.3497.81 (Build oficial) (64 bits) on Debian Jessie If I use Versión 80.0.3987.16 (Build oficial) beta (64 bits) int he same computer tag selection is smaller |
I think this discussion moved over to slack, but if there's still anything missing from my side feel free to reach out to me over on slack (I don't check github as regularly) |
Component infos
Description
Show the diversity of the worldwide community more, by adding locations flags to usernames. Based on the location selected by the user.
Page related
Will be used in :
How-to overview
Single How to
Mockup
The text was updated successfully, but these errors were encountered: