Skip to content

Commit

Permalink
Addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterl committed May 26, 2024
1 parent 91b03df commit bf1d57f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/oas-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"openapi" : "3.0.3",
"info" : {
"title" : "DRES Client API",
"version" : "2.0.1-SNAPSHOT",
"description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.1-SNAPSHOT"
"version" : "2.0.1",
"description" : "Client API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.1"
},
"paths" : {
"/api/v2/client/evaluation/currentTask/{evaluationId}" : {
Expand Down
4 changes: 2 additions & 2 deletions doc/oas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"openapi" : "3.0.3",
"info" : {
"title" : "DRES API",
"version" : "2.0.1-SNAPSHOT",
"description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.1-SNAPSHOT",
"version" : "2.0.1",
"description" : "API for DRES (Distributed Retrieval Evaluation Server), Version 2.0.1",
"contact" : {
"name" : "The DRES Dev Team",
"url" : "https://dres.dev"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,10 @@ export class TeamBuilderDialogComponent {
}

onMemberFilterChanged(filter: string){
console.log(`MEMBER: was: ${this.memberFilterText} is: ${filter}`)
this.memberFilterText = filter;
}

onAvailalbeFilterChanged(filter: string){
console.log(`AVAIL: was: ${this.availableFilterText} is: ${filter}`)
this.availableFilterText= filter;
}

Expand Down

0 comments on commit bf1d57f

Please sign in to comment.