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

[Bug] Sever Reconnect #193

Closed
wants to merge 5 commits into from
Closed

Conversation

comeheredart
Copy link
Contributor

๐Ÿ“Œ ๊ด€๋ จ ์ด์Šˆ

closed: #177

๐Ÿ“Œ ๋ณ€๊ฒฝ ์‚ฌํ•ญ ๋ฐ ์ด์œ 

ํ…Œ๋งˆ ์„œ๋ฒ„๋ฅผ ์žฌ์—ฐ๊ฒฐ ํ–ˆ์Šต๋‹ˆ๋‹น!

๐Ÿ“Œ PR Point

์ต๋ฒ”์”จ ์ฐธ๊ณ ํ•˜์„ธ์šฉ!

๐Ÿ“Œ ์ฐธ๊ณ  ์‚ฌํ•ญ

@comeheredart comeheredart added the bug๐Ÿž Something isn't working label Mar 7, 2022
@comeheredart comeheredart self-assigned this Mar 7, 2022
Comment on lines +19 to +21
let lastID: Int
let lastCount: Int
let drive: [DriveElement]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p2;
์ €ํฌ ID๋Š” Id๋กœ ๋งŽ์ด ์จ์„œ
lastId๋กœ ๋ฐ”๊พธ๊ณ  condingkeys๋ฅผ ๋„ฃ๋Š”๊ฒŒ ์–ด๋–จ๊นŒ์š”?

Comment on lines +92 to +93
var tags = [element.region, element.theme,
element.warning ?? ""] as [String]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p4;
์ด ๋ถ€๋ถ„ DriveElement model ์ชฝ์—์„œ ํ•จ์ˆ˜๋ฅผ ๋งŒ๋“ค์–ด์„œ ์‚ฌ์šฉํ•˜๋Š” ๊ฒƒ๋„ ๊ดœ์ฐฎ์„ ๊ฒƒ ๊ฐ™์•„์š”!

DriveElement ์ฝ”๋“œ ์ชฝ์—์„œ 
func getTagTextList() โ†’ [String]{
  return [element.region, element.theme, element.warning ?? ""]
}

Comment on lines +96 to +101
cell.setData(image: element.image,
title: element.title,
tagCount: tags.count,
tagArr: tags,
isFavorite: element.drive[indexPath.row].isFavorite,
postID: element.drive[indexPath.row].postID)
isFavorite: element.isFavorite,
postID: element.postID)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p4;
ํ˜น์‹œ ์ด ๋ถ€๋ถ„์€ ํŒŒ๋ผ๋ฏธํ„ฐ๋กœ element๋ฅผ ๋„˜๊ฒจ์ฃผ๊ณ  ์ฒ˜๋ฆฌํ•˜๋Š”๊ฑด ์–ด๋–จ๊นŒ์š”?

Copy link
Contributor

@inddoni inddoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ „์ฒด์ ์œผ๋กœ ๋””๋ฒ„๊น…์šฉ print๊ฐ€ ๋˜์–ด์žˆ๋Š”๋ฐ ์ด ๋ถ€๋ถ„์„ ์–ด๋–ป๊ฒŒ ๊ฐœ์„ ํ•  ์ˆ˜ ์žˆ์„์ง€ ๊ณ ๋ฏผ์ด ๋˜๋Š”๊ตฐ์˜,,,
์ผ๋‹จ ๊ธฐ๋Šฅ์ƒ์— ๋ฌธ์ œ๋Š” ์—†์–ด์„œ ์–ดํ”„๋ฃนํ•ด์š”~

@comeheredart comeheredart deleted the bug/177-sever-reconnect branch April 19, 2022 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug๐Ÿž Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ํ™ˆ, ํ…Œ๋งˆ ๋ฐ์ดํ„ฐ ์„œ๋ฒ„ ์žฌ์—ฐ๊ฒฐ
3 participants