Php app in bootstrap with user mgmt, form, csv import/export and stats
Project Description:
Overview:
Need an application construct in PHP to allow agents to log in, view and fill in a form, submit, then view the next record given by the system.
An admin will import a list of url's, priority ranking and dates in csv format into the app and the system will auto give one unique record per agent based on priority ranking. The agent will then either submit or fail the record after which the subsequently fresh record is shown.
An admin can also be able to export data based on agent user into csv file.
All data is stored in a relational database with 7 tables. Requires to be built to handle 20 concurrent users at the same time and be able to manage up to 700,000 rows in the table.
There may be one unique business record which will have multiple child office records attached to it and multiple child position records the office record. Business, Position and Office records will all have auto incremental ID's generated.
Technologies:
- MYSQL
- Bootstrap 3 (Responsive enabled)
- PHP
- Jquery
- Css
- javascript
Key Components:
1. Sign in page
2. Admin page
3. Stats page
4. Research page
Skills required:
Javascript, Bootstrap, MVC, MySQL, PHP