GitXplorerGitXplorer
i

Classified

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1b3830d62879931deb52d10a62681ea9606fc420

minor bug fixed

iiakgoog committed 12 years ago
Unverified
6d3be790216d622062394d3961672f45f6e4e6f1

v1.1.0

iiakgoog committed 12 years ago
Unverified
a43aefc1ed82710475b32762c8ed9e81c5e7e8b3

issue item upload failed fixed

iiakgoog committed 12 years ago
Unverified
bdc9c1b47440a0609340d3c7a14b869073049cc6

updated

iiakgoog committed 12 years ago
Unverified
54f0301d92870ead91a79973436d8d6fe9dc11bc

try again

iiakgoog committed 12 years ago
Unverified
0e8f832ff8fda9909578f5782eca7a54b298bf17

User CRU function done

iiakgoog committed 12 years ago

README

The README file for this repository.

Clasified Project # [2012-08-17 10:30]

Changelog

v1.1.0

Added motion CAPTCHA on register page.

v1.0.0

User can register
  1. username validation (cannot duplicate username)
  2. email validation (cannot duplicate email)
  3. password validation (6 - 20 characters)
User can login with their registered-email
User can find items with 3 options
  1. OPTION : search by category
  2. OPTION : search by price range (eg. ฿10 - ฿1,000)
  3. OPTION : search by distance (within x kilometers far from user position)
User can view items list from search function, sort items list also
  1. SORT by price ASCENDING and DESCENDING
  2. SORT by date ASCENDING and DESCENDING
  3. SORT by distance ASCENDING and DESCENDING
User can add items.
User can delete their own items.
User can edit their own items details.
User can edit their own profile.
User can change their own password.

NOTICE:

  • On the items list page, those items photos are not shown right now due to the list performance (slow response).