You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to update the create template flow and show templates from registry.coder.com rendered in the Coder dashboard.
Prerequisite(s)
None
Design
graph TD
R[(registry.coder.com)] <-- List Templates & Modules --> CD[Coder Dashboard]
CD --> TA[Create new template]
CD --> TU[Update an existing template]
CD --> MA[Add Module to existing template]