Skip to content

Commit

Permalink
Added the configuration for file-info (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahil-tarento authored Dec 5, 2023
1 parent e2518ae commit 86bd0e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ public ResponseEntity<Map<String, Map<String, Object>>> getFileInfo(String orgId
put("course-report", "CBPReport.csv");
put("cba-report", "UserAssessmentReport.csv");
put("user-assessment-report-cbp", "StandaloneAssessmentReport.csv");
put("blended-program-report-mdo", "BlendedProgramReport.csv");
put("blended-program-report-cbp", "BlendedProgramReport.csv");
}};
Map<String, Map<String, Object>> reportTypeInfo = new HashMap<>();
for (String reportType : serverProperties.getReportTypeGetFileInfo()) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ progress.api.update.endpoint=/v1/content/state/admin/update
user.registration.welcome.email.signinLink=https://karmayogibm.nic.in/protected/v8/resource
user.registration.welcome.email.discoverLink=https://karmayogibm.nic.in/page/learn
user.registration.welcome.email.meetingLink=https://teams.microsoft.com/l/meetup-join/19%3ameeting_M2Y3ZDE2ZDMtMWQwYS00OWQzLWE3NDctNDRkNTdjOGI4Yzll%40thread.v2/0?context=%7b%22Tid%22%3a%2240cfb65c-9b71-435f-8bc2-bc2c69df1aca%22%2c%22Oid%22%3a%22cbd37bc9-5c33-401f-b590-9decb3c370f8%22%7d
report.type.get.file.info=user-report,course-report,user-assessment-report-cbp,user-enrollment-report,cba-report
report.type.get.file.info=user-report,course-report,user-assessment-report-cbp,user-enrollment-report,cba-report,blended-program-report-mdo,blended-program-report-cbp
redis.questions.read.timeout=3600
read.assess.questions.from.redis=true

Expand Down

0 comments on commit 86bd0e3

Please sign in to comment.