docs: archive outdated reports and organize references

Archived several outdated reports (`Ping-Service_Impl_01-2026.md`, `Frontend_Integration_Status.md`, etc.) and added archival notes and references to updated documents. Introduced a centralized reference structure for tech stack documentation, consolidating files under `01_Architecture/Reference/Tech_Stack`. Added new resources (`Gradle_Kotlin_DSL_Primer`, `Kotlin_2-3-0_ReleaseNotes`) for improved project organization and clarity.
This commit is contained in:
2026-01-23 13:34:20 +01:00
parent e8124c047a
commit aba5b5c7a0
29 changed files with 816 additions and 3598 deletions
@@ -23,7 +23,7 @@ class PingSyncIntegrationTest {
// Mock API Response
val mockEngine = MockEngine { request ->
assertEquals("/api/pings/sync", request.url.encodedPath)
assertEquals("/api/ping/sync", request.url.encodedPath)
val responseBody = """
[