Commit Graph
4 Commits
Author SHA1 Message Date
amkovkov 3cc4d21947 feat: massive rework
1) GSS2.Core:
- strip prefixes in GSS2.Core.Analysis.AmineContent namespace class names
- add IEnumerable<double>.Variance extension
- remake analysis + update database so not needed to store all every file, calibration data also stored in database, also currently capturing images stored in system temporary directory and rewriting every time
2) GSS.UI.Core: AsyncImageRecordViewModel make zoom and pans public
3) GSS:
- remove image-storage-clear command
- remove ResultsView and ResultsViewModel, results presented in analysis
- rework calibration views
- add analysis views
- add text and number fields editors view
- add confirmation view on danger buttons
2026-05-13 12:56:32 +03:00
amkovkov bbf233d14c feat: update db, move autogen db slop to subdir 2026-03-18 19:33:56 +03:00
amkovkov 64fa8090dc refactor: AmineContent Database 2026-02-27 08:58:33 +03:00
amkovkov 6a2b4a5970 feat: migrations update
Added tool for migrations
Updated AmineContentCalibration db
Create AmineContentResults db
2025-12-15 15:29:52 +03:00