feat: Add admin page for template management#13
Conversation
Adds a new admin page to list all registered templates and allows for the deletion of a template or a specific template version. - Adds a `DELETE` endpoint for templates in the backend. - Creates a `Templates.tsx` component to display and manage templates. - Integrates the `Templates` component into a new `Admin` page. - Adds a route for the `Admin` page.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
This change introduces a new admin page for managing registered templates. It allows administrators to view a list of all workspace, shared service, and user resource templates, and to delete either a specific version of a template or an entire template. The backend has been extended with a new
DELETEendpoint for templates, and the frontend has been updated with a newTemplatescomponent and a newAdminpage.PR created automatically by Jules for task 13599427011017682946 started by @JC-wk