CN110019183A - A kind of conference ballot count of votes management system - Google Patents

A kind of conference ballot count of votes management system Download PDF

Info

Publication number
CN110019183A
CN110019183A CN201710778818.XA CN201710778818A CN110019183A CN 110019183 A CN110019183 A CN 110019183A CN 201710778818 A CN201710778818 A CN 201710778818A CN 110019183 A CN110019183 A CN 110019183A
Authority
CN
China
Prior art keywords
ballot
data
account
votes
count
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201710778818.XA
Other languages
Chinese (zh)
Inventor
不公告发明人
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhenjiang Yction Software Co Ltd
Original Assignee
Zhenjiang Yction Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhenjiang Yction Software Co Ltd filed Critical Zhenjiang Yction Software Co Ltd
Priority to CN201710778818.XA priority Critical patent/CN110019183A/en
Publication of CN110019183A publication Critical patent/CN110019183A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G07CHECKING-DEVICES
    • G07CTIME OR ATTENDANCE REGISTERS; REGISTERING OR INDICATING THE WORKING OF MACHINES; GENERATING RANDOM NUMBERS; VOTING OR LOTTERY APPARATUS; ARRANGEMENTS, SYSTEMS OR APPARATUS FOR CHECKING NOT PROVIDED FOR ELSEWHERE
    • G07C13/00Voting apparatus

Abstract

Conference ballot count of votes is a kind of common democratic manner, mainly there is traditionally on paper ballot, hardware ballot device two kinds of major ways of ballot at present.The problems such as traditionally on paper ballot is provided there are papery waste, the long-term rapid wear of papery, collection and statistical efficiency is low, in the trend being eliminated.Hardware ballot device ballot solves the above-mentioned existing three major issues of traditionally on paper ballot, but there is a problem of that cost is bigger than normal.It on the one hand is because hardware lower deployment cost is bigger than normal, and after deployment, can only vote in the meeting room disposed, can not be used in other meeting rooms;It on the other hand is because ballot device itself is also vulnerable part, transducer set, use cost are bigger than normal again for basic need after 3 or five years.The present invention proposes a kind of conference ballot count of votes management system (the conference ballot count of votes management system realized based on mobile Internet and cell phone application), both the above-mentioned existing three major issues of traditionally on paper ballot had been solved, use cost is again lower, user is only needed to can be used in mobile phone installation APP, reduce use cost, the wasting of resources is prevented, has been a kind of following conference voting count of votes usage mode more welcome.

Description

