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

UX/UI Rearchitecture #18

Open
sambyte61 opened this issue Jul 16, 2023 · 0 comments
Open

UX/UI Rearchitecture #18

sambyte61 opened this issue Jul 16, 2023 · 0 comments
Labels
enhancement New feature or request ui

Comments

@sambyte61
Copy link

Currently, the app only supports a single viewport which displays data from GpsUart::status. The viewport has all of the information relevant to the user when viewing the data received from the gps module. The only issue with the single viewport implementation is that the app is severely limited in what it can do based on this.

I am proposing a more complex UI structure that will allow the app to provide more functionality while still maintaining the functionality is currently contains. This would entail leveraging the concept of scenes and views. Utilizing these would allow for more complex app navigation and viewing potential.

The following is an implementation plan for the rearchitcture described above.
gps_nmea_uart_uxui_rearchitecture

@ezod ezod added ui enhancement New feature or request labels Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui
Projects
None yet
Development

No branches or pull requests

2 participants