diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL.pod | 2 | ||||
-rw-r--r-- | notes/code_structure.txt | 2 | ||||
-rw-r--r-- | notes/states.txt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/notes/INSTALL.pod b/notes/INSTALL.pod index b795a0043..ea549bd7e 100644 --- a/notes/INSTALL.pod +++ b/notes/INSTALL.pod @@ -105,7 +105,7 @@ C<bin/install_perl_modules> script, so run that now. This will install them into a directory called local. It uses cpanminus and Carton under the hood but should install these -of they are missing. You may need to install some source packages to +if they are missing. You may need to install some source packages to allow some of the included modules to be built, including: =over diff --git a/notes/code_structure.txt b/notes/code_structure.txt index 8c01fba8b..c90db1784 100644 --- a/notes/code_structure.txt +++ b/notes/code_structure.txt @@ -3,7 +3,7 @@ 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 +confirmation emails mobile apps: currently for iPhone and Android - two separate apps diff --git a/notes/states.txt b/notes/states.txt index 2b204cd4a..70515c41b 100644 --- a/notes/states.txt +++ b/notes/states.txt @@ -2,7 +2,7 @@ Problems exist in four broad state categories: unconfirmed - the report has been made but the user hasn't clicked the confirmation link. open - the report has been confirmed - fixed - exactly what it says + fixed - any user has marked this problem as fixed closed - a registered user from a council has marked the problem as closed @@ -17,7 +17,7 @@ If a user is logged in then any problem they create is confirmed automatically. If a council user is logged in then they can change the state of the -problem to one of the following provifing they are from the council that +problem to one of the following, providing they are from the council that the problem has been reported to: Open ( a synonym for confirmed ) Investigating |