Skip to content

Releases: acnicholls/TrangTest

Release v0.1.2

19 Oct 04:18
90f1d02
Compare
Choose a tag to compare

Version 0.1.2

Bug fixes and features for stability of the application.

What's Changed

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

19 Oct 04:04
6aa7028
Compare
Choose a tag to compare

Version 0.1.1

Bug fixes and features for stability of the application.

What's Changed

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

18 Oct 00:54
794c3cc
Compare
Choose a tag to compare

Version 0.1.0

Bug fixes and features for stability of the application.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.1.0

Bug Fixes

29 Aug 08:41
Compare
Choose a tag to compare

Timeline

1.5 hours

Changes since 0.0.1

fixed #1
fixed #2
fixed #3
fixed #4
added some comments

Downloading

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

Kelvin

26 May 02:27
Compare
Choose a tag to compare

TrangTest

Timeline

1 hour

Changes since 0.0.1

Added Conversion to/from Kelvin
Changed Temperature Output to 2 decimals

Downloading

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

Submitted State

30 Apr 02:35
fd0e29b
Compare
Choose a tag to compare

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