Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.5 KB

ROADMAP.md

File metadata and controls

28 lines (23 loc) · 1.5 KB

Meta-System Roadmap

0.2 - Gemini ✔️

  • ✔️ Support to Function Packages;
  • ✔️ Introduces external protocols;
  • ✔️ Protocols can provide their BOps functions as well;
  • ✔️ BETA - Verification of modules dependency property accesses;

0.3 - Mercury ✔️

  • ✔️ Meta-System configuration can be split in multiple files, as long as there is a path declared;
  • ✔️ Introduces DBProtocols - Databases becomes part of the protocol definition;
  • ✔️ Schemas need to define a protocol Database to connect to;
  • ✔️ Add StdOut Debugging capabilities to BOps;

0.4 - Future Release - coming soon 🎉!

  • Meta-System can be run on the Browser;
  • New Addons architecture - Libraries/Protocols to Meta-System are simpler and easier to write, as well as making an existing one compatible;
  • You can write Addons locally and test it with Meta-System without publishing to NPM
  • Verification of module dependency property accesses - Becoming a stable feature;
  • Streamline CLI usage;

0.5 - Future Release

  • Meta-System as a framework - You can create modules locally and use them directly on your Meta-System BOps;
  • Polish Meta-System integration to existing Systems;
  • Add eventful debugging capabilities to BOps - Integrating Meta-System to an existing system should give you the ability to listen to what is happening inside the engine.

1.0 - First Stable Release

...