Yukai Huang
Yukai Huang
@david50407 Hope we can make it within the next two releases. I still want to check if there is some way that we won't have to modify the emojisense extension.
https://github.com/Disfactory/frontend/blob/ee1e6a49269c5c912ce4af6d11910abb3e91a5c7/src/components/Map.vue#L164-L165 有點忘記為什麼會開這個 Issue 了 QQ,需要檢查一下這段程式碼有沒有正確呼叫。若有,可以改一下這個 Function 的命名 `onZoomed` -> `onZoomEnd`,若無,清查為何沒有正確呼叫到
### Frontend tasks 1. ~~Limit the maximum zoom size to 20~~ 2. ~~Make clustering supports 3 different ranges, for example:~~ - ~~from zoom 9 to 13: cluster factories by x...
Just realized I misinterpreted ael's issue. 😓 We need to implement: - 3 different layers for display cluster - The highest zoom level: The original cluster, but with unlimited factories,...
https://docs.google.com/spreadsheets/d/1wCLyRF1szd1p3_4N09k9W_dL9l84xFFXuT22Xwa6qdg/edit?usp=sharing @komali2 Here's the location data of each district/county/city
https://staging.disfactory.tw/api/factories?lng=121.44787073135184&lat=25.07&range=10 Now returns 145 factories, and https://staging.disfactory.tw/api/factories?lng=121.44787073135184&lat=25.07&range=11 will be limited to 50
@bdon Could you elaborate more on the limitation when zoomed in?
> **Problem** One issue appeared in our field testing is that some clusters couldn't split into individual pins even at the largest zoom-in level. The problem for users is that...
@bdon In the discussion today, we decide to build statistic layers only for the city/county(縣市), not at the district level. So the new 3 zoom-in levels would be: * County/District...
### Decisions so far Use `i18n-next`! 🎉 1. Find some way to extract Chinese strings out of files . And generate json language file like: ```jsonc { "更改外部文字": "更改外部文字", "回報外部文字":...