Skip to content

Submitted State

Compare
Choose a tag to compare
@acnicholls acnicholls released this 30 Apr 02:35
· 28 commits to master since this release
fd0e29b

TrangTest

Timeline

2 days

Documentation

A little less documentation than should be included.

  1. Entity.Form.TrangTest.doc <-- Data Entity Diagram
  2. SDD_TrangTest.docx <-- Software Design Documentation, 1st draft
  3. Considerations.doc <-- document describing some of the code
  4. dirlist.txt <-- List of all files in Zip

Note

If you download the individual files, you'll need to create a folder "Data" for the XML file. Otherwise, the thermometer program won't be able to find the temperature conversion formulas.

Converting Other Temperatures

During my investigation of the temperature conversion formulas, I came across the Microsoft JScript Engine from .Net Framework 2.0. It's been depreciated, but it does the job. It will calculate a mathematical equation sent to it as a string of characters! so I created the data structure in such a way that any formula between the temperatures could be calculated, by using string format to place the input temperature.

To include Kelvin conversion, update the XML file to include Kelvin as a Temperature type, and provide the formulas for conversion to and from Celsius and Fahrenheit. You can find them on Google, and the Data Structure will allow for it.
In order for it to display in Kelvin, the program would require another release, as the GUI was not coded for it, but could simply be modified to include a few lines of code to include it in the required drop down, and on the output grid as a column.

Downloading

Just grab the Zip file and extract. Run TrangTestStub.exe