arduino / Arduino-Science-Journal-iOS

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
http://arduino.cc/education
Apache License 2.0
22 stars 9 forks source link

Group sensor in the sensor card by device #6

Closed VKin-Arduino closed 4 years ago

VKin-Arduino commented 4 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

We need to group sensors according to devices used. At the moment sensors are displayed randomly with no selected order. IMG_1ECCF6CF089D-1

Describe the solution you'd like A clear and concise description of what you want to happen.

The first sensor to appear should be the latest selected, also the sensors should be sorted by device. First the Arduino ones, then the iphone/ipad ones.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

sebromero commented 4 years ago

the sensors should be sorted by device. First the Arduino ones, then the iphone/ipad ones. Solved here: 4404c987f7fa8c9451c94fb7f0c4b3d662b2a07b and 044deb90f02a7b6da7de7200ad487da27250610a

The first sensor to appear should be the latest selected I suggest to keep a consistent sorting so that the user have the same list of sensors across different devices if they enable the same sensors. Easier to remember and easier to reference (e.g. "tap the sensor to the right of the magnet sensor")