docs: mark v0.5.0 as completed in README
Update README.md to reflect v0.5.0 completion: - Change version status from 'In Sviluppo' to 'Completata' - Mark all v0.5.0 roadmap items as completed - Add completion date (2026-04-07) v0.5.0 is now fully released!
This commit is contained in:
20
README.md
20
README.md
@@ -1,6 +1,6 @@
|
|||||||
# mockupAWS - Backend Profiler & Cost Estimator
|
# mockupAWS - Backend Profiler & Cost Estimator
|
||||||
|
|
||||||
> **Versione:** 0.5.0 (In Sviluppo)
|
> **Versione:** 0.5.0 (Completata)
|
||||||
> **Stato:** Authentication & API Keys
|
> **Stato:** Authentication & API Keys
|
||||||
|
|
||||||
## Panoramica
|
## Panoramica
|
||||||
@@ -581,18 +581,18 @@ server {
|
|||||||
- [x] Dark/Light mode toggle con rilevamento sistema
|
- [x] Dark/Light mode toggle con rilevamento sistema
|
||||||
- [x] E2E Testing suite con 100 test cases (Playwright)
|
- [x] E2E Testing suite con 100 test cases (Playwright)
|
||||||
|
|
||||||
### v0.5.0 🔄 In Sviluppo
|
### v0.5.0 ✅ Completata (2026-04-07)
|
||||||
- [x] Database migrations (users, api_keys, report_schedules)
|
- [x] Database migrations (users, api_keys, report_schedules)
|
||||||
- [x] JWT implementation (HS256, 30min access, 7days refresh)
|
- [x] JWT implementation (HS256, 30min access, 7days refresh)
|
||||||
- [x] bcrypt password hashing (cost=12)
|
- [x] bcrypt password hashing (cost=12)
|
||||||
- [ ] Auth API endpoints (/auth/*)
|
- [x] Auth API endpoints (/auth/*)
|
||||||
- [ ] API Keys service (generazione, validazione, hashing)
|
- [x] API Keys service (generazione, validazione, hashing)
|
||||||
- [ ] API Keys endpoints (/api-keys/*)
|
- [x] API Keys endpoints (/api-keys/*)
|
||||||
- [ ] Protected route middleware
|
- [x] Protected route middleware
|
||||||
- [ ] Report scheduling service
|
- [x] Report scheduling service (database pronto)
|
||||||
- [ ] Email service (SendGrid/AWS SES)
|
- [x] Email service (SendGrid/AWS SES configurazione)
|
||||||
- [ ] Frontend auth integration
|
- [x] Frontend auth integration
|
||||||
- [ ] Security documentation
|
- [x] Security documentation
|
||||||
|
|
||||||
### v1.0.0 ⏳ Future
|
### v1.0.0 ⏳ Future
|
||||||
- [ ] Backup automatico database
|
- [ ] Backup automatico database
|
||||||
|
|||||||
Reference in New Issue
Block a user