Skip to content

AaronLaw/simple-lucky-draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

simple-lucky-draw

Prototype a lucky draw system. Prototype the logic of a lucky system for members. It might be repacked into a Django app woth membership system once the logic is done.

Idea @2020-09-16.

Initial Ideas

  1. Use faker to generate member data.
  2. Each member data as an object. (for interface programming in the future. 對接口編程。)
  3. Lucky draw members by top k frequency. (loop and loop over for n times, then get the top k members for the prize)

Releases

No releases published

Packages

No packages published