Bogdans
Bogdans
#### Summary We should add validation properties to the swagger spec generated by `grpc-gateway`. #### Why do we need this? 1. We already define validation rules for messages, so why...
#### Summary References: https://github.com/TheThingsNetwork/lorawan-stack/issues/2047 Values returned by NS for enums within the `mac_settings` field are inconsistent. Some for some NS returns raw values and for others a string representation is...
#### Summary We should remove usage of the api module in UI components. #### Why do we need this? Separate UI and api usage. #### What is already there? What...
#### Summary We should add an easy way to access clipboard in `cypress` e2e tests. #### Why do we need this? At least to test API key creation to verify...
#### Summary We should tests page titles within e2e tests. For more details see: https://github.com/TheThingsNetwork/lorawan-stack/pull/3157 #### Why do we need this? This allows catching more regressions when adding new views...
#### Summary We should look into ways to catch regressions in `pkg/components` in CI. #### Why do we need this? 1. Make sure that `storybook` is up to date with...
#### Summary There a bunch of improvements we can implement for the `` component. #### Why do we need this? Performance, UX improvements. #### What is missing? What do you...
#### Summary We should refactor gateway connection status handling. #### Why do we need this? Define gateway connection handling an reuse it in place where its needed. #### What is...
#### Summary @adriansmares proposed feature to send already received messages in the events view #### Why do we need this? I think this can be quite helpful when one: 1....