aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Observables
Commit message (Collapse)AuthorAgeFilesLines
* Moved Observables to Integration !!Roy Ben-Shabat2018-01-3095-12407/+0
| | | | Implemented basic sketch for IDS Pack Formulation.
* Added BrushStop Index...Roy2018-01-302-41/+26
|
* Added gradient display of color Brush Stops.Roy Ben-Shabat2018-01-296-10/+180
|
* Added Segment Brush Stops and Dynamic Ink Volumes!Roy Ben-Shabat2018-01-284-0/+247
|
* DAL Observables are now also parameterized.Roy Ben-Shabat2018-01-285-1/+49
|
* Added IDS_PACK_FORMULA.Roy2018-01-2758-75/+332
| | | | | Added necessary login to machine designer & db module. Started working on job segments.
* Re-factored DAL Observables using EF Code First !!!!!!Roy2018-01-2760-2159/+1777
|
* Refactored ObservableEntity:Roy Ben-Shabat2018-01-252-10/+56
| | | | | | | | | Observables comparison is now done by GUID. Implemented != == Equals overrides. Save and load are now done only on decorated properties so properties on partial class are allowed! Implemented dynamic graph sizes on developer module.
* Added Graphs Drag & Drop to Developer Module.Roy Ben-Shabat2018-01-241-0/+38
|
* Added SENSORS table to db.Roy Ben-Shabat2018-01-245-0/+397
| | | | Added SQLServer To SQLite conversion library.
* Working on Developer Module.Roy Ben-Shabat2018-01-233-0/+35
|
* A lot of work on Developer Module and Jobs related DB tables.Roy Ben-Shabat2018-01-2316-76/+1563
|
* Fixed max width of DB table view.Roy Ben-Shabat2018-01-211-1/+1
| | | | Added FindAncestor on UIHelper.
* Implemented new CATS.Roy2018-01-209-348/+117
| | | | | | | Implemented Process Parameters View on DB Module. Implemented RML Process Parameters View on DB Module. Modified DB Module table initials letter casing. Moved observables generator to CLI.
* Added Process Parameters Table.Roy Ben-Shabat2018-01-187-0/+661
|
* Removed Deleted from most of DB Tables !!!!!!!!!!!Roy Ben-Shabat2018-01-1813-97/+213
|
* Added Max_NL_Per_CM to DB Module !!Roy Ben-Shabat2018-01-163-0/+59
| | | | | | Added Liquid_Types_Rml table to DB module. Added new nl/cm to dispenser. Added capacity to dispenser.
* Removed Dispensers & Cartridges!Roy Ben-Shabat2018-01-169-335/+20
| | | | Only Dispenser Type & CartridgeType now.
* Fix issue with db save on partial observable properties.Roy Ben-Shabat2018-01-161-4/+4
|
* Added Technician Module...Roy Ben-Shabat2018-01-151-2/+9
|
* Added partial declarations for DAL observables.Roy Ben-Shabat2018-01-1444-46/+49
|
* Added code comments for:Roy Ben-Shabat2018-01-142-0/+40
| | | | MachineStudio.Common.
* Added code comments for:Roy Ben-Shabat2018-01-0812-75/+336
| | | | DAL.Observables.
* Implemented validation on machine designer.Roy Ben-Shabat2018-01-072-5/+26
| | | | Machine Designer seems to be working properly...
* Progress on machine designer...Roy2018-01-077-7/+126
|
* Progress on Machine Designer.Roy Ben-Shabat2018-01-033-3/+15
|
* Added Mid Tanks to DB.Roy Ben-Shabat2018-01-039-35/+243
| | | | Started implementing Machine Designer.
* Added CCT & CAT to DB Module !Roy2017-12-269-3/+490
| | | | Implemented "deep filtering" on db module search.
* MERGERoy2017-12-268-0/+77
|
* Started working on 'Synchronization' - Machine Studio module.Roy Ben-Shabat2017-12-197-3/+59
|
* Added Event Types and Action Types to DB Module !Roy Ben-Shabat2017-12-191-0/+9
|
* Modified several table names.Roy Ben-Shabat2017-12-1915-277/+326
|
* Added CONFIGURATION_GUID to MACHINES table.Roy Ben-Shabat2017-12-195-0/+104
| | | | Implemented CloneConfiguration method for cloning a machine configuration.
* MERGE.Roy Ben-Shabat2017-12-1940-269/+2513
|
* Implemented IAuthenticationProvider, INavigationProvider, IModuleLoader.Roy Ben-Shabat2017-12-141-2/+12
| | | | | LoadingView, LoginView,
* Implemented Roles in DB Module.Roy Ben-Shabat2017-12-146-18/+60
| | | | Added Permission enum generation.
* Implemented DAL Observables auto enumerations generation.Roy Ben-Shabat2017-12-145-1/+137
|
* Improved Observable entities save procedures.Roy Ben-Shabat2017-12-135-63/+123
|
* Improved users role presentation on DBViews.Roy Ben-Shabat2017-12-131-5/+0
|
* Working on machine studio.Roy Ben-Shabat2017-12-122-0/+23
|
* Big advancement on machine designer.Roy Ben-Shabat2017-12-1120-155/+223
|
* Started working on machine designer view models.Roy Ben-Shabat2017-12-101-0/+19
| | | | Added NAME field to MACHINE table.
* Implemented DB Observables Generator CLI for DAL.Observables post build event.Roy Ben-Shabat2017-12-105-74/+118
| | | | Changes DB table FIBER_SYNTHESIS to FIBER_SYNTHESISES to normalize singularization.
* Added DAL.Observables project.Roy Ben-Shabat2017-12-1048-0/+5695
Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS. CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS