Closed KallynGowdy closed 10 months ago
Currently, the available BIOS options are:
static inst
private inst
public inst
sign in
sign up
enter join code
This task is to add the following options:
local inst
studio inst
free inst
Each option should have an additional description so that the function of the option is more clear to the user.
Additionally, the list of default BIOS options should change to:
localinst
Finally, the following options should be supported for the ?bios= query parameter:
?bios=
local
studio
free
Mockup:
Currently, the available BIOS options are:
static inst
- Loads an inst as a device-only experience.private inst
- Loads an inst from a record.public inst
- Loads a temporary inst that is publicly available.sign in
- Prompts the user to sign in.sign up
- Prompts the user to sign up.enter join code
- Prompts the user to enter a join code to join a shared inst.This task is to add the following options:
local inst
- Works exactly likestatic inst
.studio inst
- Works exactly likeprivate inst
.free inst
- Works exactly likepublic inst
.Each option should have an additional description so that the function of the option is more clear to the user.
Additionally, the list of default BIOS options should change to:
enter join code
localinst
studio inst
free inst
sign in
sign up
Finally, the following options should be supported for the
?bios=
query parameter:local inst
- Works exactly likestatic inst
.studio inst
- Works exactly likeprivate inst
.free inst
- Works exactly likepublic inst
.local
- Works exactly likelocal inst
andstatic inst
.studio
- Works exactly likestudio inst
andprivate inst
.free
- Works exactly likefree inst
andpublic inst
.Mockup: