https://github.com/willfarrell/rfqs
Deprecated Project - Sample Code
https://github.com/willfarrell/rfqs
Last synced: 7 days ago
JSON representation
Deprecated Project - Sample Code
- Host: GitHub
- URL: https://github.com/willfarrell/rfqs
- Owner: willfarrell
- Created: 2015-01-23T15:18:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T15:28:01.000Z (over 11 years ago)
- Last Synced: 2025-01-19T13:27:21.203Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 11.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular.io - AngularJS + Bootstrap
## build
Requires: Yeoman
$ sh **build:** runs yeoman and creates dist folders
$ sh **build test:** runs build, followed by yeoman test
$ sh **build update:** updates bower packages, then runs build
$ sh **build clean:** removes all folders created by build
## build folders
### dist-web
CDN ready dist.
- index.web.html
- crossdomain.xml
- robots.txt
### dist-device
PhoneGap ready dist.
- index.device.html
- config.xml
### dist-api
API ready dist.
- index.php
- php/
## Plugins
### Follow
### Massaging
#### To Do
- all
#### Wishlist
- encrypt client side, unreadable by web app
### Filepicker
#### Supports
- file upload (single / multi) via select or drag and drop.
- image upload with resizing and cropping before saving.
#### To Do
- AWS CORS support
- upload file from URL (requires proxy server due to browser security)
- support upload from third party services
- file download
- refactor code - seperate pages into services, remove controller.
- Connect into camerea to take photo
#### Bugs
- When panning an image it snaps to the center (low priority)
#### Wishlist
- User side encryption
## Core To Do
- PGP emailing