Project Summary
In this project we are building a front end for an employee management system. It should run on any modern browser (post I.E. 8 and similar), and be fully functional, and reasonably styled. Chrome will be our recommended browser. The app can be accessed here
Current Desired Functionality
The application will load a simulated list of employees, and allow modifications to each. Clicking the employee from the list to the side will bring their file up in the editor. Your employee will consist of:
- ID
- Name
- Phone
- Title
All fields except for ID are editable. When saving a change, it will persist as you access other records and navigate back to the desired employee. The save and cancel buttons will only be accessible when modifications have been made, and the cancel button will revert the employee’s file back to the most recently saved version.
Future Functionality
To be aware of, but not currently implemented
- Phone numbers will be validated 10 digit, area code included, US phone numbers.
- The Employee List will reside in a database and be accessed through API integration
- An Add Employee function will be implemented
- A search function to filter the employee list will be available, based on Job Title, Name, and/or ID
- An Email Address field will be added for each employee file
- All fields will be required for any entry/modification
Disclosure
This is not an ACTUAL business project - but a project plan to assist Quality Assurance Engineers in their training. Full documentation on the assignment requirements is available in JIRA.
Contributions
If you see a problem or a typo, please fork, make the necessary changes, and create a pull request so we can review your changes and merge them into the master repo and branch.
Copyright
© DevMountain LLC, 2018. Unauthorized use and/or duplication of this material without express and written permission from DevMountain, LLC is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to DevMountain with appropriate and specific direction to the original content.