My first programming project was a custom project for my previous team at PrinterLogic (my employer at the time).
This project was initiated by myself and a co-worker Alessandro. Our goal was to help alleviate the problems associated with a lack of note taking being completed by team members. Notes are an important part of being successful as an individual on the team as well as overall team success.
The initial requirement for the project were laid out by myself and Alessando. We made a VERY rough draft by creating a google form that an employee of the team could fill out and submit. The results would populate in a common google sheets document.Â
This common google sheets document was the first problem. Not only were the results view-able by all, but they were not formatted in a useful manor.
The second draft of solution to the project was a custom program, Developed by yours truly (Nick)
The program was developed in C# using Microsoft Visual Studio (2013)
It was developed as a C# .net form.
I structured the "Form" as different boxes where a user could select individual or multiple items, which ever applied to the question for that box.
Once the "Form" was completed a user would be able to click a button which would copy the results of each selections to the clipboard for use in another program.
The custom program was well received and only needed minor changes at the request of the teams manager.
Once some revisions were made the project and program were handed over the team manager.
Screen shots below--
ADD SCREEN SHOTS ONE DAY