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

Good First Issue for Frontend #76

Open
dyfu95 opened this issue Apr 8, 2022 · 0 comments
Open

Good First Issue for Frontend #76

dyfu95 opened this issue Apr 8, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@dyfu95
Copy link
Collaborator

dyfu95 commented Apr 8, 2022

1. 地址字串處理 :resolved by #77

目前在遊戲頁面中,並沒有顯示該圖片的地址。原因在於目前地址可能會顯示「縣市+鄉鎮市區+村里」或是「縣市+鄉鎮市區」,但我們只希望呈現「縣市+鄉鎮市區」。之前也有遇到情形是「台灣省+縣市+鄉鎮市區」,但不確定目前的資料會不會仍遇到這個情形,可能要詢問 @deeper747
具體的code寫在元件GameTaskAGameTaskB

2. head裡面加上tag。

目前該專案並沒有加上meta tag,導致分享時會沒有圖片與說明(如下圖),SEO也不好。
Screen Shot 2022-04-08 at 7 06 37 PM

可以參考about.disfactory.tw裡面列的meta(注意,about.disfatory.tw是用nuxt寫的,但本專案則只使用vue,兩者設定meta tag的方式可能不同)。meta tag的具體內容,也請詢問 @deeper747

3. 教學地圖載入優化

目前教學頁面的圖片是一張png圖,而在切換題目的時候,會有0.5-1秒的時間,圖片還沒被掛載上去,導致使用者會看到一個空的框框。
像這樣:
Screen Shot 2022-04-08 at 7 37 32 PM
或這樣
Screen Shot 2022-04-08 at 7 38 14 PM

4. 遊戲頁面衛星雲圖載入優化

可參考 #40

@dyfu95 dyfu95 added the good first issue Good for newcomers label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants