Chuan-Heng Hsiao

Results 78 issues of Chuan-Heng Hsiao

# Provide the github link(s) of the file#line (請提供 github 關於 code 的 link) https://github.com/Ptt-official-app/go-pttbbs/blob/main/ptt/user.go#L169 # What would you like to discuss (你想要討論什麼呢?~) add permission check in ptt.SetUserPerm.

Review

# Provide the github link(s) of the file#line (請提供 github 關於 code 的 link) https://github.com/Ptt-official-app/go-pttbbs/blob/main/api/auth_utils.go#L53 # What would you like to discuss (你想要討論什麼呢?~) Currently we are using jwt implemented by...

good first issue
Review

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] https://github.com/ptt/pttbbs/blob/master/mbbsd/mbbsd.c#L953 (mbbsd.setup_utmp) this is...

discussion

Some of the functions in api are trivial, but it's better if we can have higher coverage in api/

good first issue
help wanted

# Provide the github link(s) of the file#line (請提供 github 關於 code 的 link) https://github.com/Ptt-official-app/go-pttbbs/blob/main/ptt/board.go#L13 # What would you like to discuss (你想要討論什麼呢?~) Currently we are using userecRaw to check...

Review

https://medium.com/frochu/html-meta-viewport-setting-69fbb06ed3d8 某大大希望可以先如此在 mobile 上 work-around~ 使用 < meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" >

good first issue

Currently there is no appropriate handling of displaying error-msg. We may want to show error-msg with toast. https://www.npmjs.com/package/react-toastify https://www.npmjs.com/package/react-toast-notifications Need some preliminary check which library is suitable for us to...

Currently the background is #000 when creating article, making the users unable to know where to start if setting the title initially. Need to have the background in the editable...

Currently there is no loading-indicator when loading the data. Need to add the loading / busy figure when loading the data. (and hide unnecessary information)