girder / slicer_package_manager

REST API service and CLI built on Girder for managing Slicer application and extension packages. This site is published at slicer-packages.kitware.com and maintained by @Kitware on behalf of the 3D Slicer community.

Home Page:https://slicer-package-manager.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the Extension Model & Use it in the Server source code instead of using the `Item` model

Pierre-Assemat opened this issue · comments

This will be the occasion to move ensureIndex from the server load function to the initialize function of the Model.

It will also be the good moment to try to move some of the logic from the API to the Model of the extension.