Giter Site home page Giter Site logo

wishlist's Introduction

Wishlist.app

A django app for creating gift exchange groups and wish list assignments

Heroku deployment

The app has the following features:

  • General user interface (sign-up, login, etc.)
  • Interface for user-based management of groups
  • Interface for creating wish lists
  • Interface for choosing wish list assignment method and distributing wish lists among group memebers (both manual and random)
  • Rudimentary notification system

Dependencies:

Wishlist.app uses following packages:

  • django
  • environs
  • gunicorn
  • numpy (for random assignment algorithms)
  • psycopg2
  • environs
  • reportlab and xhtml2pdf (for generating basic wish list print-outs)
  • six (for generating user activation tokens)
  • whitenoise

Reflections and improvement potential:

This is my first django project. I had only had experience following the excellenet tutorials provided by the "Django for..." books by William S. Vincent. The requirements for the project also grew organically, and there is thus a distinct feeling of "progression" in my coding style from what I wrote at the beginning compared to the end.

For example, I was trying to do everything within the class-based view system. This would inevitably prove too complex for pages containing two forms, complex POST functionalities etc and I opted for creating my own function based views. (This is a technique that would have saved a tremendous amount of pain had I learned earlier). I would also have opted for a Sass approach to styling (my css looks very messy at this point), and have a more structured approach to the naming of models, views, templates etc. The admin section could also do with some improvements.

In terms of additional features, these come to mind:

  • Internationalization / Localization.
  • Implementation of a mobile version

But this will probably be in a different project.

Other Acknowledgements:

Screenshots:

Screenshot1 Screenshot2 Screenshot3

wishlist's People

Contributors

andreas-andersen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.