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

Improve accessibility #21

Open
3 of 5 tasks
milosen opened this issue Nov 11, 2024 · 2 comments
Open
3 of 5 tasks

Improve accessibility #21

milosen opened this issue Nov 11, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@milosen
Copy link
Owner

milosen commented Nov 11, 2024

  • make ARC usable for non-python users
  • reviewers have suggested GUI
  • edit: build simple command line interface with click + "cheat sheet"
  • TODOs:
    • command generate
    • command evaluate-lexicon
    • command evaluate-stream
    • provide all options
    • create "cheat sheet" pdf
@milosen
Copy link
Owner Author

milosen commented Nov 11, 2024

After some consideration, a GUI seems to have several drawbacks in our case. Most importantly, arc has pretty minimal dependencies and is a relatively simple application that should run on anyone's laptop. Adding a GUI would make the dependencies much more complicated, especially regarding platform support. Further, they tend to look rather unpolished if not maintained by a team with a graphic designer. There is not much to display anyway, accept maybe a window with logs and the output.

@milosen
Copy link
Owner Author

milosen commented Nov 11, 2024

We instead opt for a simple command line interface with an extended help page and a pdf "cheat sheet".

@milosen milosen added the enhancement New feature or request label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant