Closed bafonins closed 3 years ago
Blocked by https://github.com/TheThingsNetwork/lorawan-stack/pull/2644. Just to refactor all at once
I'll remove the blocked
and needs/ux
labels, since this is now actionable as part of #3522 at least for end devices.
@bafonins what is the status here?
@johanstokking See my comment regarding JS address handling in DR form
See also #3947
Summary
Currently, the UI for setting stack component addresses can be ambiguous to novice users.
Why do we need this?
Hide specifics under default options such that new users do not have to deal with ttn stack specifics.
What is already there? What do you see now?
{component} Server address
What is missing? What do you want to see?
{component} server host
instead of{component} server address
as we require the users to specify only host names and not full addresses.Use default {component} Server host
which is initially checked. Reveal the input and allow the user to specify custom host only when the checkbox is unchecked.Environment
v3.8.3
How do you propose to implement this?
Extend validation schema to process checkbox values. Conditionally render text inputs on checkbox value changes
How do you propose to test this?
Setup application link, create gateway, edit gateway, edit end device, create end device
Can you do this yourself and submit a Pull Request?
yes