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

add some improvements #61

Merged
merged 1 commit into from
Dec 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions sections/appendix/ui_tests.typ
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ appreciated the design while providing valuable advice on how to improve it.
- *Conclusion*
Feedback around navigation and readability was positive, mostly attributed to
the currently simple UI. It's important to note that readability is already
configured by the user or by using system defaults. Regarding the layout and
design, there will be improvements made by templating a few elements, which fixes the issue of inconsistent design. Features such as collapsing subcategories have to be
discussed further, to determine if it's necessary and if fit in the timeframe.
configured by the user or by using system defaults. ReSet doesn't overwrite
these configurations to keep a consistent look throughout the user's system.
Concerning the layout and design, there will be improvements made by templating
common UI building blocks, which will fix the issue of inconsistent design and
make it easier to keep it consistent. Features such as collapsing subcategories
have to be discussed further, to determine if it's necessary and if fit in the
timeframe.
3 changes: 1 addition & 2 deletions sections/implementation/ui_design.typ
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ full screen.
On top of that, the settings are structured in a hierarchical order, which
allows us to have a breadcrumb menu similar to file paths. This can help users
backtrack to previous sections without having to restart their search from the
beginning. With this hierarchical order, it is also possible to use the Back
button on the mouse for navigation.
beginning. This hierarchical order allows users to navigate using the Back button.
#align(
center, [#figure(
img("windowsBreadcrumb.png", width: 75%), caption: [Windows 11 breadcrumb menu],
Expand Down
4 changes: 2 additions & 2 deletions sections/literature.typ
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Krug's rules:
This rule depends heavily on what the possible user base is, an IDE has
different users to a general messaging application.

For the example, the application Blueman introduced in
For example, the application Blueman introduced in
@Analysisofexistingapplications is used.
#figure(
align(center, [#image("../figures/bluetooth_manager.png", width: 80%)]), caption: [Screenshot of Bluetooth manager],
Expand All @@ -45,7 +45,7 @@ Krug's rules:
devices as expected. The question now is how to connect to a specific device.
Users who understand Bluetooth terminology will likely proceed with the key
icon, which means pairing for this application. However, there is a chance that
users will first try the checkmark icon in order to connect to the device.
users will first try the checkmark icon to connect to the device.

In this case, the icons could be improved to represent a more technology-neutral
design.
Expand Down
2 changes: 1 addition & 1 deletion sections/projects.typ
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ achieve. Blueman is written in Python and GTK3.
cell(
[The user interface for Blueman can be rather confusing, for example: there is no
obvious connect button, which might lead to a user trying to re-pair a device
instead of connecting to it. (pairing is the \u{2713} button)\
instead of connecting to it. (pairing is the \u{2713} button).
Blueman also tends to use older icon design.], cell_align: left, bold: false, font_size: 11pt,
),
cell("X", bold: true, cell_align: center),
Expand Down