Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.19 KB

ROADMAP.md

File metadata and controls

36 lines (22 loc) · 1.19 KB

APICURIO - Roadmap

This document describes the current status and the upcoming milestones of the Apicurio project.

Summary

Improvments

  • Manage pagination in Apicurio search request.
  • Manage keycloack authentification methods. (See impacts if multiples registries using workspace settings)

Features

  • C(R)UD actions
    • Edit/replace artifact version
  • Manage rules
  • Manage Admin features

Any other relevant improvments, current features have been set regarding to devOps & squad teams priorities on operational delivery.

Contributions are welcome !

Details

Manage pagination in Apicurio search request

Apicurio search limit default is 20 items, now avaiable as module config. Short therm improvment would be to allow pagination on the apicurioExplorer view. Notice, pagination is require to explore "groups" but also artifacts within a group (even with dedicated route instread of search).

As there is no api to retrive groups only, this will definitely limit usage on large registries contents.

Preview

As apicurio return a JSON content-type for all artifacts, the preview is not yet optimised if the returned file is not a valid JSON. Current workaround could be optimized...