bluerobotics / bluerobotics/BlueOS
core: frontend: add an intermediate viewing mode
- Dominant language
- Vue
- Stars
- 453
- Forks
- 151
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 174
Description
### Current behaviour
We currently have standard mode and Pirate Mode, but Pirate Mode contains things that most somewhat advanced users need access to regularly, so people tend to stay in it, which makes it lose its meaning - normal people are not pirates.
### Expected or desired behaviour
1. Add an intermediate viewing mode, so there's a sliding scale from
1. "Deckhand", mostly the current standard, to
1. "Captain" for more experienced users
- Include configuration and data services like File Browser, MAVLink Endpoints, NMEA Injector, Serial Bridges, advanced autopilot interaction (start/stop, view parameters table), advanced network management (priority ordering), intermediate BlueOS management (install beta releases as easily as stable, and switch between installed versions)
- Mark relevant services with a captain hat icon
1. "Pirate" for true system modifiers
- Include things like Terminal, Bag, autopilot "change board", custom installs (of BlueOS, autopilot firmware, and Extensions), etc.
- Mark relevant services with the existing pirate icon
- Standard / Intermediate / Advanced is pretty common for simplification
- PrusaSlicer has Simple / Advanced / Expert, as an example in the 3D printer space
2. Change Pirate Mode from persistent by default to temporary by default, with an optional persistence lock that the user has to manually toggle on, so people who venture into Pirate territory for a brief look or required change are encouraged back to safety (ideally on the next vehicle reboot, but the next page refresh could maybe be ok too, just a bit more annoying), and only developers and the like bother to stay on the high seas
3. (Maybe) consider Pirate Mode as a streamlined interface for super-users, with all [guardrails](https://github.com/bluerobotics/BlueOS/issues/2752) turned off
### Prerequisites
- [X] I have checked to make sure that a similar request has not already been filed or fixed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.