Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 637 Bytes

ROADMAP.md

File metadata and controls

18 lines (18 loc) · 637 Bytes

ROADMAP of Covers-API

Compatibility with other database backend.

Compatible with postgresql/sqlite

Add other covers providers

Write better documentation

  • Step by step installation
  • auto generated openapi
  • comment for every method

Code organization

  • Put caching behind a feature, make uses optional even if compiled with.
  • separate backend logic into library
  • add units tests