File tree 2 files changed +3
-27
lines changed
2 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 1
- * Use digestive-functors for form validation.
2
- * Add appropriate feedback on invalid forms.
3
- * Add a more sophisicated registration system with double-email address
4
- and password entry, and confirmation email.
1
+ * Add a confirmation email for registrations.
5
2
* Create some sort of storage mechanism abstraction layer.
6
3
* Proper error handling for parsing etc.
7
4
* Replace manual tree navigation by zippers (rosezipper?)
8
- * Prevent double registrations
9
- * Switch away from jQuery (to e.g. Dojo)
10
5
* Make the rule list re-orderable
11
6
* Come up with a less space-consuming idea for a rule list
12
7
* ... more?
Original file line number Diff line number Diff line change @@ -15,28 +15,9 @@ machines.
15
15
Installation instructions
16
16
=========================
17
17
18
- This software has been tested with Haskell Platform 2011.2.0.1, 32 -bit on Mac
19
- OS X 10.6.7, using MongoDB 1.8.1. MongoDB was installed using Homebrew .
18
+ This software has been tested with Haskell Platform 2011.2.0.1, 64 -bit on Mac
19
+ OS X 10.7.2 and GHC 7.2.1 .
20
20
21
- Install MongoDB
22
- ---------------
23
- To install MongoDB using Homebrew, issue the following command:
24
-
25
- > brew install mongodb
26
-
27
- When the installation is finished, follow the instructions on the screen.
28
- The application assumes that MongoDB listens on localhost:27017.
29
-
30
- Install dependencies
31
- --------------------
32
- The JCU packages relies on the snap-auth and snap-extension-mongodb packages,
33
- both of which are not yet available on hackage. If you have not installed them
34
- yet, issue a * make deps* command. The latest version of these packages will be
35
- fetched from git and be installed. A git client must be installed for this to
36
- work.
37
-
38
- Install the JCU package
39
- -----------------------
40
21
To install the JCU package in development mode, issue a * make* command in the
41
22
project root. To install it in production mode, just issue cabal install in the
42
23
project root.
You can’t perform that action at this time.
0 commit comments