The Employee Photos project is an application designed to manage the uploading of employee photos to a central portal. The project involved creating the application from scratch and implementing various functionalities.
One of the key aspects of the application is its integration with Active Directory, allowing it to fetch employee photos from this directory. The application then uploads these photos to the central portal.
Additionally, the application includes a feature that compares existing photos with newly uploaded ones. If both photos are found to be the same, the application skips uploading the photo to the central portal, thus avoiding duplicates.
To implement these features, I utilized several technologies such as Java, SOAP, and REST/RESTful APIs. These technologies allowed for seamless integration with Active Directory and efficient communication with the central portal.
Overall, my contributions involved creating the Employee Photos application, integrating it with Active Directory, and implementing the functionality to fetch and upload employee photos while avoiding duplicates.