Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karatechop/bestspa
Harvard University Extension School CSCI E-15 Dynamic Web Applications Final Project Dec 2014
https://github.com/karatechop/bestspa
laravel4 php
Last synced: about 1 month ago
JSON representation
Harvard University Extension School CSCI E-15 Dynamic Web Applications Final Project Dec 2014
- Host: GitHub
- URL: https://github.com/karatechop/bestspa
- Owner: Karatechop
- Created: 2014-11-20T14:39:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-20T03:37:06.000Z (about 10 years ago)
- Last Synced: 2024-11-02T02:42:49.192Z (about 2 months ago)
- Topics: laravel4, php
- Language: PHP
- Homepage: http://p4.borisrugel.com/
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## HES CSCI E-15 Dynamic Web Applications fall 2014 Project #4. Code name: BestSpa
## Live URL
## Description
This app alows users to find and compare services offerd by spa and massage salons along with relevant salon contact inforamation.
Search functionality is available to all users. Database is managed through admin panel available to logged in admins.
Admins can search for, create new, edit existing and delete exinsting services, salons, service kinds and types of service kinds.
For those cases deletion of some database entry is not possible due to integrity constraint violation a helper functionality is implemeted
that suggests which bloking databese entries have to be deleted first.## Demo
http://screencast.com/t/QYOw01uJ00## Details for teaching team
Admin panel log in:
Username: [email protected]
Password: password## Outside code
* Bootstrap: http://getbootstrap.com/
* Bootstrap Theme: http://bootswatch.com/superhero/
* jQuery: http://jquery.com/
* Tablesorter: http://tablesorter.com/docs/
* Former - form creation helper PHP package: http://anahkiasen.github.io/former/## Misc
* "Learn more" and "Help" buttons on index page navigation bar are not active yet. They are not relevant for P4.
* Video presentation was a bit too short to show form validation. Forms are validated both on client side (html atributes validation) as well as on server side.