Skip to content
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

Separate creating device types from editing device types #4

Open
cannotparse opened this issue Mar 31, 2018 · 0 comments
Open

Separate creating device types from editing device types #4

cannotparse opened this issue Mar 31, 2018 · 0 comments
Assignees

Comments

@cannotparse
Copy link
Member

Right now it's really hard to differentiate when you are creating a device and editing a device.

Possible solution:

  • Create a page to show all device types in a table
    • Create a "Add new device type" button which will pop up the current modal without a drop down
    • When the user clicks on a device type in the table, an edit modal will popup
    • Columns in the table will include 'Active Devices', 'Registered Devices'

Doing this would require additional endpoints:

  • Get devices by type
  • Get numbers of devices based on type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants