Skip to content

Commit 177f331

Browse files
committed
Update part 7 URL
1 parent 9f7aca0 commit 177f331

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ Its series will also be published in Vietnamese as part of our [angular-vietnam/
186186
| 04 | [Build an editable textbox][part04] | Done |
187187
| 05 | [Build an interactive drag and drop board][part05] | Done |
188188
| 06 | [Build a markdown text editor][part06] | Done |
189+
| 07 | [Build a rich text HTML editor][part07] | Done |
189190

190191
[part-1]: https://slides.com/tuantrungvo/behind-the-900-star-repository-jira-clone-angular
191192
[part00]: https://trungk18.com/experience/angular-jira-clone-tutorial-00-prerequisites/
@@ -195,6 +196,7 @@ Its series will also be published in Vietnamese as part of our [angular-vietnam/
195196
[part04]: https://trungk18.com/experience/angular-jira-clone-tutorial-04-editable-textbox/
196197
[part05]: https://trungk18.com/experience/angular-jira-clone-tutorial-05-interactive-drag-and-drop-board/
197198
[part06]: https://trungk18.com/experience/angular-jira-clone-tutorial-06-angular-markdown-text-editor/
199+
[part07]: https://trungk18.com/experience/angular-jira-clone-tutorial-07-rich-text-editor/
198200
[todo-list]: https://www.notion.so/trungk18/Tasks-636be5c5c0dd4d8cab30808e4e41facc
199201

200202
## Time spending

frontend/src/assets/data/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "140892",
33
"name": "Angular Jira Clone",
44
"url": "https://github.com/trungk18/jira-clone-angular",
5-
"description": "A Jira clone app built with Angular and Akita - by trungk18",
5+
"description": "A Jira clone app built with Angular 10, Akita and ng-zorro - by trungk18",
66
"category": "Software",
77
"createdAt": "2020-06-12T16:00:00.000Z",
88
"updatedAt": "2020-06-13T16:00:00.000Z",
@@ -41,7 +41,7 @@
4141
"issues": [
4242
{
4343
"createdAt": "2020-08-27T14:23:38.183Z",
44-
"description": "<p>I shared some of my technical decisions behind <a href='http://jira.trungk18.com' rel='noopener noreferrer' target='_blank'>jira.trungk18.com</a> on <a href='https://github.com/SingaporeJS/talk.js/issues/40' rel='noopener noreferrer' target='_blank'>Singapore talk.js August 2020</a> with a very catchy title - <strong>Behind the 900 stars repository 😂</strong> Do you like it? <br/></br/> Hopefully I can change the title to a thousand stars soon... 🤣</p><p><br></p><p>Thanks for having me!</p><p><br></p><p>See the slide deck ➡ <a href='https://slides.com/tuantrungvo/behind-the-900-star-repository-jira-clone-angular' rel='noopener noreferrer' target='_blank' style='background-color: rgb(255, 255, 255);'>https://slides.com/tuantrungvo/behind-the-900-star-repository-jira-clone-angular</a></p><p><br></p><p><img src='https://pbs.twimg.com/media/EgWe01qUcAIoNdi?format=jpg&amp;name=large' alt='Image'></p><p><br></p><p><br></p>",
44+
"description": "<p>I shared some of my technical decisions behind <a href='http://jira.trungk18.com' rel='noopener noreferrer' target='_blank'>jira.trungk18.com</a> on <a href='https://github.com/SingaporeJS/talk.js/issues/40' rel='noopener noreferrer' target='_blank'>Singapore talk.js August 2020</a> with a very catchy title - <strong>Behind the 900 stars repository 😂</strong> Do you like it? </p><p><br></p><p> Hopefully I can change the title to a thousand stars soon... 🤣</p><p><br></p><p>Thanks for having me!</p><p><br></p><p>See the </p><ul><li>Slide deck ➡ <a href='https://slides.com/tuantrungvo/behind-the-900-star-repository-jira-clone-angular' rel='noopener noreferrer' target='_blank' style='background-color: rgb(255, 255, 255);'>https://slides.com/tuantrungvo/behind-the-900-star-repository-jira-clone-angular</a></li><li><span style='background-color: rgb(255, 255, 255);'>Recorded talk: </span><a href='https://youtu.be/X_beeihKk7o' rel='noopener noreferrer' target='_blank'>https://youtu.be/X_beeihKk7o</a></li></ul><p><br></p><p><img src='https://pbs.twimg.com/media/EgWe01qUcAIoNdi?format=jpg&amp;name=large' alt='Image'></p><p><br></p>",
4545
"id": "6527",
4646
"priority": "Medium",
4747
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
@@ -56,7 +56,7 @@
5656
"type": "Story",
5757
"priority": "Highest",
5858
"title": "How to build Jira clone 😍? Follow these tutorials from its author",
59-
"description": "<h3>I have prepared a set of tutorial for some major components of Jira clone, feel free to take a look! More to come, the tutorials will have at least 10 posts 😊😊😊</h3><p><br></p><ol><li><a href=\"https://trungk18.com/experience/angular-jira-clone-tutorial-00-prerequisites/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(3, 102, 214);\">Prerequisites</a></li><li><a href=\"https://trungk18.com/experience/angular-jira-clone-tutorial-01-planning-and-set-up/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(3, 102, 214);\">Create a new repository and set up a new Angular application with CLI</a></li><li><a href=\"https://trungk18.com/experience/angular-jira-clone-tutorial-02-application-layout-tailwindcss-flex/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(3, 102, 214);\">Build the application layout with flex and TailwindCSS</a></li><li><a href=\"https://trungk18.com/experience/angular-jira-clone-tutorial-03-akita-state-management/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(3, 102, 214);\">Setup Akita state management</a></li><li><a href=\"https://trungk18.com/experience/angular-jira-clone-tutorial-04-editable-textbox/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(3, 102, 214);\">Build an editable textbox</a></li><li><a href=\"https://trungk18.com/experience/angular-jira-clone-tutorial-05-interactive-drag-and-drop-board/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: rgb(3, 102, 214);\">Build an interactive drag and drop board</a></li></ol>",
59+
"description": "<h3>I have prepared a set of tutorial for some major components of Jira clone, feel free to take a look! More to come, the tutorials will have at least 10 posts 😊😊😊</h3><p><br></p><ol><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-00-prerequisites/' rel='noopener noreferrer' target='_blank' style='color: rgb(3, 102, 214);'>Prerequisites</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-01-planning-and-set-up/' rel='noopener noreferrer' target='_blank' style='color: rgb(3, 102, 214);'>Create a new repository and set up a new Angular application with CLI</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-02-application-layout-tailwindcss-flex/' rel='noopener noreferrer' target='_blank' style='color: rgb(3, 102, 214);'>Build the application layout with flex and TailwindCSS</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-03-akita-state-management/' rel='noopener noreferrer' target='_blank' style='color: rgb(3, 102, 214);'>Setup Akita state management</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-04-editable-textbox/' rel='noopener noreferrer' target='_blank' style='color: rgb(3, 102, 214);'>Build an editable textbox</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-05-interactive-drag-and-drop-board/' rel='noopener noreferrer' target='_blank' style='color: rgb(3, 102, 214);'>Build an interactive drag and drop board</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-06-angular-markdown-text-editor/' rel='noopener noreferrer' target='_blank'>Build a markdown text editor</a></li><li><a href='https://trungk18.com/experience/angular-jira-clone-tutorial-07-rich-text-editor/' rel='noopener noreferrer' target='_blank'>Build a rich text HTML editor</a></li></ol>",
6060
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
6161
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
6262
"id": "3957",

0 commit comments

Comments
 (0)