Skip to content
#

ui

User interface (UI) design or user interface engineering is the design of user interfaces for machines and software, such as computers, home appliances, mobile devices, and other electronic devices, with the focus on maximizing usability and the user experience. The goal of user interface design is to make the user's interaction as simple and efficient as possible, in terms of accomplishing user goals (user-centered design).

Here are 323 public repositories matching this topic...

maximlt
maximlt commented Jan 13, 2022

I'd like the docstrings of the public API methods and functions of Param to be improved which should improve:

  • the API reference page of the website
  • the user experience in a code editor

I'm opening this issue to report (later) ideas and findings. For now I would just like to note that Param doesn't seem to follow PEP257 and also doesn't follow a

doc good first issue
Formation
ObaraEmmanuel
ObaraEmmanuel commented Jun 4, 2021

There's currently very limited documentation; I am but one man. It would be really great if someone would be as kind as to help in extending the existing docs. The best place to start is by writing examples. Below are some pointers on how to go about this:

  1. Clone the repo and install the requirements for building the documentation by running the following command in the root directory
help wanted good first issue
taliamax
taliamax commented Jul 21, 2021

Quilla test files are just a collection of steps and minor configurations, which means that they can actually be reused by collecting the steps and ignoring most of the configurations. A RunProgram action would allow shared testing logic to be abstracted out either into its own Quilla test file (that can be run by Quilla), or possibly into a more barebones file that is configuration-neutral (i.e

enhancement good first issue
Wikipedia
Wikipedia