Skip to content

Commit

Permalink
job factory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
varshamahuli97 committed Mar 20, 2024
1 parent b940c61 commit 63dcba4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,6 @@ case class DashboardConfig (
acbpMdoEnrolmentReportPath: String,
acbpMdoSummaryReportPath: String,
kcmReportPath: String,
//ml report config
gracePeriod: String,
solutionIDs: String,
baseUrlForEvidences: String,
mlMongoDatabase: String,
surveyCollection: String,
mlReportPath: String,

commsConsolePrarambhEmailSuffix: String,
commsConsoleNumDaysToConsider: Int,
Expand All @@ -146,6 +139,14 @@ case class DashboardConfig (
commsConsolePrarambhNCount: Int,
commsConsolePrarambhCbpIds: String,

//ml report config
gracePeriod: String,
solutionIDs: String,
baseUrlForEvidences: String,
mlMongoDatabase: String,
surveyCollection: String,
mlReportPath: String,


prefixDirectoryPath: String,
destinationDirectoryPath: String,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package org.ekstep.analytics.job

import org.ekstep.analytics.dashboard.DashboardSyncJob
import org.ekstep.analytics.dashboard.exhaust.DataExhaustJob
import org.ekstep.analytics.dashboard.hall.of.fame.HallOfFameJob
import org.ekstep.analytics.dashboard.karma.points.KarmaPointsJob
import org.ekstep.analytics.dashboard.leaderboard.LearnerLeaderBoardJob
import org.ekstep.analytics.dashboard.report.kcm.KCMJob
import org.ekstep.analytics.dashboard.report.acbp.UserACBPReportJob
import org.ekstep.analytics.dashboard.report.assess.UserAssessmentJob
Expand Down Expand Up @@ -69,8 +69,8 @@ object JobFactory {
CommsReportJob
case "karma-points" =>
KarmaPointsJob
case "hall-of-fame" =>
HallOfFameJob
case "learner-leaderboard" =>
LearnerLeaderBoardJob
case "kcm-report" =>
KCMJob
case "acbp-report" =>
Expand Down

0 comments on commit 63dcba4

Please sign in to comment.