Daeer-Projects / Converter.Temperature

The temperature convertions methods created as extension methods.
MIT License
3 stars 0 forks source link

Update wiki page on how to add a new temperature scale #65

Open Daeer-Projects opened 1 year ago

Daeer-Projects commented 1 year ago

Is your feature request related to a problem? Please describe. I want the wiki updated with better detail for adding a new temperature scale. The current detail is okay, but needs a bit more detail.

Describe the solution you'd like A clearer detailed instruction on how to add a new temperature scale. I will also need to make more changes to the solution so that it will be easier to add a new scale.

Describe alternatives you've considered I've been adding scales very slowly. I have noticed that the work gets harder as more code needs to be edited/changed to add the new scale.

Additional context This is for the wiki page.

Daeer-Projects commented 1 year ago

https://github.com/Daeer-Projects/Converter.Temperature/wiki/How-to-add-a-new-temperature-scale

Daeer-Projects commented 1 year ago

I've updated the guide for the most part. I have the test projects still to do.

It's a long and boring job, but as I'm the only one working on this repo, it is up to me. So, I apologise if it takes me a while.

Daeer-Projects commented 1 year ago

The work done so far will need tweaking as I add more base test classes. I hope the base tests will make it easier to add a new scale.

Daeer-Projects commented 11 months ago

I've made some more changes, but there is still more to do.

I've made some changes to the sidebar of the wiki to help the organisation of the pages. I've also added a TOC and collapsible sections to make it easier to read.

Daeer-Projects commented 7 months ago

The images for the solution projects are out of date from the To and From changes.

Daeer-Projects commented 7 months ago

The From tests section could have more details. Specifically, these are as easy as copying a folder from another temp type, then opening each class and doing a 'find and replace' with the copied and new temp types.

Images would help.