feat: implement target audience visibility and registration restrictions

This commit is contained in:
2026-06-25 05:12:02 +05:30
parent 0b1053a4e8
commit 025ea01afe
6 changed files with 111 additions and 8 deletions

View File

@@ -80,6 +80,10 @@ export interface Event {
request_by_faculty?: string;
request_by_HOD?: string;
targetedBatch?: string;
openToAll?: boolean;
academicYears?: string[];
targetedSections?: string[];
department?: string;
}
export interface Announcement {