Skip to content

Commit

Permalink
doc: add comments for excel Download
Browse files Browse the repository at this point in the history
  • Loading branch information
holdan-8 committed Jul 18, 2024
1 parent 3dbe1de commit b100df2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/app/data.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ export class DataService {
return repoData;
}

// request to get all users, repositories, institutions and organizations,
// these are used to get all the data for excel export and is restricted to logged in users
// *****************************************************************************************************
async loadAllUsers() {
const userData = await this.http
.get<{
Expand Down Expand Up @@ -184,6 +187,8 @@ async loadAllUsers() {
return organizationData;
}

// *****************************************************************************************************

async loadUserData(config: {
search: string;
sort: string;
Expand Down

0 comments on commit b100df2

Please sign in to comment.