IGNF / road2

NodeJS routing server aggregating several popular routing engines (video presentation (french) : https://peertube.fr/w/75fwFoW2GP8tQSGLUXUpPP)

Home Page:https://ignf.github.io/road2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat] /configuration implementation

lgrd opened this issue · comments

commented

Need

/configuration route is not implemented in the administration API. This route allow an administrator to get the configuration of road2 administrator and to modify it.

Tasks

  • Delete onStart feature. See #48
  • Allow verification and creation of an administrator without any services. See #51
  • Allow verification and creation and publication of a service without any resources and/or sources. See #47
  • Code GET /configuration. See #59
  • Code PATCH /configuration. See #104
  • Update doc (ex. functionalities, changelog)
  • Update tests (new classes if there are; rtest for this route)
  • Run tests inside docker (rtest, ctest, utest, itest)