Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
819ec72c
Commit
819ec72c
authored
4 years ago
by
Kumar Gauraw
Browse files
Options
Download
Patches
Plain Diff
Issue #SC-1928 feat: added controllers and actors
parent
319bc00c
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
assessment-api/assessment-actors/src/main/scala/org/sunbird/actors/QuestionActor.scala
+40
-0
...ors/src/main/scala/org/sunbird/actors/QuestionActor.scala
assessment-api/assessment-actors/src/main/scala/org/sunbird/actors/QuestionSetActor.scala
+41
-0
.../src/main/scala/org/sunbird/actors/QuestionSetActor.scala
assessment-api/assessment-actors/src/test/scala/org/sunbird/actors/QuestionActorTest.scala
+32
-0
...src/test/scala/org/sunbird/actors/QuestionActorTest.scala
assessment-api/assessment-actors/src/test/scala/org/sunbird/actors/QuestionSetActorTest.scala
+28
-0
.../test/scala/org/sunbird/actors/QuestionSetActorTest.scala
assessment-api/assessment-service/app/controllers/v4/QuestionController.scala
+80
-0
...sment-service/app/controllers/v4/QuestionController.scala
assessment-api/assessment-service/app/controllers/v4/QuestionSetController.scala
+100
-0
...nt-service/app/controllers/v4/QuestionSetController.scala
assessment-api/assessment-service/app/modules/AssessmentModule.scala
+4
-2
...api/assessment-service/app/modules/AssessmentModule.scala
assessment-api/assessment-service/app/utils/ActorNames.scala
+2
-0
assessment-api/assessment-service/app/utils/ActorNames.scala
assessment-api/assessment-service/app/utils/ApiId.scala
+18
-0
assessment-api/assessment-service/app/utils/ApiId.scala
assessment-api/assessment-service/app/utils/QuestionOperations.scala
+5
-0
...api/assessment-service/app/utils/QuestionOperations.scala
assessment-api/assessment-service/app/utils/QuestionSetOperations.scala
+5
-0
.../assessment-service/app/utils/QuestionSetOperations.scala
assessment-api/assessment-service/conf/application.conf
+1
-1
assessment-api/assessment-service/conf/application.conf
assessment-api/assessment-service/conf/routes
+19
-1
assessment-api/assessment-service/conf/routes
assessment-api/assessment-service/test/controllers/base/BaseSpec.scala
+1
-1
...i/assessment-service/test/controllers/base/BaseSpec.scala
assessment-api/assessment-service/test/controllers/v4/QuestionControllerSpec.scala
+49
-0
...-service/test/controllers/v4/QuestionControllerSpec.scala
assessment-api/assessment-service/test/controllers/v4/QuestionSetControllerSpec.scala
+49
-0
...rvice/test/controllers/v4/QuestionSetControllerSpec.scala
schemas/question/1.0/config.json
+15
-0
schemas/question/1.0/config.json
schemas/questionset/1.0/config.json
+20
-0
schemas/questionset/1.0/config.json
with
509 additions
and
5 deletions
+509
-5
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets