Commit Graph

11 Commits

Author SHA1 Message Date
poprhythm 590f2e68ef Cleanup - charter will now display arbitrary count of graphs 2018-08-28 20:47:27 -04:00
poprhythm ad41465c05 Simplify CurveData data structures 2018-08-24 21:28:00 -04:00
poprhythm aca7157663 Reformating charting, add DataError message 2016-05-09 11:46:32 -04:00
poprhythm 9730600164 Code rearrange for services and charting 2016-04-27 09:52:41 -04:00
poprhythm 8f5cbfe3db Replace CntrlComparison with LeafGasComparison 2016-04-22 23:16:30 -04:00
poprhythm 279551e9be Rename Core Models to Core Entities
modified:   Core.Tests/Charter/CurveDataConverterTests.cs
	modified:   Core.Tests/Parsers/CntrlComparisonParserTests.cs
	modified:   Core.Tests/Parsers/LeafInputCsvParserTests.cs
	modified:   Core.Tests/Remote/PiscalSshClientTests.cs
	modified:   Core/Charter/CurveDataConverter.cs
	modified:   Core/Core.csproj
	modified:   Core/DAL/DataService.cs
	modified:   Core/DAL/LeafWebContext.cs
	modified:   Core/DAL/LeafWebInitializer.cs
	renamed:    Core/Models/CntrlComparison.cs -> Core/Entities/CntrlComparison.cs
	renamed:    Core/Models/CntrlComparisonFittingInfo.cs -> Core/Entities/CntrlComparisonFittingInfo.cs
	renamed:    Core/Models/CntrlComparisonPhotosyntheticInfo.cs -> Core/Entities/CntrlComparisonPhotosyntheticInfo.cs
	renamed:    Core/Models/FluxnetSite.cs -> Core/Entities/FluxnetSite.cs
	renamed:    Core/Models/LeafInput.cs -> Core/Entities/LeafInput.cs
	renamed:    Core/Models/LeafInputData.cs -> Core/Entities/LeafInputData.cs
	renamed:    Core/Models/LeafInputFile.cs -> Core/Entities/LeafInputFile.cs
	renamed:    Core/Models/LeafInputInfo.cs -> Core/Entities/LeafInputInfo.cs
	renamed:    Core/Models/LeafInputPhotosynthetic.cs -> Core/Entities/LeafInputPhotosynthetic.cs
	renamed:    Core/Models/LeafInputSite.cs -> Core/Entities/LeafInputSite.cs
	renamed:    Core/Models/LeafInputStatus.cs -> Core/Entities/LeafInputStatus.cs
	renamed:    Core/Models/PhotosynthesisType.cs -> Core/Entities/PhotosynthesisType.cs
	modified:   Core/Parsers/CntrlComparisonParser.cs
	modified:   Core/Parsers/FluxnetSiteCsvParser.cs
	modified:   Core/Parsers/LeafInputCsvParser.cs
	modified:   Web/Controllers/LeafCharterController.cs
	modified:   Web/Controllers/LeafInputController.cs
	modified:   Web/ViewModels/LeafInput/CreateViewModel.cs
2016-02-09 15:27:16 -05:00
poprhythm df8256f09b Charting cleanup 2016-01-06 10:38:29 -05:00
poprhythm b95bb7dd17 Replace old charting curves with new version 2015-12-09 09:48:26 -05:00
poprhythm 29db62078c Typo with data conversion 2015-12-07 15:33:09 -05:00
poprhythm 50ae6cb52c New conversion complete 2015-12-07 12:38:58 -05:00
poprhythm 685e8c8658 CntrlComparison parsing 2015-12-04 10:15:51 -05:00