Skip to content

Commit 2a0d89f

Browse files
committed
Update README and project.json to include storybook
1 parent 04e4b7a commit 2a0d89f

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A simplified Jira clone built with Angular 10, Akita and ng-zorro
22

3-
> Phase two will not be completed as planned for 25 July. Both [Chau Tran][chau] and I was too busy with some other commitments. View our [working in progress Graph QL branch][gql].
3+
> Phase two will not be completed as planned. Both [Chau Tran][chau] and I was too busy with some other commitments. View our [working in progress Graph QL branch][gql].
44
>
5-
> You can check the latest Tetris game that I built with Angular and Akita in the meantime [tetris.trungk18.com](https://tetris.trungk18.com/) 🎮
5+
> You can check the storybook collection of components I wrote for Jira Clone [jira-storybook.trungk18.com](https://jira-storybook.trungk18.com/) 📕
66
>
77
> Thanks for your continuous support. Stay tuned! :muscle:
88
@@ -14,9 +14,11 @@ This is not only a simplified Jira clone built with Angular 9, but also an examp
1414
<summary>Table Of Content</summary>
1515
<p>
1616

17-
- [A simplified Jira clone built with Angular 9 and Akita](#a-simplified-jira-clone-built-with-angular-9-and-akita)
18-
17+
- [A simplified Jira clone built with Angular 10, Akita and ng-zorro](#a-simplified-jira-clone-built-with-angular-10-akita-and-ng-zorro)
1918
- [Working application](#working-application)
19+
- [Storybook](#storybook)
20+
- [What is Storybook](#what-is-storybook)
21+
- [Jira Clone Storybook](#jira-clone-storybook)
2022
- [Support](#support)
2123
- [Who is it for 🤷‍♀️](#who-is-it-for-️)
2224
- [Tech stack](#tech-stack)
@@ -58,7 +60,7 @@ That makes it easy to develop hard-to-reach states. Save these UI states as **st
5860

5961
### Jira Clone Storybook
6062

61-
This is the collection of components that I wrote for [jira.trungk18.com][jira], includes
63+
This is the collection of components that I wrote for [jira.trungk18.com][jira], includes:
6264

6365
- Avatar
6466
- Breadcrumbs
@@ -316,6 +318,7 @@ Feel free to use my code on your project. It would be great if you put a referen
316318

317319
[MIT](https://opensource.org/licenses/MIT)
318320

321+
[jira]: http://jira.trungk18.com/
319322
[oldboyxx]: https://github.com/oldboyxx/jira_clone
320323
[datlyfe]: https://github.com/Datlyfe/jira_clone
321324
[stack]: frontend/src/assets/img/jira-clone-tech-stack.png

frontend/src/app/project/pages/board/board.component.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="pr-6 py-8 pl-8 h-full w-full flex flex-col">
1+
<div class="flex flex-col w-full h-full py-8 pl-8 pr-6">
22
<breadcrumbs [items]="breadcrumbs"></breadcrumbs>
3-
<header class="mt-3 flex justify-between text-textDarkest">
3+
<header class="flex justify-between mt-3 text-textDarkest">
44
<div class="text-2xl font-medium">Kanban board</div>
55
<div class="social-links">
66
<a href="https://www.buymeacoffee.com/tuantrungvo"
@@ -17,6 +17,13 @@
1717
</j-button>
1818
</a>
1919

20+
<a href="https://jira-storybook.trungk18.com/"
21+
target="_blank"
22+
rel="noopener">
23+
<j-button className="btn-secondary mr-2"> 📕 Storybook
24+
</j-button>
25+
</a>
26+
2027
<a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Ftrungk18%2Fjira-clone-angular&text=Awesome%20Jira%20clone%20app%20built%20with%20Angular%209%20and%20Akita&hashtags=angular,akita,typescript"
2128
(click)="sendTwitterEventButton()"
2229
target="_blank"

frontend/src/assets/data/project.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@
5252
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
5353
"listPosition": 1
5454
},
55+
{
56+
"type": "Story",
57+
"priority": "Medium",
58+
"title": "Jira Clone Storybook - Update 10/2020",
59+
"description": "<h3>What is Storybook</h3><p>Storybook helps you build UI components in isolation from your app's business logic, data, and context. That makes it easy to develop hard-to-reach states. Save these UI states as&nbsp;stories&nbsp;to revisit during development, testing, or QA.</p><h3><br></h3><h3>Jira Clone Storybook</h3><p>This is the collection of components that I wrote for <a href='http://jira.trungk18.com/' rel='noopener noreferrer' target='_blank' style='color: var(--vscode-textLink-foreground);'>jira.trungk18.com</a>, includes:</p><ul><li>Avatar</li><li>Breadcrumbs</li><li>Button</li><li>Input</li><li>More to come...</li></ul><p><br></p><p>Check out the&nbsp;storybook demo&nbsp;-&gt;&nbsp;<a href=\"https://jira-storybook.trungk18.com/\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: var(--color-text-link);\">https://jira-storybook.trungk18.com/</a></p><p><br></p><p><a href=\"https://github.com/trungk18/jira-clone-angular/blob/master/frontend/src/assets/img/jira-storybook.gif\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: var(--color-text-link); background-color: var(--color-bg-primary);\"><img src=\"https://github.com/trungk18/jira-clone-angular/raw/master/frontend/src/assets/img/jira-storybook.gif\" alt=\"Jira clone built with Angular 10, Akita and ng-zorro\"></a></p>",
60+
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
61+
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
62+
"id": "73",
63+
"status": "Backlog",
64+
"createdAt": "2020-10-26T15:13:08.070Z",
65+
"updatedAt": "2020-10-26T15:13:10.418Z",
66+
"listPosition": 1
67+
},
68+
5569
{
5670
"type": "Story",
5771
"priority": "Highest",

0 commit comments

Comments
 (0)