Commit Graph
22 Commits
Author SHA1 Message Date
amkovkov 19fe72bdc3 feat: disable analysis buttons
capture button enabled when all combobox filled
combobox buttons enabled when can interact
2026-08-10 09:43:33 +03:00
amkovkov 089df7d524 fix: logic errors in view models 2026-08-10 08:59:17 +03:00
amkovkov 5b6abc045b feat: testing and fixes 2026-07-08 08:25:09 +03:00
amkovkov 72ae26eee7 comprehensive update
1) remove unused components: camera view (due it causes segmentation faults), compute resources and all related, illuminator controller (due in useless without camera view), image storage service, temperature and humidity service
2) database schema - reduce tables references, features storing in records themselves in compressed form, add records creation and editing date and time, add separator comment column
3) analysis - rework of pipeline and ui, now database storing only raw data and all display values calculated from it
4) lights service - add reconnection if disconnected
5) add width and height command line arguments
6) fix some typos and other issues
2026-06-29 15:13:29 +03:00
amkovkov caee9fafd5 fix: possible edge case (or kind of)
sample calibration view model move brand combobox editing on database changing to uI thread
2026-06-20 11:58:14 +03:00
amkovkov dc8593f840 feat: fix separator calibration after database reforge
+ add comments
+ refactoring
2026-06-18 15:28:48 +03:00
amkovkov 6a4151a13b feat: fix sample calibration after database reforge
+ add comments
+ refactoring
2026-06-18 15:27:52 +03:00
amkovkov 1bd96ae00f chore: fix some typos and some refactoring and small changes 2026-06-18 11:36:11 +03:00
amkovkov 80856ba60d feat: add brand calibration view and viewmodel 2026-06-17 10:32:09 +03:00
amkovkov 0849a0ae67 feat: quality property 2026-06-08 09:47:52 +03:00
amkovkov cec12bca23 feat: amine content disable camera due unstable work 2026-06-08 07:34:30 +03:00
amkovkov e853254c00 feat: calibration models logic mistaces 2026-06-08 07:33:46 +03:00
amkovkov 68147c4b3e feat: AnalysisViewModel some changes 2026-06-08 07:32:42 +03:00
amkovkov 2d99880d08 feat: SystemView 2026-05-13 15:47:31 +03:00
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 93bcc6c692 feat: SampleCalibration View and ViewModel 2026-04-14 22:30:26 +03:00
amkovkov 233f3f9471 fix: typo 2026-04-14 18:00:20 +03:00
amkovkov 0c24f05b4f feat: AmineContentView menu disabling
when scrolling and when SeparatorCalibrationView menu opened
2026-04-14 17:10:02 +03:00
amkovkov 7a42ff5f3c feat: SeparatorCalibration View and ViewModel 2026-04-14 16:18:13 +03:00
amkovkov fd25dcba0d feat: add Camera View and ViewModel 2026-04-14 07:35:46 +03:00
amkovkov 9e7aadc538 feat: AmineContent View and ViewModel base 2026-04-13 12:11:53 +03:00
amkovkov 16c5b5d42f feat: MainView 2026-04-13 09:29:03 +03:00