Skip to content

Latest commit

 

History

History
42 lines (39 loc) · 1.58 KB

File metadata and controls

42 lines (39 loc) · 1.58 KB

Roadmap

0.8.0: Initial P.O.C (Initial released version)

  • Managed data representation fields
    • Primitive Fields
      • String
      • Number (Integer, Float, Decimal)
      • Boolean
      • Datetime
      • List
      • Nested (hashmap)
      • Embedded (hashmap-based)
      • Polymorph
      • Media (any resource kind)
    • GeoJSON Fields
      • Point
  • Settings-based system
  • Authentication System first implementation (based on Oauth2)
  • Generic mapping configuration system based on template (frontend / backend)

0.8.1: Add Generic & dynamic configuration view (/settings)

0.8.2: Add more authentication system (ACL-based)

  • Add a Session (default 30 mn - shall be configurable)
  • Renew current Session automatically if not logged out.

0.8.3: Add a GUI widget concept to Field (email, phone, video viewer, audio player, ...)

0.8.4: Add progress handlers for files & Resources (partially implemented)

0.8.5: Add schema parsers to generate web MMI apy-rest2front based on Swagger format

0.8.6: Add Pagination system (HATEOS)

0.8.7: Add an easy mechanism to override any apy.components.fields.* (configuration-based)