formidablejs / roadmap

A list of some of the things we need to complete/do before Formidable can hit v1 (open repo to see announcement) πŸš€ πŸ“

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formidable v1.0.0 Roadmap

Announcement

Note

The Formidable Framework will now go into a feature-code-freeze state. No new features will be shipped. We will now focus on bug fixes, tests and doc improvements.


Formidable is still a work-in-progress. Below, we've outlined some of the things that we still need to complete before v1.0.0 is ready to be released.

Features

  • Task Scheduler
  • Queue Worker
  • Logger
  • Formidablerc Config

Testing

  • Skeletons
    • Imba
      • API
      • Full Stack
        • Imba SPA
        • Imba MPA
    • TypeScript
      • API
      • Full Stack
        • Imba SPA
        • Imba MPA
  • Framework Core
    • Auth
      • Auth Service
      • Drivers
      • Tokens (JWT)
    • Config
    • Database
      • Bind
      • Config
      • Database
      • Migration
      • Repository
      • Seeder
    • Environment
    • Foundation
      • Console / CLI
      • Context
      • Inspiring
      • Maintenance Mode
    • Hashing
    • Http
      • Middleware
      • Request
      • Response
      • URL
      • View
      • Redirect
      • Router
    • Mix
    • Redis
    • Support
      • Encryption
      • Helpers
        • asObject
        • bind
        • config
        • decrypt
        • die
        • dotNotation
        • encrypt
        • env
        • expiresIn
        • imbaEnv
        • isArray
        • isBoolean
        • isClass
        • isEmpty
        • isFunction
        • isNumber
        • isObject
        • isString
        • mix
        • multitap
        • now
        • response
        • slug
        • strRandom
        • tap
        • toBoolean
        • updateLine
        • version
        • view
        • wildcard
        • without
      • Language
    • Validator

Other

  • TypeScript Re-write
  • Deployment Guide
    • Heroku
    • Nginx (Linux)
    • Docker

About

A list of some of the things we need to complete/do before Formidable can hit v1 (open repo to see announcement) πŸš€ πŸ“

License:MIT License