- Add save to template in new submission page and new features #253
- Implement item process experience: including create, copy, list and edit #249
- Add item creation from job list #256
- Add share option of protected/public/private #254
- Simplify deploy config #209
- Save to template #212
- Add access control #210
- Upgrade Guide
- Refine deployment process #165
- Refine manual book of marketplace deploy flow #154
- Add search bar in market list page #158
- Add create template page #163
- Fix bugs of official examples #129
-
Improve deployment and usage experience for v1.4.0
-
Check environment variable
process.env.AZURE_STORAGE
exists before insert into database. -
Add a property
useBlob
in marketplaceItem model as a flag, and only contactpai_copy
related commands ifuseBlob
is true.
-
-
Keep the release version aligned with pai (both with version v1.4.0).
-
Make the name of example templates human readable in Marketplace Webportal UI.
- Change names of /examples/examples.js human readable.
- Make the title of /examples/item_descriptions aligned with name of /examples/examples.js.
- Keep the name of /examples/item_protoocls illegal for OpenPAI. (Because the protocol will be submitted to OpenPAI cluster).
-
Better data storage experience
- Use Azure Blob as data storage backend.
- Add storage api to create/get blob connection string.
- For more details, please refer to data management doc.
-
New deployment process in OpenPAI
- Create three pai services when deploying in openpai
- Register marketplace rest api and webportal plugin in OpenPAI pylon.
- For more details, please refer to development doc.
-
Better Documentation
- Refine user manual and admin manual in readthedocs
- Refine readme and developing guide.
-
New location and structure of official templates
- Put official templates in examples folder: protocols in item_protocols folder, descriptions in item_descriptions folder.
- All these example templates will be loaded when marketplace rest server starts.
-
Better UI Design
- Toggle up pai webportal Marketplace plugin by default
- Add download button in Marketplace data template