ampcc / coding-challenge

Other
3 stars 2 forks source link

Feature/upload challenge and get result #236

Closed langtobi98 closed 1 year ago

vis9494 commented 1 year ago

Could you use the followig structure in admin-apllications.ts

let dialogRef = this.dialog.open(DialogComponent, { data: { title: 'Applicant ' + application.applicationId, description: { link: "Open Project on GitHub", url: "https://github.com/ampcc/" + application.githubRepo, details: "

" + this.resultOfLinting + "
" }, buttons: { right: { title: 'Cancel', look: 'secondary' } } }, buttons: { right: { title: 'Cancel', look: 'secondary' } } }, });

We still need the programming language and operating system and I feel like having all of them seperated would make it easier for us. I will add the target="_blank" in the dialog.html file