A kind of conference ballot count of votes management system
Technical field
The present invention relates to information data administrative skill fields, particularly relate to a kind of conference ballot count of votes management system.
Background technique
Conference ballot count of votes is a kind of common democratic manner, mainly has traditionally on paper ballot, hardware ballot device to throw at present Two kinds of major ways of ticket.Traditionally on paper ballot there are papery waste, the long-term rapid wear of papery, collect granting and statistical efficiency is low etc. asks Topic, in the trend being eliminated.Hardware ballot device ballot solves the above-mentioned existing three major issues of traditionally on paper ballot, but exists Cost problem bigger than normal.It on the one hand is bigger than normal because of hardware lower deployment cost, and after deployment, it can only be in the meeting room disposed It votes, can not be used in other meeting rooms;It on the other hand is because ballot device itself is also vulnerable part, three or five Nian Houji Transducer set, use cost are bigger than normal again for this needs.
The present invention proposes a kind of conference ballot count of votes management system realized based on mobile Internet and cell phone application, both solves The above-mentioned traditionally on paper of having determined is voted existing three major issues, and use cost is again lower, it is only necessary to which user can make in mobile phone installation APP With reducing use cost, prevented the wasting of resources, be a kind of following conference voting count of votes usage mode more welcome.
Summary of the invention
The present invention provides a kind of conference ballot count of votes management system, to realize the ballot count of votes management of conference.As a result, originally Invention includes following functions module:
Database storage module: to store all kinds of physical data information;
Account information data table: to record the account information for participating in voter, using cell-phone number as unique mark;
Theme of ballot tables of data and polling option tables of data: the relevant information to record theme of ballot and polling option, ballot The major key of option data table is the external key of theme of ballot tables of data, to form corresponding incidence relation;
Account polled data table: the relevant information to record account ballot;
It votes device: to show polling option, after participant's ballot, voting results being returned into account polled data Table;
Vote counter: to according to ballot situation, with the page of bar graph form real-time display voting results.
Specific embodiment
To keep the technical problem to be solved in the present invention, technical solution and advantage clearer, below in conjunction with specific implementation Example is described in detail.
Embodiment
The present invention includes following module:
Database storage module: to store all kinds of physical data information;
Account information data table: to record the account information for participating in voter, using cell-phone number as unique mark;
Theme of ballot tables of data and polling option tables of data: the relevant information to record theme of ballot and polling option, ballot The major key of option data table is the external key of theme of ballot tables of data, to form corresponding incidence relation;
Account polled data table: the relevant information to record account ballot;
It votes device: to show polling option, after participant's ballot, voting results being returned into account polled data Table;
Vote counter: to according to ballot situation, with the page of bar graph form real-time display voting results.
Content is embodied:
(1) account information data table: the field in table are as follows: TableUser { Uid, Uname }, wherein Uid- phone number, Uname- account information, each record the essential information of a corresponding participant.
(2) theme of ballot tables of data and polling option tables of data: theme of ballot tables of data, the field in table are set are as follows: TableT { TitleID, content }, wherein the major key of TitleID theme of ballot tables of data, records only to identify every One property, content are theme of ballot content;Polling option tables of data, the field in table are set are as follows: TableTT Tid, TitleID, content }, wherein Tid is the major key of polling option tables of data, to identify the uniqueness of every record, Title For theme of ballot, TitleID is external key, and the major key of corresponding theme of ballot tables of data forms pair of polling option and theme of ballot It should be related to, content is the content of specific option.
(3) account polled data table: setting account polled data table TableVote, the field in table be TVid, Uid, Tid }, wherein TVid is the major key of account polled data table, and to identify the uniqueness of every record, Uid is external key, corresponding The major key of account information data table, Tid are external key, the major key of corresponding polling option tables of data.
(4) it votes device: to show polling option, after participant's ballot, voting results being returned into account and are thrown Ticket data table, result formats are { Uid, Tid }, and Uid is the current phone number of account, and Tid is its selected polling option ID identification information, voting results are deposited into account polled data table, record account voting records.
(5) ballot counter: device one record of every return is voted, is being stored in the same of data to account polled data table When, the nose count device of corresponding option information is added 1, will be ultimately formed the statistical information of all voting records, statistics is believed Breath is shown in terminal page in the form of histogram.
The above is a preferred embodiment of the present invention, it is noted that for those skilled in the art For, without departing from the principles of the present invention, several improvements and modifications can also be made, these improvements and modifications It should be regarded as protection scope of the present invention.

Claims (6)

1. the present invention provides a kind of conference ballot count of votes management system, including following functions module:
Database storage module: to store all kinds of physical data information;
Account information data table: to record the account information for participating in voter, using cell-phone number as unique mark;
Theme of ballot tables of data and polling option tables of data: the relevant information to record theme of ballot and polling option, ballot The major key of option data table is the external key of theme of ballot tables of data, to form corresponding incidence relation;
Account polled data table: the relevant information to record account ballot;
It votes device: to show polling option, after participant's ballot, voting results being returned into account polled data Table;
Vote counter: to according to ballot situation, with the page of bar graph form real-time display voting results.
The count of votes management system 2. a kind of conference according to claim 1 is voted, which is characterized in that the account information data Table, the field in table are as follows: TableUser { Uid, Uname }, wherein Uid- phone number, Uname- account information, each note Record the essential information of a corresponding participant.
The count of votes management system 3. a kind of conference according to claim 1 is voted, which is characterized in that the theme of ballot data Theme of ballot tables of data, the field in table is arranged in table and polling option tables of data are as follows: TableT { TitleID, content }, The wherein major key of TitleID theme of ballot tables of data, to identify the uniqueness of every record, content is in theme of ballot Hold;Polling option tables of data, the field in table are set are as follows: TableTT { Tid, TitleID, content }, wherein Tid is ballot The major key of option data table, to identify the uniqueness of every record, Title is theme of ballot, and TitleID is external key, corresponding The major key of theme of ballot tables of data, forms the corresponding relationship of polling option and theme of ballot, and content is the interior of specific option Hold.
The count of votes management system 4. a kind of conference according to claim 1 is voted, which is characterized in that the account polled data Account polled data table TableVote is arranged in table, and the field in table is { TVid, Uid, Tid }, and wherein TVid is account ballot The major key of tables of data, to identify the uniqueness of every record, Uid is external key, the major key of corresponding account information data table, Tid For external key, the major key of corresponding polling option tables of data.
The count of votes management system 5. a kind of conference according to claim 1 is voted, which is characterized in that it is described to vote device, To show polling option, after participant's ballot, voting results are returned into account polled data table, result formats are { Uid, Tid }, Uid are the current phone number of account, and Tid is the ID identification information of its selected polling option, will be voted As a result it is deposited into account polled data table, records account voting records.
The count of votes management system 6. a kind of conference according to claim 1 is voted, which is characterized in that the ballot counter, Device one record of every return is voted, while being stored in data to account polled data table, by corresponding option information Nose count device adds 1, will be ultimately formed the statistical information of all voting records, and statistical information is shown in the form of histogram In terminal page.
CN201710778818.XA 2017-09-01 2017-09-01 A kind of conference ballot count of votes management system Pending CN110019183A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710778818.XA CN110019183A (en) 2017-09-01 2017-09-01 A kind of conference ballot count of votes management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710778818.XA CN110019183A (en) 2017-09-01 2017-09-01 A kind of conference ballot count of votes management system

