{message}
+No comments yet.
+ )} + {comments.map((c) => ( +{c.content}
+{sub.content}
+ {sub.reviewNote && ( +Review: {sub.reviewNote}
+ )} +{task.description}
+ {task.tags && task.tags.length > 0 && ( +{sub.content}
+ {reviewTarget === sub.id ? ( +| Task | +Status | +Priority | +Assigned To | +Deadline | +Actions | +
|---|---|---|---|---|---|
|
+ {task.title}
+ {task.tags && task.tags.length > 0 && (
+
+ {task.tags.map((tag) => (
+
+ {tag}
+
+ ))}
+
+ )}
+ |
+
+ |
+
+ |
+ {task.assignedToName} | ++ {new Date(task.deadline).toLocaleDateString("en-IN", { + day: "numeric", + month: "short", + year: "numeric", + })} + | +
+
+
+ {hasPermission("EDIT_TASK") && (
+
+ )}
+ {hasPermission("DELETE_TASK") && (
+
+ )}
+
+ |
+
Add a new task to an event
+{task.title}
++ {hasPermission("VIEW_ALL_TASKS") ? "All event tasks" : "Your assigned tasks"} +
+{att.name}
+{att.type}
++ These actions are restricted to Organizers and Admins. Please review carefully before taking action. +
+ +Status
+Version
+Submitted At
+Last Updated
+{member.name}
+{member.role}
+{event.description}
+by {event.actorName}
+{error || "Project not found"}
+ +