Skip to content

Commit cabb9e2

Browse files
committed
feat: update Spotify story
1 parent ec5ee2a commit cabb9e2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

frontend/src/assets/data/project.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,24 @@
6060
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
6161
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
6262
"id": "73",
63-
"status": "Backlog",
63+
"status": "InProgress",
6464
"createdAt": "2020-10-26T15:13:08.070Z",
6565
"updatedAt": "2020-10-26T15:13:10.418Z",
6666
"listPosition": 2
6767
},
68+
{
69+
"type": "Story",
70+
"priority": "Highest",
71+
"title": "Angular Spotify 🎧",
72+
"description": "<p>Hey Angular people, what's up? </p><p>I wanted to introduce you my latest application: <strong>Angular Spotify.</strong></p><p><br></p><p>It is a simple Spotify client built with Angular 11, Nx workspace, ngrx, TailwindCSS and ng-zorro.</p><p><br></p><p>Check out the&nbsp;live application&nbsp;-&gt; <a href=\"https://spotify.trungk18.com\" rel=\"noopener noreferrer\" target=\"_blank\">https://spotify.trungk18.com</a></p><p><span style=\"color: var(--color-text-link);\">Source code: </span><a href=\"https://github.com/trungk18/angular-spotify\" rel=\"noopener noreferrer\" target=\"_blank\">https://github.com/trungk18/angular-spotify</a></p><p><br></p><p>Spotify premium&nbsp;is required for the Web Playback SDK to play music. If you are using a free account, you can still browse the app, but it couldn't play the music. Sorry about that&nbsp;🤣</p><h2><br></h2><p><a href=\"https://github.com/trungk18/angular-spotify/blob/main/libs/web/shared/assets/src/assets/readme/angular-spotify-demo-short.gif\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: var(--color-text-link); background-color: var(--color-bg-primary);\"><img src=\"https://github.com/trungk18/angular-spotify/raw/main/libs/web/shared/assets/src/assets/readme/angular-spotify-demo-short.gif\" alt=\"Angular Spotify Demo\"></a></p><p><br></p><p><br></p><p><a href=\"https://github.com/trungk18/angular-spotify/blob/main/libs/web/shared/assets/src/assets/readme/angular-spotify-visualization.gif\" rel=\"noopener noreferrer\" target=\"_blank\" style=\"color: var(--color-text-link); background-color: var(--color-bg-primary);\"><img src=\"https://github.com/trungk18/angular-spotify/raw/main/libs/web/shared/assets/src/assets/readme/angular-spotify-visualization.gif\" alt=\"Angular Spotify Visualizer\"></a></p><p><br></p>",
73+
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
74+
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
75+
"id": "2021",
76+
"status": "Backlog",
77+
"createdAt": "2021-04-28T14:56:55.049Z",
78+
"updatedAt": "2021-04-28T14:56:57.748Z",
79+
"listPosition": 1
80+
},
6881
{
6982
"type": "Story",
7083
"priority": "Highest",
@@ -73,7 +86,7 @@
7386
"reporterId": "d65047e5-f4cf-4caa-9a38-6073dcbab7d1",
7487
"userIds": ["d65047e5-f4cf-4caa-9a38-6073dcbab7d1"],
7588
"id": "2020",
76-
"status": "Backlog",
89+
"status": "Done",
7790
"createdAt": "2020-12-19T03:00:00.000Z",
7891
"updatedAt": "2020-12-19T03:00:00.000Z",
7992
"listPosition": 1

0 commit comments

Comments
 (0)