Publications (1)

Publication Number Publication Date
CN110019183A true CN110019183A (en) 2019-07-16

Family

ID=67186185

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710778818.XA Pending CN110019183A (en) 2017-09-01 2017-09-01 A kind of conference ballot count of votes management system

Country Status (1)

Country Link
CN (1) CN110019183A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1992622A (en) * 2005-12-29 2007-07-04 腾讯科技(深圳)有限公司 Method for implementing group subscriber ballot in instant communication system
CN103065385A (en) * 2012-11-27 2013-04-24 浙江中呼科技有限公司 Mobile phone voting method and voting system for method
CN103886411A (en) * 2014-03-21 2014-06-25 沈阳化工大学 Online voting system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1992622A (en) * 2005-12-29 2007-07-04 腾讯科技(深圳)有限公司 Method for implementing group subscriber ballot in instant communication system
CN103065385A (en) * 2012-11-27 2013-04-24 浙江中呼科技有限公司 Mobile phone voting method and voting system for method
CN103886411A (en) * 2014-03-21 2014-06-25 沈阳化工大学 Online voting system

Similar Documents

Publication Publication Date Title
Atkeson et al. The effect of election administration on voter confidence: A local matter?
Abramson et al. The varieties of CitiStat
Glasser et al. Public journalism and the prospects for press accountability
Krause et al. Corruption and elections: An empirical study for a cross‐section of countries
Kolodny et al. Convergence or divergence? Do parties and outside groups spend on the same candidates, and does it matter?
Fogarty et al. News attention to voter fraud in the 2008 and 2012 US elections
Stewart Adding up the costs and benefits of voting by mail
Knack et al. Who uses inferior voting technology?
CN110019183A (en) A kind of conference ballot count of votes management system
Bennett The press, power and public accountability
Marland et al. The audience is listening: Talk radio and public policy in Newfoundland and Labrador
Harbers et al. Shaping electoral outcomes: intra-and anti-systemic violence in Indian assembly elections
Inbody Voting by overseas citizens and military personnel
Mulroy et al. THE UNIVERSITY OF MEMPHIS LAW REVIEW
Mphaisha The state of democratisation in Zambia
Bell et al. The United States Presidential Election of 2020: Evidence-based and Nonpartisan Perspectives
WO2022185412A1 (en) Voting system and voting program
CN103679908A (en) Intelligent voting device based on campus card
Arenas Coattail effects and turnout: Evidence from a quasi-experiment
Feuer Despite the Fears, Election Day Mostly Goes as Planned.
Mihajlovic The changes in Britain’s party system resulting from Brexit-related internal political struggle
Tarai Losses in Fiji's 2018 National Elections
AU2016101566A4 (en) A System for Voting at Polling Places using Computer Equipment
Chen {NetRadar}: Monitoring the Datacenter Network
Kneidinger et al. Evaluation and monitoring of fingerprint acquisitions for the European Visa Information System experiences from Austria

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20190716

WD01 Invention patent application deemed withdrawn after publication