Skip to content

Commit d58c6b3

Browse files
committed
Add Jira clone tutorial card
1 parent b57e85e commit d58c6b3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

frontend/src/assets/data/project.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,21 @@
4949
"title": "Behind the 900 stars - Update 08/2020",
5050
"type": "Story",
5151
"updatedAt": "2020-08-27T14:23:38.183Z",
52-
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"]
52+
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
53+
"listPosition": 1
54+
},
55+
{
56+
"type": "Story",
57+
"priority": "Highest",
58+
"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>",
60+
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
61+
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
62+
"id": "3957",
63+
"status": "InProgress",
64+
"createdAt": "2020-09-15T23:41:37.278Z",
65+
"updatedAt": "2020-09-15T23:41:37.278Z",
66+
"listPosition": 1
5367
},
5468
{
5569
"id": "9013",

0 commit comments

Comments
 (0)