You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ When I look at the application, it is huge. When the task is huge, you don't kno
103
103
104
104
I learned a lot of stuff. I know you might also have a curiosity about the process of building the same scale app as well. That's why I am writing a tutorial series on how I built Angular Jira clone from scratch. I hope you guys will learn something from that too :)
105
105
106
-
Please bear with me for a little longer. Because with almost 50 hours coding, to write every single step is impossible. But hopefully through the tutorial, you will get the idea and can start building your idea very soon.
106
+
Because with almost 45 hours coding, to write every single step is impossible. But I will try to be as detail as possible. Hopefully through the tutorial, you will get the idea and can start building your idea very soon. Please bear with me.
107
107
108
108
Its series will also be published in Vietnamese as part of our [angular-vietnam/100-days-of-angular][100days].
109
109
@@ -127,7 +127,7 @@ Its series will also be published in Vietnamese as part of our [angular-vietnam/
127
127
128
128
## Time spending
129
129
130
-
I built it as the side project so It usually took longer than expected. One day, my team and I were fire fighting on PROD until 11 PM. After taking a shower, I continue with Angular Jira clone for another two hours...
130
+
It is a side project that I only spent time outside of the working hours to working on. One day, my team and I were fire fighting on PROD until 11 PM. After taking a shower, I continue with Angular Jira clone for another two hours...
131
131
132
132
According to waka time report, I have spent about 45 hours working on this project. Which is equivalent to watch the [whole Stranger Things series twice][stranger].
133
133
@@ -147,7 +147,7 @@ I built a very simple NestJS API to send a fixed data structure to the client. A
147
147
148
148
### Proper authentication system 🔐
149
149
150
-
I am currently sending a fixed email and a random password to the server to get the current user back. Phase 2 will also bring a proper authentication system.
150
+
I am currently sending the same email and a random password to the server without any check to get the current user back. Phase 2 will also bring a proper authentication system.
151
151
152
152
### Accessibility ♿
153
153
@@ -157,15 +157,19 @@ Not all components have properly defined [aria attributes](https://developer.moz
0 commit comments