Skip to content

PSHS-EVC Student Alliance Elections Web App (v0.1.0-alpha)

Pre-release
Pre-release
Compare
Choose a tag to compare
@seanballais seanballais released this 12 Jun 14:43
· 59 commits to master since this release

This version contains full functionality of the home page and partial functionality in the voting page. A 'Thank You' page, and the database back end work is still in the works.

Changes

v0.1.0 - 2015-06-12

Added

  • The full code of SAElections.
  • Home page.
  • Incomplete voting page.
  • Facebook authentication support.
  • Important information in the README.

Notes (added on 2015-06-19)

  • Most of the development of this version was focused on making the UI look beautiful, and a good UX.
  • A good portion of the initial development of this version was focused on trying to figure out how to work with Django. There were I was tempted to rewrite the app in PHP. The initial obstacle was trying to figure out how to use templates and static files in a custom directory. The issues were fixed in five days (for templates) and two days (for static files).
  • This version was written from scratch because it would be easier if this app is written with Django. The legacy version (which was incomplete) was written with PHP.