mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +01:00
- Introduced a new JSONField `tour_completed_features` in the Profile model with a default value from `get_default_tour_completed_features`. - Added validation logic in ProfileSerializer to clean and structure `tour_completed_features` input, ensuring only valid keys are retained. - Updated ExporterHistory model to change `url` field from URLField to TextField for better flexibility. - Created a new migration to apply these changes to the database.