-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Milestone
Description
Time clock screen has a select html component to display all the existing projects. We want to replace this plain component for an autocomplete component with the following features:
- User can type either customer name or project name and projects are going to be found
- Each option should be comprised of: customer name - project name
When there is no active entries, each option should include at the right an option to clock - in (see t-sheets)
If the user clicks on "clock-in" a new entry is created automatically.
If there is an entry running, we need to display a couple of options. One to switch to another project and another one to update the active entry:

