Skip to content

Commit e51c25d

Browse files
committed
Update README and add tetris button
1 parent f3dbf40 commit e51c25d

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# A simplified Jira clone built with Angular 9 and Akita
22

3-
> In response to numerous positive feedbacks, I have already started working on Phase 2 together with my friends [Chau Tran][chau] and [Tiep Phan][tiep]. We will bring the GraphQL and Authentication to "live" soon.
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.
4+
>
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/) 🎮
46
>
57
> Thanks for your continuous support. Stay tuned! :muscle:
68
@@ -13,6 +15,7 @@ This is not only a simplified Jira clone built with Angular 9, but also an examp
1315
<p>
1416

1517
- [A simplified Jira clone built with Angular 9 and Akita](#a-simplified-jira-clone-built-with-angular-9-and-akita)
18+
1619
- [Working application](#working-application)
1720
- [Who is it for 🤷‍♀️](#who-is-it-for-️)
1821
- [Tech stack](#tech-stack)
@@ -36,8 +39,8 @@ This is not only a simplified Jira clone built with Angular 9, but also an examp
3639
- [Credits](#credits)
3740
- [License](#license)
3841

39-
</p>
40-
</details>
42+
</p>
43+
</details>
4144

4245
## Working application
4346

@@ -151,7 +154,7 @@ I will take two weeks break to:
151154

152155
### Phase 2
153156

154-
> July 10 - 25, 2020
157+
> August 2020
155158
156159
- [ ] Refactor the mono repo to use Nx Workspace
157160
- [ ] GraphQL API and store data on the actual database

backend/src/project/projects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const Project = {
9898
description:
9999
'<h3>I will set up a GraphQL endpoint as soon as possible</h3><p>I am currently using NestJS and storing data on a <code>json</code> file. I like the idea behind GraphQL, it is the good chance to learn more about that technology.</p>',
100100
type: 'Story',
101-
status: 'Backlog',
101+
status: 'InProgress',
102102
priority: 'Medium',
103103
listPosition: 1,
104104
createdAt: '2020-06-12T14:40:01.262Z',

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
</div>
1818
</j-button>
1919
</a>
20+
<a href="https://github.com/trungk18/angular-tetris"
21+
target="_blank"
22+
rel="noreferrer noopener">
23+
<j-button className="btn-secondary mr-2"> 🎮 Angular Tetris
24+
</j-button>
25+
</a>
2026
<a href="https://github.com/trungk18/jira-clone-angular"
2127
target="_blank"
2228
rel="noreferrer noopener">

frontend/src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@
4949
</div>
5050
</div>
5151
</app-root>
52+
<script>
53+
var gtag;
54+
</script>
5255
</body>
5356
</html>

0 commit comments

Comments
 (0)