Skip to content
/ TWG4 Public

TeWu's Gallery - 4th version - Rails app

License

Notifications You must be signed in to change notification settings

TeWu/TWG4

Repository files navigation

TWG4

TWG4 Logo

TWG4 is a photo gallery application. It allows you to upload your photos, group them into albums, and easily share only with selected group of people, like family and friends.

Live Demo

A live demo is available here:

https://twg4.herokuapp.com

To log in, use one of the fallowing credentials:

username: sadmin
password: sadmin1024
permissions: Super admin - It is the most privileged user, it has permission to do everything.
                           It is still restricted by the live demo restrictions (described below).
username: admin
password: admin512
permissions: Admin - Can do everything that normal user can + Can modify all albums, photos and comments,
                     except those owned/authored by other admins and super admins + Can access users list
                     and user's profiles + Can create new users and modify existing users, except admins
                     and super admins.
username: mod
password: mod16
permissions: Moderator - Can do everything that normal user can + Can modify all comments, except those
                         authored by admins and super admins.
username: user
password: user8
permissions: Normal user - Can access all albums and photos. Can create new albums and modify albums that
                           it owns. Can comment photos and modify comments that it authored. Can access
                           its own user profile.

Note that in order to provide lasting usability, the live demo at twg4.herokuapp.com has some additional restrictions, that are not normally present in the app. In particular this live demo do not allow you to:

  • Upload new photos and delete already uploaded photos
  • Add or remove photos from albums that are owned by "TeWu" user
  • Edit or delete albums and comments that are owned/authored by "TeWu" user
  • Edit or delete "TeWu" user and users with credentials given above