diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-03 15:13:07 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-03 15:13:07 +0000 |
commit | 93e4cef5b914bc47c10287411d460aa6f2c82a29 (patch) | |
tree | c235f46205a5e0d0f3cdcd5733334eb5f83f86cd /notes/code_structure.txt | |
parent | 72a74291dea0274b52cf5796b2b3d110d1c3e49f (diff) |
Added various bits of documentation
Diffstat (limited to 'notes/code_structure.txt')
-rw-r--r-- | notes/code_structure.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/notes/code_structure.txt b/notes/code_structure.txt new file mode 100644 index 000000000..8c01fba8b --- /dev/null +++ b/notes/code_structure.txt @@ -0,0 +1,11 @@ +The code is broken down into the following sections: + +website: code to display the website and handle user submissions + +backend: send alerts to the councils, work out who should get the alert, various +confirmtaion emails + +mobile apps: currently for iPhone and Android - two separate apps + +utility scripts: odds and ends - eg importing photos from Flickr tagged +'fixmystreet' |