Commit Graph

72 Commits

Author SHA1 Message Date
Loretta 541cebbed8 Update README links to use code-style paths for docs
Replaced Markdown links with plain code-style paths in all README.md files for consistency. Updated references to logging, SignalR, and dynamic method dispatch documentation. Clarified some documentation paths and improved consistency in context/architecture sections. No code changes—documentation only.
2026-03-30 08:01:05 +02:00
Loretta ffd537b5eb Refactor: Split and expand project-level documentation
- Move all major feature docs (logging, binary, SignalR, DataSource) into per-project `docs/` folders with dedicated Markdown files.
- Split monolithic docs into focused files: `BINARY_FORMAT.md`, `BINARY_FEATURES.md`, `BINARY_OPTIONS.md`, `LOGGING.md`, `LOGGING_SERVER.md`, `LOGGING_REMOTE.md`, `SIGNALR.md`, `SIGNALR_SERVER.md`, `SIGNALR_DATASOURCE.md`.
- Update all references in `README.md`, `copilot-instructions.md`, `GLOSSARY.md`, and `ARCHITECTURE.md` to point to the correct per-project doc.
- Add documentation tables to each project’s `README.md` and clarify folder structure.
- Update `.csproj` files to include `docs/**/*.md` for packaging.
- Remove obsolete/moved docs from the solution file.
- Ensure all technical debt warnings and cross-references are preserved and accurate.
- No code changes; documentation only.
2026-03-29 22:16:28 +02:00
Loretta 17daf0fef2 Document AcBinary wire format, sync docs, update conventions
- Add BINARY_FORMAT.md: full AcBinary wire format spec (markers, encoding, options, protocol, interactions)
- Reference BINARY_FORMAT.md from GLOSSARY.md, Binaries/README.md, and Serializers/Binaries/README.md; add new glossary terms
- Clarify and expand config options tables to match new doc
- Add/clarify LLM maintenance rules: always sync .md files with code, auto-fix discrepancies
- Update root README.md: AyCode.Core targets .NET 9, not 10; stress doc/code sync
- Add code reuse and doc sync conventions to copilot-instructions.md and CONVENTIONS.md
- Add docs/ folder and BINARY_FORMAT.md to solution as Solution Items
- Minor clarifications and cross-links in ARCHITECTURE.md and other docs
2026-03-29 09:11:57 +02:00
Loretta fbe142c6f3 Add detailed README.md files for all projects and folders
Added comprehensive README.md documentation to every project and subfolder in the solution. Each README describes the purpose, key files, structure, dependencies, and design patterns for its area. This improves codebase navigability and maintainability, and includes a maintenance note to keep docs in sync with future code changes.
2026-03-28 17:24:56 +01:00
Loretta d8360a3bd5 AcModelDtoExtension improvements 2025-09-12 13:36:11 +02:00
Loretta 2edc099017 Add .targets file 2025-08-31 13:07:34 +02:00
Loretta af2eb897f1 build outputpath set to "bin\FruitBank\" 2025-08-28 14:53:12 +02:00
Loretta 6bea2c458d packages update 2025-08-28 14:03:40 +02:00
Loretta ff59d2c2df upgrade to net9.0 2025-08-28 13:58:55 +02:00
Loretta 4b9fff9521 updates 2024-10-28 14:02:06 +01:00
Loretta fc4966c0dd Messages improvements, fixes... 2024-08-16 17:01:02 +02:00
Loretta e9af9b1f1f .net packages update to 8.0.8; fixes, etc... 2024-08-14 16:05:32 +02:00
Loretta 956aaa2db6 json fix 2024-07-18 19:20:51 +02:00
Loretta 05cefa8006 IUser.Fullname 2024-06-27 06:51:21 +02:00
Loretta 252b1a0f90 improvements, fixes, etc... 2024-06-24 07:07:12 +02:00
Loretta e727e773a6 Add IsReaded to EmailMessage 2024-06-22 08:01:04 +02:00
Loretta 231c487d5e nuget packages update 2024-06-17 07:03:32 +02:00
jozsef.b@aycode.com a883b368bf fixes, improvements 2024-06-03 09:28:00 +02:00
jozsef.b@aycode.com 685c8b1713 improvements, fixes 2024-06-03 07:48:33 +02:00
jozsef.b@aycode.com 42be674be7 DbContexts, EntityDbSets, EntityExtensions improvemens, fixes, etc.. 2024-05-29 08:56:06 +02:00
jozsef.b@aycode.com 225c605697 CommissionPercent set to double 2024-05-28 19:18:16 +02:00
jozsef.b@aycode.com f68a9d1551 Company.OwnerId set to Guid? 2024-05-28 19:07:58 +02:00
jozsef.b@aycode.com d82f6b9dc3 Company, Profile, Address improvements 2024-05-28 16:05:49 +02:00
jozsef.b@aycode.com 60b53a217a improvements, fixes, etc... 2024-05-27 20:38:31 +02:00
jozsef.b@aycode.com fba3f70947 SignalR improvements, fixes, etc... 2024-05-26 20:42:55 +02:00
jozsef.b@aycode.com 2ce2273a53 fix 2024-05-26 12:11:44 +02:00
jozsef.b@aycode.com 6fefa1e9d9 Add Profile to ServiceProvider; ServiceProvider to Company in progress... 2024-05-26 09:12:37 +02:00
jozsef.b@aycode.com 4ce3ffea84 improvements, fixes, etc 2024-05-25 22:16:22 +02:00
jozsef.b@aycode.com 20b1ab4cf2 SignalR logger 2024-05-22 11:22:32 +02:00
jozsef.b@aycode.com 986e70bfe5 refactroing, improvements, fixes, etc... 2024-05-18 05:12:23 +02:00
jozsef.b@aycode.com 8da8b65892 Logger improvements, fixes, etc... 2024-05-15 20:04:47 +02:00
jozsef.b@aycode.com 602975ab29 Add Logger 2024-05-14 13:04:01 +02:00
jozsef.b@aycode.com 5cc7ff9529 refactoring, improvements, fixes, etc... 2024-04-29 19:28:28 +02:00
jozsef.b@aycode.com a05153b267 Refactoring EmailMessage, EmailRecipient, MessageSenderService, etc... 2024-04-27 19:06:15 +02:00
jozsef.b@aycode.com a8b4c2cb23 EmailMessage fixes; 2024-04-24 19:34:15 +02:00
jozsef.b@aycode.com daf35ebf04 Login, Register, ProjectSalt, PasswordHash, meg a faszom sem tudja már... 2024-04-22 17:29:35 +02:00
jozsef.b@aycode.com a11c4e7644 implement FirstName, LastName, FullName to AcProfile, IAcProfileName, AcUserModelDtoMinBase, etc... 2024-04-09 15:31:45 +02:00
jozsef.b@aycode.com 3a69f47cc8 Nullable AddressText 2024-04-05 17:54:48 +02:00
jozsef.b@aycode.com c7186d17bb improvements 2024-02-27 18:51:36 +01:00
jozsef.b@aycode.com 1cb10b0ae7 Add IsValid, IsHelper to AcAddress 2024-02-05 19:02:29 +01:00
jozsef.b@aycode.com 375ec42ea2 Implement AcAddress; improvements, refactoring, fixes, etc... 2024-01-31 07:25:31 +01:00
jozsef.b@aycode.com e7456a42bc improvements, fixes, etc... 2024-01-18 19:53:33 +01:00
jozsef.b@aycode.com 226b50129c Add ReferralId, AffiliateId to ServiceProvider; 2024-01-13 15:33:44 +01:00
jozsef.b@aycode.com fb1f968055 Merge branch 'master' of http://git2.aycode.com/Adam/AyCode.Core 2024-01-12 16:06:35 +01:00
jozsef.b@aycode.com 2b66a16047 Add AcAddress; Implement AcAddress and relations; ITimeStampCreated improvements; refactoring, improvements, fixes, etc... 2024-01-12 16:05:29 +01:00
Adam a04430a174 Merge branch 'master' of http://git2.aycode.com/Adam/AyCode.Core 2024-01-10 20:16:03 +01:00
Adam c5530bc815 locationbase nullable 2024-01-10 20:16:01 +01:00
jozsef.b@aycode.com 0d122e1470 LocationBase to abstract 2024-01-10 19:55:51 +01:00
jozsef.b@aycode.com 4be03c3998 Impelement ServicProvider and Mapping to AcUserModel; refactoring, improvements, fixes, etc... 2023-12-22 06:13:21 +01:00
jozsef.b@aycode.com 02a4c197b4 refactoring, improvements, fixes, etc... 2023-12-20 02:51:05 +01:00