-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
49 lines (39 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
= TODO
last updated: 18 Oct 2010
== For 0.2 release
* user page with useful info
* set bed time / next day time per user and make editable
* check file size upload limits
* force password change on 1st login
* BUG: css pop-up hoving issues
* add js to make it stay longer even if mouse leaves temporarily?
* BUG: broken image link - is this a real bug?
* disabled button style
* transparent empty image boxes on Week view
* name, date, etc in details (don't need user for your own, need image date, etc)
* password reset on admin page
* forgot password functionality accessible and working
* Edit image description on Today page
* fullscreen slideshow
== For 0.1.1 release
* font for paginate text and other numbers
* line up and/or tweak "Edit" and "Delete Image" buttons
* better label for "Edit" textbox?
* image description details formatting and location?
== Wishlist
* file upload progress indicator
* file size upload error messages
* smart comments
* display notification of comments on your images
* reply to comments (threading?)
* daily user pic
* ajax image upload UI
* per user user-ordering (to sort week view list and gallery images)
* user Favourites (images and comments?)
* screen size copy of image only for larger images
== Refactoring, cleanup
* Devise registrations nastiness and user editing/creating
* responds_with js/ajax stuff is a nightmare, need a custom responder or new approach
* json???
* clean up layouts and/or moved some of that into shared/
* image description vs comments ugliness