-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
37 lines (33 loc) · 1.03 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DNF
==========
- Add rss feeds (photos, photo comments, users, etc, global, etc)
- add avatars (default to a photo frame, but allow users to upload their own)
- add profile pages
- add scores (based on photo uploads, comments, left, identifications, etc)
- add dive reports / blog
- add some *light* rich text editing for comments
- simleys ???
TO FIX
==========
* allow setting output format from the action (esp with render_error_page)
*
* implement before and after filters for controllers
* implement some emailng system
* implement logging levels (info, warn, etc)
* add environment configurations
*
Big ideas
==========
* Support multiple view renders
* The framework should provide a method to cache the following for production:
- what error pages exist (403, 404, 500, etc)
- existing controllers
- controller actions
- helpers
- environment config
- etc
* Provide paperclip style file attachments in activerecord
* Profile session handling
- tamerproof httponly encrypted cookie session store
- standard php sessions
- ...?