Add Schedule strategy to Admin > Performance (#41230)
Adds a Schedule strategy to the Admin / Performance page  [Loom](https://www.loom.com/share/5623cd5d772e417ba2e58c29ae1b8c14?sid=9844f0db-5bb1-4d35-af9b-206d263f5516) As discussed with @luizarakaki, rather than modify the legacy `SchedulePicker` to work with this use case, I made a new version of it - a `Schedule` component - that uses Mantine and a better (though imperfect) approach to localization. For now, the dropdowns are not vertically aligned in this Schedule picker - something I can try to remedy later if that is important. Tests for the Schedule component will be added in a follow-up PR.
Showing
- enterprise/frontend/src/metabase-enterprise/caching/components/StrategyFormLauncher.tsx 1 addition, 1 deletion...se-enterprise/caching/components/StrategyFormLauncher.tsx
- frontend/src/metabase-types/api/performance.ts 13 additions, 2 deletionsfrontend/src/metabase-types/api/performance.ts
- frontend/src/metabase/admin/performance/components/StrategyForm.tsx 52 additions, 4 deletions...rc/metabase/admin/performance/components/StrategyForm.tsx
- frontend/src/metabase/admin/performance/strategies.ts 10 additions, 0 deletionsfrontend/src/metabase/admin/performance/strategies.ts
- frontend/src/metabase/admin/performance/utils.ts 140 additions, 0 deletionsfrontend/src/metabase/admin/performance/utils.ts
- frontend/src/metabase/admin/performance/utils.unit.spec.ts 249 additions, 0 deletionsfrontend/src/metabase/admin/performance/utils.unit.spec.ts
- frontend/src/metabase/components/Schedule/Schedule.stories.tsx 41 additions, 0 deletions...end/src/metabase/components/Schedule/Schedule.stories.tsx
- frontend/src/metabase/components/Schedule/Schedule.tsx 281 additions, 0 deletionsfrontend/src/metabase/components/Schedule/Schedule.tsx
- frontend/src/metabase/components/Schedule/components.tsx 186 additions, 0 deletionsfrontend/src/metabase/components/Schedule/components.tsx
- frontend/src/metabase/components/Schedule/constants.ts 62 additions, 0 deletionsfrontend/src/metabase/components/Schedule/constants.ts
- frontend/src/metabase/components/Schedule/types.ts 9 additions, 0 deletionsfrontend/src/metabase/components/Schedule/types.ts
Loading
Please register or sign in to comment