-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from hadesdday/vanhieu
#8 - implemented view read posts Hoàn thành chức năng xem danh sách bài viết đã xem
- Loading branch information
Showing
15 changed files
with
337 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,5 +125,31 @@ | |
"id": 14 | ||
} | ||
], | ||
"saved-post": [] | ||
"saved-post": [], | ||
"read-posts": [ | ||
{ | ||
"email": "[email protected]", | ||
"posts": [ | ||
{ | ||
"title": "\bÔ tô khách chao đảo lao xuống ruộng, hành khách la hét cầu cứu", | ||
"link": "bai-viet/o-to-khach-chao-dao-lao-xuong-ruong-hanh-khach-la-het-cau-cuu-2051917.html" | ||
}, | ||
{ | ||
"title": "Lời khai của người phụ nữ giả danh bác sĩ bắt cóc trẻ sơ sinh", | ||
"link": "bai-viet/loi-khai-cua-nguoi-phu-nu-gia-danh-bac-si-bat-coc-tre-so-sinh-2051928.html" | ||
} | ||
], | ||
"id": 1 | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"posts": [ | ||
{ | ||
"title": "title2", | ||
"link": "demo link2" | ||
} | ||
], | ||
"id": 2 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.