Skip to content

Commit 1e1262f

Browse files
committed
improve error case documentation
1 parent 7df3b27 commit 1e1262f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,11 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
307307

308308
<FormSection title="" description="">
309309
<FormFields>
310-
{/* TODO (SasSwart):
311-
Is this a scenario that can occur for free-tier users? They have a default organisation and no external provisioners as far as I know.
312-
Nothing stops them from using a template with tags defined. Will those tags interfere with job selection on internal provisioners?
313-
*/}
314310
{/* TODO (SasSwart):
315311
There are multiple error scenarios here. Do they each need specific copy, or is a general message fine?
312+
* If a free tier user with no organisations or external provisioners uses a template which requires tags:
313+
* can they provide tags to the internal provisioners to accept the job?
314+
* If not, the alert copy below will be confusing, because they don't use the organisations feature and we mention it.
316315
* Could there be no provisioners whatsoever, or do we always expect at least the internal provisioners to run?
317316
* There may be provisioners, but none with the requisite tags.
318317
* There may be provisioners with the requisite tags, but they may not have been seen by coderd for more an unacceptable duration

0 commit comments

Comments
 (0)