Project

General

Profile

Actions

Aye Aye Aung #74

open

Election Managment - Election

Added by Aye Aye Aung about 1 year ago. Updated 11 months ago.

Status:
Resolved
Priority:
Critical
Assignee:
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

Also available in: Atom PDF