-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manage LoRa and non-LoRa Devices #247
Conversation
7b469b7
to
16aa221
Compare
a22de4b
to
16f823f
Compare
Codecov Report
@@ Coverage Diff @@
## main #247 +/- ##
==========================================
+ Coverage 28.71% 30.08% +1.37%
==========================================
Files 77 93 +16
Lines 2417 2672 +255
==========================================
+ Hits 694 804 +110
- Misses 1723 1868 +145
Continue to review full report at Codecov.
|
ae5c052
to
c8a4b37
Compare
DeviceModelDetailPage split into two different tabs (front only) DeviceModelsController split into two files to separate basic model from LoRa model DeviceModel creation on different tabs (front only) DeviceModel creation on different tabs (front only) New DTO : LoRaDeviceDetail and LoraDeviceModel Delete specific fields from DeviceListItem & DeviceList search panel
c8a4b37
to
39b2a29
Compare
40ad80e
to
31fac83
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM : Huge of rework on this PR!
Related to #171 feature request
Description
What's new?
What kind of change does this PR introduce?