public
Description: yet another gallery application done in Rails
Clone URL: git://github.com/kingmt/gallery.git
gallery / README
100644 34 lines (30 sloc) 1.098 kb
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
1. Login
   a. access to the gallery is allowed for users that are not logged in
      but only to view images
   b. a logged in user can create an album and upload images to that
album
   c. an admin user can create other users
2. List of Albums
   a. this shows all albums on the system
   b. if a user is logged in he can select to only show his own albums
   c. if a user is logged in next to albums he owns he can delete/edit
      the album
   d. clicking on the album shows the Edit/View album page
3. Edit/View Album
   a. from here a list of images is presented and the user can choose
      to delete an image if they have uploaded it
   b. there is a file upload form at the bottom where an image can
      be uploaded to the album
4. User Admin
   a. this screen is only available to admin users
   b. on this screen a list of users is presented and a user can
      be added/deleted/edited
5. User Add/Edit
   a. fields for name, email, and password are present
   b. passwords can be changed from this screen
 
 
Plugins Used:
  rcov
  restful_authentication
  shoulda
 
Gems
  postgres