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
examsAndAdmissions
Commits
178666da
Commit
178666da
authored
1 year ago
by
jay pratap singh
Browse files
Options
Download
Patches
Plain Diff
adding code for pending verifications of enrolments
parent
0a60efc1
main
1 merge request
!8
adding code for pending verifications of enrolments
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
upsmf-entity/pom.xml
+8
-0
upsmf-entity/pom.xml
upsmf-entity/src/main/java/com/tarento/upsmf/examsAndAdmissions/controller/StudentController.java
+25
-2
...psmf/examsAndAdmissions/controller/StudentController.java
upsmf-entity/src/main/java/com/tarento/upsmf/examsAndAdmissions/model/Student.java
+5
-0
...a/com/tarento/upsmf/examsAndAdmissions/model/Student.java
upsmf-entity/src/main/java/com/tarento/upsmf/examsAndAdmissions/model/VerificationStatus.java
+1
-1
...to/upsmf/examsAndAdmissions/model/VerificationStatus.java
upsmf-entity/src/main/java/com/tarento/upsmf/examsAndAdmissions/model/dto/StudentDto.java
+2
-0
...arento/upsmf/examsAndAdmissions/model/dto/StudentDto.java
upsmf-entity/src/main/java/com/tarento/upsmf/examsAndAdmissions/repository/StudentRepository.java
+4
-0
...psmf/examsAndAdmissions/repository/StudentRepository.java
upsmf-entity/src/main/java/com/tarento/upsmf/examsAndAdmissions/service/StudentService.java
+18
-0
...ento/upsmf/examsAndAdmissions/service/StudentService.java
with
63 additions
and
3 deletions
+63
-3
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