diff --git a/index.html b/index.html index dcb7dc5..a2ca052 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ /* Constants for FLO blockchain operations !!Make sure to add this at begining!! */ const floGlobals = { blockchain: "FLO", - adminID: "FMyRTrz9CG4TFNM6rCQgy3VQ5NF23bY2xD", + adminID: "FMyRTrz9CG4TFNM6rCQgy3VQ5NF23bY2xD", application: "InternManage" } @@ -1280,13 +1280,13 @@ case 'task_details': if (!params || !params.id) return; const [projectCode, branch, task] = params.id.split('_') - const { taskTitle, taskDescription, category, maxSlots, duration, durationType, reward } = RIBC.getTaskDetails(projectCode, branch, task) + const { title, description, category, maxSlots, duration, durationType, reward } = RIBC.getTaskDetails(projectCode, branch, task) renderElem(getRef('task_details_wrapper'), html`
${taskDescription}
+${description}
${taskDescription}
+${description}
${taskDescription}
+${description}
${branchesButtons.length ? html`${taskDescription}
+${description}
${internName} applied for - ${RIBC.getTaskDetails(projectCode, branch, task).taskTitle} from + ${RIBC.getTaskDetails(projectCode, branch, task).title} from ${branch} of ${RIBC.getProjectDetails(projectCode).projectName}
@@ -2024,14 +2023,14 @@ }, internTaskCard(taskObj) { const { uniqueId, projectId, projectBranch, task } = taskObj - const { taskTitle, taskDescription } = RIBC.getTaskDetails(projectId, projectBranch, task) + const { title, description } = RIBC.getTaskDetails(projectId, projectBranch, task) const projectName = RIBC.getProjectDetails(projectId).projectName return html`${taskDescription}
+${description}