Skip to content

Commit

Permalink
add milestones to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
khalyomede committed Jan 6, 2025
1 parent 0a27169 commit 3d73068
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,19 @@ v -stats -N -W test .

## Roadmap

██░░░░░░░░░░░░░░░░░░ (26/99 - 25%)
██░░░░░░░░░░░░░░░░░░ (26/106 - 24%)

- Routing
- ✅ Get routes
- ✅ Post routes
- ✅ Routes with parameters
- Middlewares
- Global middlewares
- ⏳ before route matching
- ⏳ after route matching
- Route-level middlewares
- ⏳ before route renders
- ⏳ after route renders
- Views
- ⏳ HTML components
- ⏳ HTML enum attributes
Expand Down Expand Up @@ -172,12 +179,15 @@ v -stats -N -W test .
- ⏳ Mocking utilities
- Assets bundling
- ⏳ Vite.js
- ⏳ Static file serving
- Performance
- ⏳ Improved concurrency performance
- ⏳ Memory efficient Fake data generator
- Production running
- ⏳ On-demand mode
- ✅ Standalone mode (multi-cores)
- ⏳ Zero traffic-loss live-code update (no downtime deployment)
- ⏳ Embeded HTTPS/SSL request handling
- Testing
- ✅ Expect test-style
- ⏳ HTTP expectations
Expand Down

0 comments on commit 3d73068

Please sign in to comment.