Documentation
Content production
Improvements, fixes
UX
Design and Development
- NEW Partner Portal Design System - Multi select dropdown fields
- NEW Partner Portal Design System - Filter styles
- NEW Partner Portal - Updated the "Grant permissions via email": From now on you can insert multiple email addresses at the same time to assign them to the same instances or partners. The instance and partner related fields were separated. Show an error when email format is not correct.
- NEW Profiler percentage output for profiling slow pages
- NEW Avoid race condition in *_delete_all mutations - since actual deletion takes place in a background, make sure that users created between scheduling a background task and executing it won't be deleted
- IN PROGRESS Partner Portal - Implementation of the Non-Technical onboarding journey
- IN PROGRESS Partner Portal - DNS API expose domain destroy function
- IN PROGRESS PartnerPortal - Check OAuth2 token
Improvements, fixes
- NEW update Page based on physcal_file_path instead of slug. This fixes UX issue - when pos-cli sync was enabled, modifying slug/format/method could create duplicate Page objects with the same physical file path. Fixes also UX issue which allowed you to have multiple Pages with the same slug - now uniqueness validation error will be triggered. Last but not least - slug became optional - by default path to page will correspond to file path (for example /hello/world will display content of app/views/pages/hello/world
- NEW Fixing edge case of installing a module to an Instance with a default domain which does not exist yet
- IN PROGRESS Defined method `pos_module_version' for nil:NilClass
- IN PROGRESS Image export and import
- IN PROGRESS Fixing attachments: direct url
Release Notes
To learn more about the most recent changes, improvements and fixes in platformOS, check out our latest release note: platformOS Release Note, Dec 2, 2019 — Page identified based on physical_file_path, optional slug, improvement for profiling slow pages, fixing *_delete_all mutations