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 #1

Updated by Aye Aye Aung about 1 year ago

  • Subject changed from Election Managment to Election Managment - Election
Actions #2

Updated by Win Lae about 1 year ago

  • Status changed from New to In Progress
Actions #3

Updated by Win Lae about 1 year ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
Actions #4

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

Actions

Also available in: Atom PDF