This website requires JavaScript.
Explore
Help
Register
Sign In
kangmin
/
api-btekno
Watch
1
Star
0
Fork
0
You've already forked api-btekno
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9416de7d873fa3477c8775b478739ff7bf8ae298
api-btekno
/
bin
History
mwpn
5af51949db
feat: add OpenAPI auto-generate dari routes - Tambah OpenAPIGenerator class untuk scan routes dan generate spec - Tambah CLI command bin/generate-openapi.php - Support auto-generate on request via OPENAPI_AUTO_GENERATE env - Update public/index.php untuk auto-generate saat request /docs/openapi.json - Tambah dokumentasi OPENAPI_AUTO_GENERATE.md
2025-12-18 06:53:52 +07:00
..
check_cors.php
fix: Perbaiki CORS middleware agar selalu add headers jika wildcard diizinkan, tambah script check_cors.php
2025-12-17 14:02:49 +07:00
check_database.php
Fix: Remove created_at/updated_at from daily/hourly summary INSERT - Production database doesn't have these columns - Update DailySummaryService and HourlySummaryService - Add daily_summary and hourly_summary structure check to check_database.php
2025-12-17 13:38:36 +07:00
daily_summary.php
Initial commit: Slim Framework 4 API Retribusi dengan modular architecture
2025-12-17 10:43:03 +07:00
debug_hourly_amount.php
Add debug script to check why total_amount is not calculated in hourly summary
2025-12-17 17:49:41 +07:00
generate-openapi.php
feat: add OpenAPI auto-generate dari routes - Tambah OpenAPIGenerator class untuk scan routes dan generate spec - Tambah CLI command bin/generate-openapi.php - Support auto-generate on request via OPENAPI_AUTO_GENERATE env - Update public/index.php untuk auto-generate saat request /docs/openapi.json - Tambah dokumentasi OPENAPI_AUTO_GENERATE.md
2025-12-18 06:53:52 +07:00
hourly_summary.php
Fix hourly summary: default to today for realtime updates, add hour parameter for efficient updates
2025-12-17 17:41:27 +07:00
test_cors.php
chore: Normalize Origin header in CORS middleware dan update test_cors
2025-12-17 14:25:29 +07:00
test_hourly_api.php
Add test script to verify hourly summary API response
2025-12-17 17:51:18 +07:00