Commit Graph

29 Commits

Author SHA1 Message Date
Loretta b80b117a38 Update docs: enforce .md sync, clarify structure & TFMs
Expanded and clarified solution/project documentation:
- Added all top-level docs and docs/ folder as solution items in .sln files
- Inserted maintenance notices in all project and subfolder READMEs: require .md sync with code
- Main READMEs now include project tables with TFM, purpose, and README links
- ARCHITECTURE.md now details dependency graph and TFM rationale
- CONVENTIONS.md and copilot-instructions.md require code reuse, no redundancy
- Glossary and conventions updated to require terminology/rule updates with code changes
- Emphasized DLL-only AyCode.Core refs and nopCommerce .NET 9.0 requirement
- Clarified domain terms and intentional typos
- No code logic changes; documentation and guidance only
2026-03-29 09:26:15 +02:00
Loretta 85dbb853c7 Update ToonTests to serialize type metadata only
Replaced AcToonSerializer.Serialize with SerializeTypeMetadata<FullProcessModel> in ToonTests. The test now serializes only the type metadata for FullProcessModel using the domain description, rather than serializing the actual data instance. Assertions and comments remain unchanged.
2026-03-28 17:25:12 +01:00
Loretta ac244fb9fb Enable source-generated binary serialization & AOT
Added AcBinarySerializable and ToonDescription to DTOs/entities for source-generated serialization. Enabled AOT compilation for Blazor/WebAssembly projects. Integrated AyCode.Core.Serializers.SourceGenerator as analyzer. Updated solution and project files, improved entity metadata, and adjusted imports. Commented out InitializeComponent in WinUI App for startup handling.
2026-03-07 14:05:39 +01:00
Loretta b6f51bc2a1 Add LINQ Expression JSON serialization & SignalR grid source
- Introduce AcExpressionHelper and related classes for serializing/deserializing LINQ Expression trees and IQueryable queries to/from JSON, enabling remote transport and execution.
- Add MgGridSignalRDataSource<TDataItem, TId> for instant local filtering and background refresh in DevExpress grids using SignalR.
- Update bunit NuGet package to v2.4.2 in test projects.
- Minor: update FruitBank base URL comment, add new test in OrderClientTests.
2025-12-30 19:29:50 +01:00
Loretta 7db379cd81 Remove AdminSignalRHub; etc... 2025-08-31 13:32:45 +02:00
Loretta 6fb3d0d848 Refactoring Login, SignalR, etc... 2024-11-06 14:36:03 +01:00
Loretta f4dda6e465 improvements, fixes, etc... 2024-08-30 16:29:39 +02:00
Loretta d872382f19 ComboboxItemSelector.razor improvements, fixes, etc... 2024-08-29 18:01:30 +02:00
Loretta 07ea4678e1 Changing UserDataServiceClientBase Http to Signalr in progress... 2024-08-29 16:40:46 +02:00
Loretta 3f15ef9b4c improvements 2024-08-26 16:35:06 +02:00
Loretta 5525e73819 .net packages update to 8.0.8; fixes, etc... 2024-08-14 16:05:55 +02:00
Loretta 0585940f83 improvements, fixes, etc... 2024-08-12 13:21:43 +02:00
Loretta 6dfa7621dc .... 2024-08-09 19:03:00 +02:00
Loretta 8cc523f778 json fix 2024-07-18 19:21:19 +02:00
Loretta 8312d0b4cf improvements, fixes, etc... 2024-07-07 08:32:14 +02:00
Loretta bf95f669a3 imprvements, fixes, etc... 2024-07-05 15:39:14 +02:00
Loretta 72e4506ea4 improvements, fixes... 2024-07-04 20:03:24 +02:00
Loretta 57425f91c0 Implement UserProductMapping add/update/delete; improvements, fixes, etc... 2024-07-04 18:33:10 +02:00
Loretta ed11051820 improvements, fixes 2024-07-02 15:18:37 +02:00
Loretta bec9e1be14 ContextIds set to object[] ; improvements, fixes, etc.. 2024-07-02 14:47:26 +02:00
Loretta dfa94cd1d9 fixes 2024-07-01 18:32:45 +02:00
Loretta f007ddf664 improvements, fixes, etc... 2024-07-01 18:16:44 +02:00
Loretta 6f7692fcb0 improvements, fixes, etc... 2024-07-01 08:58:15 +02:00
Loretta e80d830632 improvements, fixes, etc... 2024-06-30 07:13:43 +02:00
Loretta 8e0b79e68e EfCore Tracking fix; Implement FilterText to TiamGrid/DataSource; Implement multiple Context[Id]s params to SignalRClient; improvements, fixes, etc... 2024-06-29 22:27:33 +02:00
Loretta 33d21d9caf improvements, fixes, etc... 2024-06-28 16:44:59 +02:00
Loretta 6ca4e79f77 SignalDataSource fix; 2024-06-26 11:43:48 +02:00
Loretta 2f3abd800b improvements, fixes, etc... 2024-06-24 07:07:57 +02:00
Loretta 50869e4754 multiple signalr param; improvements, fixes, etc.. 2024-06-21 14:32:04 +02:00