-
Notifications
You must be signed in to change notification settings - Fork 25
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
Store user logos locally to avoid missing markers in map #862
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #862 +/- ##
=======================================
Coverage 99.56% 99.56%
=======================================
Files 61 61
Lines 2750 2750
=======================================
Hits 2738 2738
Misses 12 12 ☔ View full report in Codecov by Sentry. |
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.
Thanks @XinShen-CHN
Could you add all the logos in a subdirectory within images please?
images/user_logos/
Also have a few requests about the code.
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.
Thanks Xin! Could you please format your code with black?
Install black:
pip install black
Format your script:
black map.py
Hi @XinShen-CHN, could you please add this logo for MEPhI? The source file can be downloaded with this link: https://mephi.ru/content/public/uploads/files/angl.zip |
Sure. |
I'd love to, but I'm stuck with formatting the code with black. |
I can help. What is your issue? |
Thank you! No worries. I think I've settled it. |
Have you entered a commit message before clicking "Commit"? |
Thanks! I'm not familar with the desktop version of VS Code for using it first time. |
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.
Thanks @XinShen-CHN for this improvement! 🚀🚀
General feedback: you should try to have commits message that are specific to the changes in each commit. Here all the commits have the same message. A specific message would be for example "formatted code with black" or "moved files to subdirectory", "changed variable names" etc.
Got it! |
@XinShen-CHN I just pushed to your branch to add the changes added by @iamryo on #853 |
Proposed changes
Store user logos locally to avoid missing markers in map.
Types of changes
What types of changes does your code introduce to FESTIM?
Checklist
Further comments
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...