From d432f4c9719b75815e39ab5334fa9b20d2f6b646 Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Tue, 17 Apr 2012 10:31:53 +0300 Subject: fix typo --- notes/INSTALL.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') 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 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 -- cgit v1.2.3 From 36523b675d7f480cbc5f8f92d3e25a6777590a3d Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Tue, 17 Apr 2012 10:34:28 +0300 Subject: Fix typo --- notes/code_structure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') 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 -- cgit v1.2.3 From 5d631c459ee3961f353aa24da2ba58e2a2fa2ff6 Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Tue, 17 Apr 2012 10:39:31 +0300 Subject: Fix typo --- notes/states.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/states.txt b/notes/states.txt index b885b252b..8d8c829f8 100644 --- a/notes/states.txt +++ b/notes/states.txt @@ -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 -- cgit v1.2.3 From d9050b0c152d7fb1a1b420053534d21967cd5e5e Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Tue, 17 Apr 2012 10:42:00 +0300 Subject: The key issue here is how it gets to that stage, not what the name conveys. --- notes/states.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/states.txt b/notes/states.txt index b885b252b..c7ee0d5b2 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 -- cgit v1.2.3 From dd343fb893de44d2b9d0afe9ffaf2284cf69faf1 Mon Sep 17 00:00:00 2001 From: Tony Bowden Date: Tue, 17 Apr 2012 10:43:48 +0300 Subject: Remove unnecessary text --- notes/states.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes') diff --git a/notes/states.txt b/notes/states.txt index b885b252b..2b204cd4a 100644 --- a/notes/states.txt +++ b/notes/states.txt @@ -8,7 +8,7 @@ closed When a problem is created it will be unconfirmed, The problem becomes confirmed when the user clicks on the link sent to them in -the confirmation email. At this point the problem is confirmed. +the confirmation email. If a problem is uploaded from a mobile app then it is initally created with a state of partial. -- cgit v1.2.3