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
Grievance
Commits
cbff2ea5
Unverified
Commit
cbff2ea5
authored
1 year ago
by
Shishir Suman
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #12 from rahulbowade/main
Changes related to dashborad API
parents
7ee8fa62
c73eb2b6
main
Escalate_ticket_send_mail_to_raiser
UAT
UPHRH_7903_mobile_otp
UPHRH_quartz_scheduler
Velocity_template_changes
admin_config_changes
bug_fixes_01_11
github/fork/vky25/patch-1
rahu_test
shishir-bug-fixes
shishir_dynamic_schedular
shishir_ticket_statistics_by_user
user_management
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/main/java/org/upsmf/grievance/constants/Constants.java
+4
-4
src/main/java/org/upsmf/grievance/constants/Constants.java
src/main/java/org/upsmf/grievance/dto/SearchRequest.java
+2
-0
src/main/java/org/upsmf/grievance/dto/SearchRequest.java
src/main/java/org/upsmf/grievance/service/impl/SearchServiceImpl.java
+295
-164
...a/org/upsmf/grievance/service/impl/SearchServiceImpl.java
src/main/resources/application.properties
+4
-1
src/main/resources/application.properties
with
305 additions
and
169 deletions
+305
-169
src/main/java/org/upsmf/grievance/constants/Constants.java
+
4
−
4
View file @
cbff2ea5
...
...
@@ -3,6 +3,8 @@ package org.upsmf.grievance.constants;
public
class
Constants
{
public
static
final
String
TIME_ZONE
=
"Asia/Kolkata"
;
public
static
final
Long
PENDING_21_DAYS
=
21
l
;
public
static
final
Long
PENDING_15_DAYS
=
15
l
;
public
static
final
Long
AFFILIATION
=
1
l
;
public
static
final
Long
EXAM
=
2
l
;
public
static
final
Long
ADMISSION
=
3
l
;
...
...
@@ -21,12 +23,10 @@ public class Constants {
public
static
final
String
REGISTRATION_NAME
=
"REGISTRATION"
;
public
static
final
String
ADMISSION_NAME
=
"ADMISSION"
;
public
static
final
String
EXAM_NAME
=
"EXAM"
;
public
static
final
String
OPEN_TICKET
=
"openTicket"
;
public
static
final
String
DEPARTMENT
=
"department
"
;
public
static
final
String
OPEN_TICKET
_GTE15
=
"openTicket
Gte15
"
;
public
static
final
String
OPEN_TICKET_GTE21
=
"openTicketGte21
"
;
public
static
final
String
PERFORMANCE_INDICATORS
=
"performanceIndicators"
;
public
static
final
String
TURN_AROUND_TIME
=
"turnAroundTime"
;
public
static
final
String
ESCLATION_PERCENTAGE
=
"escalationPercentage"
;
public
static
final
String
NUDGE_TICKET_PERCENTAGE
=
"nudgeTicketPercentage"
;
public
static
final
String
TICKET_PENDING
=
"ticketpending"
;
}
This diff is collapsed.
Click to expand it.
src/main/java/org/upsmf/grievance/dto/SearchRequest.java
+
2
−
0
View file @
cbff2ea5
...
...
@@ -22,6 +22,8 @@ public class SearchRequest {
private
Long
cc
;
private
List
<
Integer
>
ccList
;
private
SearchDateRange
date
;
private
Boolean
isJunk
;
...
...
This diff is collapsed.
Click to expand it.
src/main/java/org/upsmf/grievance/service/impl/SearchServiceImpl.java
+
295
−
164
View file @
cbff2ea5
This diff is collapsed.
Click to expand it.
src/main/resources/application.properties
+
4
−
1
View file @
cbff2ea5
...
...
@@ -44,6 +44,9 @@ gcp.max.file.size=2mb
gcp.config.file.path
=
/Users/shishirsuman/Desktop/upsmf.json
gcp.client.id
=
gcp.client.email
=
gcp.pkcs.key
=
gcp.private.key.id
=
gcp.pkcs.key
=
#Dashboard
pending.21.days
=
21
pending.15.days
=
15
This diff is collapsed.
Click to expand it.
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