Aye Aye Aung #74
openElection Managment - Election
100%
Description
Create new elections with custom parameters (e.g., start/end dates, type of election, name and desc).Define election settings such as voting method (candidate and Questionnaire).
election_tbl
id (BIGINT UNSIGNED)
title (VARCHAR(255))
description (TEXT)
start_date (DATETIME)
end_date (DATETIME)
election_type (ENUM: 'candidate', 'questionnaire')
user_id (BIGINT UNSIGNED) -- Foreign key referencing users.id
is_active (BOOLEAN)
created_at (TIMESTAMP)
updated_at (TIMESTAMP)
created_by (varchar(255)) <= created user name
updated_by (varchar(255)) <= updated user name
Updated by Aye Aye Aung about 1 year ago
- Subject changed from Election Managment to Election Managment - Election
Updated by Win Lae about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Aye Aye Aung 11 months ago
election_tbl
id (BIGINT UNSIGNED)
title (VARCHAR(255))
description (TEXT)
start_date (DATETIME)
end_date (DATETIME)
election_type (ENUM: 'candidate', 'questionnaire', 'both')
user_id (BIGINT UNSIGNED) -- Foreign key referencing users.id
is_active (BOOLEAN)
created_at (TIMESTAMP)
updated_at (TIMESTAMP)
created_by (varchar(255)) <= created user name
updated_by (varchar(255)) <= updated user name