blob: db390861fde95f67dbbb715de4f58836ce85dc48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)
*
* extract group's thoughts from user issues email thread when it in done.
* create darkpan for this project and utils to add modules to it.
* script to build darkpan to local::lib
* currently don't send email via EvEl or do any of the smarts it does - should
we switch to using it?
|