Skip to content

Commit

Permalink
reorder some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
takotori committed Jun 29, 2024
1 parent 6800372 commit dff5595
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
24 changes: 14 additions & 10 deletions defense/ReSetPresentation.typ
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,28 @@
]

#polylux-slide[
== Summary
== Table of Contents
#v(15pt)

#columns(2, [
- Context //
- BA topic
- What is ReSet?// talk about reset and its idea
- Context
- What is ReSet? // talk about reset and its idea
- BA goals
- Plugin system // Fabio
- Architecture
- Plugin API
- Macros
- Testing
- Implementation
- Obstacles
- Threading
- Security
- Developer Experience
#colbreak()
- Plugin ideas //
- Monitor
- Plugins
- Keyboard
- Monitor
- Distributions
- Usability Test Results
- Showcase
- Retrospective and Future
- Questions
])
#pdfpc.speaker-note(
Expand All @@ -60,8 +64,8 @@
)
]

#include "topics/topic.typ"
#include "topics/context.typ"
#include "topics/topic.typ"
#include "topics/plugin_system.typ"
#include "topics/keyboard.typ"
#include "topics/monitor.typ"
Expand Down
2 changes: 1 addition & 1 deletion defense/topics/keyboard.typ
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
=== Nested groups
\
- ListBox always selecting a row
- selecting back row, which triggers an action to go back
- Selecting back row, which triggers an action to go back
- Some rows have different logic depending on if variant exists
#pdfpc.speaker-note(```md
- Solution: Grab focus of another widget so no selection is triggered
Expand Down
2 changes: 1 addition & 1 deletion defense/topics/plugin_system.typ
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#colbreak()
#box(
fill: none, stroke: none, [
#subsubsubsubsection(num: none, "Interpreted languages")
#subsubsubsubsection(num: none, "Interpreted Languages")
#v(15pt)
#benefits(
("User experience", "Simple extendability", "ABI stability guaranteed"),
Expand Down
2 changes: 1 addition & 1 deletion defense/topics/topic.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


#polylux-slide[
== Goals
== BA Goals
\
#columns(2, [
- Plugin System for ReSet
Expand Down
3 changes: 1 addition & 2 deletions defense/topics/usabilitytest.typ
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@
- drag and drop not effortless
- translations
```)

]

#polylux-slide[
=== Ease of Use
=== Design
\
#align(center, img("testDesign.png", width: 100%, height: 75%, fit: "contain"))
#pdfpc.speaker-note(```md
Expand Down

0 comments on commit dff5595

Please sign in to comment.