KPI
This commit is contained in:
parent
243f500d4a
commit
4f973738a3
15 changed files with 1896 additions and 733 deletions
|
|
@ -21,6 +21,7 @@ const urlFile = `${env.API_URI}/salary`;
|
|||
const kpiGroup = `${env.API_URI}/kpi/group`;
|
||||
const kpiLink = `${env.API_URI}/kpi/link`;
|
||||
const placementKeycloak = `${env.API_URI}/placement/officer/profileId`;
|
||||
const orgPosition = `${env.API_URI}/org/profile/profileid/position`;
|
||||
|
||||
export default {
|
||||
KPI,
|
||||
|
|
@ -69,9 +70,12 @@ export default {
|
|||
|
||||
kpiLink,
|
||||
|
||||
profilePosition: () => `${env.API_URI}/org/profile/profileid/position`,
|
||||
profilePosition:`${env.API_URI}/org/profile/profileid/position`,
|
||||
placementKeycloak,
|
||||
|
||||
profilePositionKey: () => `${env.API_URI}/org/profile/keycloak/position`,
|
||||
/** Report*/
|
||||
kpiReport: () => `${KPI}/report/announcement`,
|
||||
sendToCommander: `${KpiUser}/evaluation/admin/change-status`,
|
||||
sendToSummary: (id: string) => `${kpiEvaluation}/summary/${id}`,
|
||||
updatePoint: (id: string) => `${kpiEvaluation}/point/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue