Skip to content

Commit

Permalink
feat: project detail edit
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-duggal-dazn committed Apr 29, 2024
1 parent 2dc1187 commit e235ca9
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class WorkSectionComponent {
mainWork:Array<any> = [
{
projectName: 'DAZN',
description: 'Stream live and on-demand sports anytime, anywhere on your favorite devices.',
description: 'It\'s Stream live and on-demand sports anytime, anywhere on your favorite devices.',
link:'https://www.dazn.com/',
tech:[
'Nodejs',
Expand Down Expand Up @@ -65,9 +65,11 @@ export class WorkSectionComponent {
'AWS EC2'
],
tasks:[
"this is my task"
'Improve chat system fix bugs',
'Fix Subscription bug',
'implement employer-worker interview functionality',
],
resposibilities:[
responsibilities:[
'this is my responsibilities'
],
images:[
Expand Down Expand Up @@ -99,6 +101,9 @@ export class WorkSectionComponent {
"Troubleshot and resolved bugs in the website.",
"Add new functionality based on client’s requirement",
"Implemented an automated testing strategy using Selenium WebDriver to enhance software quality and streamline testing processes.",
'Improve chat system fix bugs',
'Fix Subscription bug',
'implement employer-worker interview functionality',
"Angular is being used on the front-end. On the back-end, ExpressJs, Postgres, and MongoDB are used. and Jira for task management.",
],
responsibilities:[
Expand Down

0 comments on commit e235ca9

Please sign in to comment.