aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-03-01 15:42:43 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-03-01 15:42:43 +0000
commit66e1bcb493c12547f5f41cf8738d03148d3f12e8 (patch)
tree19629f0469ef618cf15e3029f795e152bab21495
parent5d71bc09c4149a19b0e6f03d37b26eab1ad48b2d (diff)
Notes on work that remains
-rw-r--r--TODO.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 000000000..d5a0b9e38
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,22 @@
+create DBIx::Class schema (FixMyStreet::DB)
+ * alter tables to suit
+ * add schema to FixMyStreet::App as a model
+ *
+
+Add users to system
+ * create table in db
+ * link users to their entries (problems and comments)
+ *
+
+??? Process to guide existing users into the system - account created in past
+using email confirm
+
+??? How to turn council contacts into users so that they can log in as well?
+
+??? If users are created on one site do we allow them to use the same
+credentials on another (eg www.fms.com and guardian cities). What about admin
+access to user details?
+
+??? What other forms of login should we accept (fb, google openid)...
+
+??? move users email, name and phone from problems into users table. How to deal with duplicates and mismatches?