Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (25 loc) · 1.04 KB

ROADMAP.md

File metadata and controls

28 lines (25 loc) · 1.04 KB

Vaunt Roadmap

0.2

  • Add tests for API
  • Add tests for page generation
  • Allow user-defined methods to generate html pages
  • Categories
  • Expose more functions from the api
  • Add more utility functions for app templates, like url reversing.
  • Allow theme settings in admin panel
  • Add SEO e.g. OG meta tags, sitemap.xml

0.3

  • Article "tags"
  • Add authentication system, so it's possible to have the server and editor online.
  • Import & Edit markdown feature
  • Make CMS backend optional, so it is possible to only use Vaunt as static site generator
  • Support for all databases in the db module
  • Allow custom dynamic routes
  • Add more blocks (currently new: alerts)
  • Redesign admin panel for mobile use
  • Documentation theme
  • Vaunt docs website

Future / Maybes

  • Add custom Structs to the admin panel & integrate them with the block editor
  • Allow custom blocks
  • Documentation website generator like v doc. Content will be editable in the frontend editor.