codefortulsa / BPZAround.me

BPZAround.me alerts you when someone is building, planning, or zoning around you.
Apache License 2.0
4 stars 10 forks source link

Models and API for users and contacts #17

Open jwhitlock opened 10 years ago

jwhitlock commented 10 years ago

Add user and contact models Django-standard users may not be a good fit.

Users:

Phone contact:

Email contact:

The API should allow creating a user and associate contacts, lookup status of a contact, but no list of users or contact info.

groovecoder commented 10 years ago

It's a bit kitchen-sink, but I suggest django-allauth for this. It will give us email verification features and the ability to add registration via Facebook later.

jwhitlock commented 9 years ago

There's two reasons to gather user info:

This issue is all about the notifications, so I'm moving it to that milestone. If we want to setup a mailing list for changes to the project, that can be a new issue.