Actions
Aye Aye Aung #74
openElection Managment - Election
Start date:
01/08/2025
Due date:
01/08/2025 (about 13 months late)
% Done:
100%
Estimated time:
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
Actions