OpenTwinCities / ndia-django

Django backend prototype of asset display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancements that I am working on in my fork

boydjohnson opened this issue · comments

screenshot I made a new app ndia_calendar within my fork of ndia-django and I wanted to write down a few thoughts on what I want to build. Anyone can add here what they want to see added.

  • A unified internal user space where events can be logged, and organizations added. The django admin is ok for now but a real working site would have a more customized and stylized user space.
    -The Category model should have a colorpicker to choose a color for each category (spectrum.js)
    -
  • A slick searchable interface that will consume the api:
    My thoughts are that we should put effort into using time data as well as geographical data. We could even include bus line data so a person could search for "computer lab" events at 8am on Fridays after 10/10/2015 near the 6 line. This page should be part calendar part map.
  • The api should use the django-rest-framework as it is more fully featured.
  • A commenting system where users log in via a Social app (python-oath-social)

More to come